Skip to content

Commit

Permalink
Remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbaik9717 committed Sep 4, 2024
1 parent 23e77b0 commit a41af8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
36 changes: 0 additions & 36 deletions lint-staged-filter.js

This file was deleted.

2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
execSync(command, { stdio: 'inherit' });
process.exit(0);
} catch (error) {
console.error('Linting failed. Commit will be aborted.');
console.log('Linting failed. Commit will be aborted.');
process.exit(1);
}
} else {
Expand Down

0 comments on commit a41af8a

Please sign in to comment.