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 132288a commit fab4bfaCopy full SHA for fab4bfa
.husky/lint-staged.config.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
- "*.{js,jsx,ts,tsx}": ["eslint --cache --fix"],
+ "*.{js,jsx,ts,tsx}": ["eslint --cache --fix --cache-location './node_modules/.cache/.eslintcache/'"],
3
"src/**/*.{js,jsx,ts,tsx}": () =>
4
"npx tsc --noEmit",
5
"*.{md,json,scss,css}": "prettier --write",
0 commit comments