Added linter for json files and fixed newly created linting errors.
This commit is contained in:
parent
4c847d5e2b
commit
a982ae83a9
6 changed files with 170 additions and 9 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue