Bump ESLint from unsported version to version 9
This commit is contained in:
parent
00a96fec4e
commit
f4b430071e
6 changed files with 377 additions and 507 deletions
|
|
@ -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-path .gitignore",
|
||||
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-pattern .gitignore",
|
||||
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-pattern .gitignore"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^14.1.0",
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
"@vue/eslint-config-prettier": "9.0.0",
|
||||
"autoprefixer": "^10.4.24",
|
||||
"core-js": "^3.46.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-prettier": "^5.1.0",
|
||||
"eslint-plugin-vue": "^9.20.0",
|
||||
"less": "^4.5.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue