Skip to content

Commit 271d410

Browse files
authored
chore: update lint-staged configuration (#1137)
1 parent e2fb78d commit 271d410

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": ["eslint --fix", "prettier --write"],
3-
"*.{json,md,yml,css}": ["prettier --write"],
2+
"*": ["prettier --write --ignore-unknown"],
3+
"*.js": ["eslint --cache --fix"],
44
};

0 commit comments

Comments
 (0)