chore: 🔧 improve/fix lint-staged config

This commit is contained in:
Guz013
2023-06-19 14:47:26 -03:00
parent 8410201e4e
commit b89f290d15
3 changed files with 8 additions and 3 deletions

4
.lintstagedrc Normal file
View File

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

4
apps/www/.lintstagedrc Normal file
View File

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

View File

@@ -25,8 +25,5 @@
"husky": "^8.0.3",
"turbo": "^1.10.3",
"vercel": "^30.2.2"
},
"lint-staged": {
"*": "eslint --fix"
}
}