We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0c013 commit 506ccbeCopy full SHA for 506ccbe
lint-staged.config.js
@@ -1,4 +1,4 @@
1
module.exports = {
2
- '*.{ts,js}': ['eslint --fix', 'git add'],
3
- '*.{json,md}': ['prettier --write', 'git add'],
+ '*.{ts,js}': ['eslint --fix'],
+ '*.{json,md}': ['prettier --write'],
4
};
0 commit comments