Skip to content

Commit 1f2b084

Browse files
authored
add ESLINT_USE_FLAT_CONFIG=false to lint-staged (#3660)
1 parent dd36fcd commit 1f2b084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"lint-staged": {
1616
"*.{js,ts,jsx,tsx}": [
17-
"eslint --cache --fix",
17+
"ESLINT_USE_FLAT_CONFIG=false eslint --cache --fix",
1818
"prettier --write --ignore-path .eslintignore --ignore-path resources/prettierignore",
1919
"jest --passWithNoTests",
2020
"yarn lint-cspell"

0 commit comments

Comments
 (0)