mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
fix: eslint warnings
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user