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