chore: update lint script

This commit is contained in:
Zack Spear
2023-08-03 16:39:50 -07:00
parent 3f6305d35a
commit 1e4f449bb1

View File

@@ -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",