Skip to content

Commit 2d310a3

Browse files
committed
chore: update linter config
1 parent 9fe76ef commit 2d310a3

File tree

5 files changed

+1659
-1387
lines changed

5 files changed

+1659
-1387
lines changed

.eslintrc.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"env": {
44
"node": true
55
},
6-
"extends": ["plugin:vue/vue3-essential", "eslint:recommended", "@vue/prettier"],
6+
"extends": [
7+
"plugin:vue/vue3-essential",
8+
"eslint:recommended",
9+
"@vue/prettier"
10+
],
711
"parserOptions": {
812
"ecmaVersion": 2020,
913
"parser": "@typescript-eslint/parser"
@@ -16,8 +20,10 @@
1620
{
1721
"files": ["*.ts"],
1822
"extends": [
19-
"@vue/typescript/recommended",
20-
"@vue/prettier/@typescript-eslint"
23+
"plugin:vue/vue3-essential",
24+
"eslint:recommended",
25+
"@vue/eslint-config-typescript",
26+
"@vue/eslint-config-prettier/skip-formatting"
2127
]
2228
}
2329
]

package.json

+25-26
Original file line numberDiff line numberDiff line change
@@ -43,49 +43,48 @@
4343
}
4444
},
4545
"devDependencies": {
46-
"@babel/core": "^7.24.4",
46+
"@babel/core": "^7.24.9",
4747
"@highlightjs/vue-plugin": "^2.1.0",
4848
"@rollup/plugin-node-resolve": "^15.2.3",
49-
"@rollup/plugin-replace": "^5.0.5",
50-
"@rollup/plugin-terser": "^0.4.4",
51-
"@typescript-eslint/eslint-plugin": "^4.33.0",
52-
"@typescript-eslint/parser": "^4.33.0",
53-
"@vercel/analytics": "^1.2.2",
49+
"@rollup/plugin-replace": "^5.0.7",
50+
"@typescript-eslint/eslint-plugin": "^7.17.0",
51+
"@typescript-eslint/parser": "^7.17.0",
52+
"@vercel/analytics": "^1.3.1",
5453
"@vue/cli-plugin-babel": "^5.0.8",
5554
"@vue/cli-plugin-eslint": "^5.0.8",
5655
"@vue/cli-plugin-typescript": "^5.0.8",
5756
"@vue/cli-service": "^5.0.8",
58-
"@vue/compiler-sfc": "^3.4.24",
59-
"@vue/eslint-config-prettier": "^6.0.0",
60-
"@vue/eslint-config-typescript": "^10.0.0",
61-
"@vueuse/core": "^10.9.0",
57+
"@vue/compiler-sfc": "^3.4.33",
58+
"@vue/eslint-config-prettier": "^9.0.0",
59+
"@vue/eslint-config-typescript": "^13.0.0",
60+
"@vueuse/core": "^10.11.0",
6261
"comment-mark": "^1.1.1",
63-
"core-js": "^3.37.0",
62+
"core-js": "^3.37.1",
6463
"echarts": "^5.5.1",
6564
"echarts-gl": "^2.0.9",
6665
"echarts-liquidfill": "^3.1.0",
6766
"esbuild-wasm": "^0.23.0",
68-
"eslint": "^7.32.0",
69-
"eslint-plugin-prettier": "^3.4.1",
70-
"eslint-plugin-vue": "^8.7.1",
71-
"highlight.js": "^11.9.0",
67+
"eslint": "^8.57.0",
68+
"eslint-plugin-prettier": "^5.2.1",
69+
"eslint-plugin-vue": "^9.27.0",
70+
"highlight.js": "^11.10.0",
7271
"pinia": "^2.1.7",
73-
"postcss": "^8.4.38",
74-
"postcss-loader": "^5.3.0",
75-
"postcss-nested": "^5.0.6",
76-
"prettier": "^2.8.8",
77-
"publint": "^0.2.8",
72+
"postcss": "^8.4.39",
73+
"postcss-loader": "^8.1.1",
74+
"postcss-nested": "^6.2.0",
75+
"prettier": "^3.3.3",
76+
"publint": "^0.2.9",
7877
"raw-loader": "^4.0.2",
7978
"resize-detector": "^0.3.0",
80-
"rimraf": "^3.0.2",
81-
"rollup": "^4.12.0",
79+
"rimraf": "^6.0.1",
80+
"rollup": "^4.19.0",
8281
"rollup-plugin-dts": "^6.1.0",
8382
"rollup-plugin-esbuild": "^6.1.1",
8483
"rollup-plugin-import-css": "^3.5.0",
85-
"tslib": "^2.6.2",
86-
"typescript": "4.6.4",
87-
"vue": "^3.4.24",
84+
"tslib": "^2.6.3",
85+
"typescript": "5.5.4",
86+
"vue": "^3.4.33",
8887
"vue2": "npm:vue@^2.7.16",
89-
"webpack": "^5.91.0"
88+
"webpack": "^5.93.0"
9089
}
9190
}

0 commit comments

Comments
 (0)