fix: eslint warnings

This commit is contained in:
shadcn
2023-03-08 13:24:16 +04:00
parent f1c5e8f9a2
commit 9a8cb016a8
38 changed files with 304 additions and 62 deletions

View File

@@ -16,15 +16,23 @@
"env": ["NEXT_PUBLIC_APP_URL"],
"outputs": ["dist/**", ".next/**"]
},
"start": {
"dependsOn": ["^build"]
},
"lint": {
"cache": false,
"outputs": []
},
"format:check": {
"cache": false,
"outputs": []
},
"typecheck": {},
"dev": {
"cache": false
},
"check": {
"cache": false
}
}
}