We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e2a35 commit 3ff3077Copy full SHA for 3ff3077
lint-staged.config.js
@@ -1,4 +1,4 @@
1
module.exports = {
2
- "*.js": ["prettier --write", "eslint --fix"],
3
- "*.{json,md,yml,css,ts}": ["prettier --write"],
+ "*": ["prettier --write --ignore-unknown"],
+ "*.js": ["eslint --cache --fix"],
4
};
0 commit comments