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 dd36fcd commit 1f2b084Copy full SHA for 1f2b084
package.json
@@ -14,7 +14,7 @@
14
},
15
"lint-staged": {
16
"*.{js,ts,jsx,tsx}": [
17
- "eslint --cache --fix",
+ "ESLINT_USE_FLAT_CONFIG=false eslint --cache --fix",
18
"prettier --write --ignore-path .eslintignore --ignore-path resources/prettierignore",
19
"jest --passWithNoTests",
20
"yarn lint-cspell"
0 commit comments