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