fix(deps): 🐛 fix lint-staged command

This commit is contained in:
Guz013
2023-07-20 15:49:18 -03:00
parent a35df18ce4
commit 24f0fe9517

View File

@@ -1,4 +1,4 @@
{
"gitDir": "../../.git",
"*": "ESLINT_USE_FLAT_CONFIG=true eslint --fix"
"*": "eslint --fix"
}