Skip to content

Commit c4e9858

Browse files
committed
update renovate, remove typescript-eslint
1 parent 1acde2b commit c4e9858

File tree

3 files changed

+5
-706
lines changed

3 files changed

+5
-706
lines changed

.github/renovate.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
matchPackageNames: [
4141
'simple-git-hooks',
4242
'lint-staged',
43-
'typescript-eslint{/,}**',
44-
'eslint{/,}**',
43+
'oxlint',
4544
'prettier{/,}**',
4645
],
4746
},

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"@types/node": "^22.17.2",
7575
"@types/semver": "^7.7.0",
7676
"@types/serve-handler": "^6.1.4",
77-
"@vitest/ui": "^3.0.2",
7877
"@vitest/coverage-v8": "^3.2.4",
78+
"@vitest/ui": "^3.0.2",
7979
"@vue/consolidate": "1.0.0",
8080
"conventional-changelog-cli": "^5.0.0",
8181
"enquirer": "^2.4.1",
@@ -107,7 +107,6 @@
107107
"todomvc-app-css": "^2.4.3",
108108
"tslib": "^2.8.1",
109109
"typescript": "~5.6.2",
110-
"typescript-eslint": "^8.32.1",
111110
"vite": "catalog:",
112111
"vitest": "^3.2.4"
113112
}

0 commit comments

Comments
 (0)