We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lint-staged
1 parent e2fb78d commit 271d410Copy full SHA for 271d410
lint-staged.config.js
@@ -1,4 +1,4 @@
1
module.exports = {
2
- "*.js": ["eslint --fix", "prettier --write"],
3
- "*.{json,md,yml,css}": ["prettier --write"],
+ "*": ["prettier --write --ignore-unknown"],
+ "*.js": ["eslint --cache --fix"],
4
};
0 commit comments