We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d707d commit 820475cCopy full SHA for 820475c
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