Skip to content

Commit d43d724

Browse files
authored
chore: bump eslint version (#615)
* chore: frontend bump eslint version Signed-off-by: Bob Du <i@bobdu.cc> * chore: backend bump eslint version Signed-off-by: Bob Du <i@bobdu.cc> --------- Signed-off-by: Bob Du <i@bobdu.cc>
1 parent b80fe9f commit d43d724

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+4112
-3238
lines changed

.eslintignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.eslintrc.cjs

Lines changed: 0 additions & 8 deletions
This file was deleted.

eslint.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import antfu from '@antfu/eslint-config'
2+
3+
export default antfu({
4+
ignores: [
5+
'service/*',
6+
'*.md',
7+
'*.json',
8+
],
9+
})

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"common:prepare": "husky install"
2525
},
2626
"devDependencies": {
27-
"@antfu/eslint-config": "^0.43.1",
28-
"@commitlint/cli": "^17.4.4",
29-
"@commitlint/config-conventional": "^17.4.4",
27+
"@antfu/eslint-config": "^4.13.2",
28+
"@commitlint/cli": "^19.8.1",
29+
"@commitlint/config-conventional": "^19.8.1",
3030
"@iconify/vue": "^5.0.0",
3131
"@tailwindcss/vite": "^4.1.7",
3232
"@types/katex": "^0.16.7",
@@ -39,7 +39,7 @@
3939
"axios": "1.8.2",
4040
"chart.js": "^4.4.9",
4141
"dayjs": "^1.11.13",
42-
"eslint": "^8.57.1",
42+
"eslint": "^9.28.0",
4343
"highlight.js": "^11.11.1",
4444
"html2canvas": "^1.4.1",
4545
"husky": "^9.1.7",
@@ -54,11 +54,11 @@
5454
"qrcode.vue": "^3.6.0",
5555
"rimraf": "^6.0.1",
5656
"tailwindcss": "^4.1.7",
57-
"typescript": "~5.3.3",
57+
"typescript": "~5.8.3",
5858
"unplugin-auto-import": "^19.3.0",
5959
"unplugin-vue-components": "^28.7.0",
6060
"vite": "6.3.4",
61-
"vue": "^3.5.15",
61+
"vue": "^3.5.16",
6262
"vue-chartjs": "^5.3.2",
6363
"vue-i18n": "11.1.2",
6464
"vue-router": "^4.5.1",

0 commit comments

Comments
 (0)