Skip to content

Commit 984536c

Browse files
chore: update lint-staged config (#2524)
1 parent 89ffb86 commit 984536c

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,6 +1,6 @@
11
'use strict';
22

33
module.exports = {
4-
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
5-
'*.{json,md,yml,css}': ['prettier --write', 'git add'],
4+
'*.js': ['prettier --write', 'eslint --fix'],
5+
'*.{json,md,yml,css}': ['prettier --write'],
66
};

0 commit comments

Comments
 (0)