Add linting script to package.json for improved code quality
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Has been cancelled

This commit is contained in:
Torsten Schulz (local)
2025-12-19 16:38:29 +01:00
parent 6243db3020
commit 131edc0cb1
2 changed files with 42 additions and 1 deletions

View File

@@ -12,7 +12,8 @@
"start": "nuxt start --port 3100",
"postinstall": "nuxt prepare",
"test": "vitest run",
"test:watch": "vitest watch"
"test:watch": "vitest watch",
"lint": "eslint . --ext .js,.vue --fix"
},
"dependencies": {
"@pinia/nuxt": "^0.11.2",