fix: remove eslint command

This commit is contained in:
httpjamesm 2023-04-29 12:59:00 -04:00
parent 6789c9dc7f
commit 84ff196ebe
No known key found for this signature in database
2 changed files with 1 additions and 6 deletions

View file

@ -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": {

View file

@ -23,10 +23,6 @@
"auth": {
"cache": false,
"persistent": true
},
"eslint": {
"cache": false,
"persistent": true
}
},
"globalEnv": [