Skip to content

Commit 7f63387

Browse files
chore: lint-staged config update (#105)
1 parent 7b6bebe commit 7f63387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lint-staged.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
2-
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
3-
'*.{json,md,yml,css,ts}': ['prettier --write', 'git add'],
2+
'*.js': ['eslint --fix', 'prettier --write'],
3+
'*.{json,md,yml,css,ts}': ['prettier --write'],
44
};

0 commit comments

Comments
 (0)