[ESLint] Remove "cache" flag from "lint-staged" linting

This commit is contained in:
schroda
2024-04-22 22:16:50 +02:00
parent ebd84d5b20
commit c76fc9c865

View File

@@ -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",