[ESLint] Remove "cache" flag from "lint-staged" linting
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"node": "21.7.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,js,jsx}": "eslint --fix --cache"
|
||||
"*.{ts,tsx,js,jsx}": "eslint --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "3.9.11",
|
||||
|
||||
Reference in New Issue
Block a user