Set up eslint
This commit is contained in:
parent
4c8a22368d
commit
de4574f938
3 changed files with 1044 additions and 2 deletions
|
|
@ -5,17 +5,23 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"check": "vue-tsc -b",
|
||||
"build": "vue-tsc -b && vite build",
|
||||
"check": "vue-tsc -b && eslint",
|
||||
"build": "pnpm check && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.21.0",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vue/tsconfig": "^0.7.0",
|
||||
"eslint": "^9.21.0",
|
||||
"eslint-config-prettier": "^10.0.2",
|
||||
"eslint-plugin-vue": "^9.32.0",
|
||||
"globals": "^16.0.0",
|
||||
"typescript": "~5.7.3",
|
||||
"typescript-eslint": "^8.25.0",
|
||||
"vite": "^6.2.0",
|
||||
"vite-plugin-vue-devtools": "^7.7.2",
|
||||
"vue-tsc": "^2.2.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue