chore: 🔧 improve/fix lint-staged config
This commit is contained in:
4
.lintstagedrc
Normal file
4
.lintstagedrc
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"gitDir": "./.git",
|
||||
"*": "eslint --fix",
|
||||
}
|
||||
4
apps/www/.lintstagedrc
Normal file
4
apps/www/.lintstagedrc
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"gitDir": "../../.git",
|
||||
"*": "eslint --fix"
|
||||
}
|
||||
@@ -25,8 +25,5 @@
|
||||
"husky": "^8.0.3",
|
||||
"turbo": "^1.10.3",
|
||||
"vercel": "^30.2.2"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "eslint --fix"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user