mirror of
https://github.com/unraid/api.git
synced 2026-01-06 00:30:22 -06:00
chore: update lint script
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"build:dev": "nuxt build && npm run deploy:dev",
|
||||
"deploy:dev": "./scripts/deploy-dev.sh",
|
||||
"dev": "nuxt dev",
|
||||
"lint": "eslint .",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
|
||||
Reference in New Issue
Block a user