Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 67fb0bc

Browse files
fix: lint-staged configuration (#176)
1 parent 27f9940 commit 67fb0bc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

templates/lint-staged.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
module.exports = {
2-
ignore: ['package-lock.json', 'CHANGELOG.md'],
3-
linters: {
4-
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
5-
'*.{json,md,yml,css}': ['prettier --write', 'git add'],
6-
},
2+
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
3+
'*.{json,md,yml,css}': ['prettier --write', 'git add'],
74
};

0 commit comments

Comments
 (0)