mirror of
https://github.com/fatedier/frp.git
synced 2026-07-29 03:19:19 +08:00
build(web): upgrade ESLint to v10 (#5452)
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --noEmit",
|
||||
"lint": "eslint --fix"
|
||||
"lint": "eslint . --fix",
|
||||
"lint:check": "eslint ."
|
||||
},
|
||||
"dependencies": {
|
||||
"element-plus": "^2.13.0",
|
||||
@@ -24,8 +25,8 @@
|
||||
"@vue/eslint-config-typescript": "^14.7.0",
|
||||
"@vue/tsconfig": "^0.8.1",
|
||||
"@vueuse/core": "^14.1.0",
|
||||
"eslint": "^9.39.0",
|
||||
"eslint-plugin-vue": "^9.33.0",
|
||||
"eslint": "^10.8.0",
|
||||
"eslint-plugin-vue": "^10.10.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^3.7.4",
|
||||
"sass": "^1.97.2",
|
||||
|
||||
Reference in New Issue
Block a user