Skip to content

Commit 5167ce9

Browse files
authored
chore: update lint staged config (#1405)
1 parent 8ffd14e commit 5167ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lint-staged.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
"*": ["prettier --write --ignore-unknown"],
3-
"*.{js}": ["eslint --cache --fix"],
3+
"*.js": ["eslint --cache --fix"],
44
};

0 commit comments

Comments
 (0)