Skip to content

Commit

Permalink
add ESLINT_USE_FLAT_CONFIG=false to lint-staged (#3660)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Jul 25, 2024
1 parent dd36fcd commit 1f2b084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"eslint --cache --fix",
"ESLINT_USE_FLAT_CONFIG=false eslint --cache --fix",
"prettier --write --ignore-path .eslintignore --ignore-path resources/prettierignore",
"jest --passWithNoTests",
"yarn lint-cspell"
Expand Down

0 comments on commit 1f2b084

Please sign in to comment.