Added linter for json files and fixed newly created linting errors.

This commit is contained in:
Liviu Burcusel 2025-10-25 12:31:38 +02:00
parent 4c847d5e2b
commit a982ae83a9
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
6 changed files with 170 additions and 9 deletions

View file

@ -15,8 +15,8 @@
"coverage": "vitest run --coverage",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint \"**/*.{vue,ts}\"",
"lint-files": "eslint --ext .js,.ts,.vue"
"lint": "eslint \"**/*.{js,json,ts,vue}\"",
"lint-files": "eslint --ext .js,.json,.ts,.vue"
},
"dependencies": {
"@mdi/font": "^7.4.47",
@ -34,6 +34,7 @@
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsonc": "^2.21.0",
"eslint-plugin-vue": "^10.5.1",
"globals": "^16.4.0",
"happy-dom": "^20.0.5",