Re-enable prettier

This commit is contained in:
Julian Stirling 2026-02-19 11:11:54 +00:00
parent 7267f4557a
commit 6606754aef
5 changed files with 12 additions and 14 deletions

View file

@ -8,8 +8,8 @@
"gv": "genversion src/version.js",
"serve": "vite serve --mode development",
"build": "vite build --mode production",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-pattern .gitignore --max-warnings=0",
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-pattern .gitignore"
"lint": "eslint . --ignore-pattern .gitignore --max-warnings=0",
"lint:fix": "eslint . --fix --ignore-pattern .gitignore"
},
"dependencies": {
"@vueuse/core": "^14.1.0",