Skip to content

Commit

Permalink
fix failed eslint in lint-staged (#3684)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Aug 7, 2024
1 parent 12c54f4 commit b6ddecf
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_USE_FLAT_CONFIG=false eslint --cache --fix",
"cross-env 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 b6ddecf

Please sign in to comment.