Skip to content

Commit 4fb4f41

Browse files
committed
chore: remove git add from lint-staged.config.js
1 parent bef78b8 commit 4fb4f41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lint-staged.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module.exports = {
44
'*.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'],
5+
'*.{ts,js}': ['eslint --ext=ts,tsx --fix'],
6+
'*.md': ['prettier --write'],
7+
'package.json': ['prettier-package-json --write'],
88
};

0 commit comments

Comments
 (0)