fix: remove eslint command
This commit is contained in:
parent
6789c9dc7f
commit
84ff196ebe
2 changed files with 1 additions and 6 deletions
|
@ -11,8 +11,7 @@
|
|||
"export": "turbo run export",
|
||||
"build-analyze": "ANALYZE=true next build",
|
||||
"start": "turbo run start",
|
||||
"prepare": "husky install",
|
||||
"eslint": "turbo run eslint"
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
"auth": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"eslint": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"globalEnv": [
|
||||
|
|
Loading…
Reference in a new issue