fix: 🐛 update package import and lint-staged config

This commit is contained in:
Guz013
2023-07-20 15:38:52 -03:00
parent f82706d81a
commit 80fce1583d
5 changed files with 69 additions and 4 deletions

View File

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