We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef78b8 commit 4fb4f41Copy full SHA for 4fb4f41
lint-staged.config.js
@@ -2,7 +2,7 @@
2
3
module.exports = {
4
'*.ts': () => 'tsc --build tsconfig.build.json',
5
- '*.{ts,js}': ['eslint --ext=ts,tsx --fix', 'git add'],
6
- '*.md': ['prettier --write', 'git add'],
7
- 'package.json': ['prettier-package-json --write', 'git add'],
+ '*.{ts,js}': ['eslint --ext=ts,tsx --fix'],
+ '*.md': ['prettier --write'],
+ 'package.json': ['prettier-package-json --write'],
8
};
0 commit comments