Skip to content

Commit b413638

Browse files
committed
remove eslint
1 parent 19e10ff commit b413638

File tree

3 files changed

+6
-1225
lines changed

3 files changed

+6
-1225
lines changed

eslint.config.js

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

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@
77
"dev": "node scripts/dev.js",
88
"build": "node scripts/build.js",
99
"build-dts": "tsc -p tsconfig.build.json --noCheck && rollup -c rollup.dts.config.js",
10-
"clean": "rimraf --glob packages/*/dist temp .eslintcache",
10+
"clean": "rimraf --glob packages/*/dist temp",
1111
"size": "run-s \"size-*\" && node scripts/usage-size.js",
1212
"size-global": "node scripts/build.js vue runtime-dom -f global -p --size",
1313
"size-esm-runtime": "node scripts/build.js vue -f esm-bundler-runtime",
1414
"size-esm": "node scripts/build.js runtime-dom runtime-core reactivity shared -f esm-bundler",
1515
"check": "tsc --incremental --noEmit",
16-
"lint": "pnpm run \"/^lint:eslint|^lint:ox/\"",
17-
"lint:eslint": "eslint --cache .",
18-
"lint:ox": "oxlint",
16+
"lint": "oxlint",
1917
"format": "prettier --write --cache .",
2018
"format-check": "prettier --check --cache .",
2119
"test": "vitest",
@@ -56,7 +54,7 @@
5654
"prettier --write"
5755
],
5856
"*.ts?(x)": [
59-
"eslint --fix",
57+
"oxlint --fix",
6058
"prettier --parser=typescript --write"
6159
]
6260
},
@@ -77,14 +75,11 @@
7775
"@types/semver": "^7.7.0",
7876
"@types/serve-handler": "^6.1.4",
7977
"@vitest/coverage-v8": "^3.1.3",
80-
"@vitest/eslint-plugin": "^1.1.44",
8178
"@vue/consolidate": "1.0.0",
8279
"conventional-changelog-cli": "^5.0.0",
8380
"enquirer": "^2.4.1",
8481
"esbuild": "^0.25.4",
8582
"esbuild-plugin-polyfill-node": "^0.3.0",
86-
"eslint": "^9.25.1",
87-
"eslint-plugin-import-x": "^4.11.0",
8883
"estree-walker": "catalog:",
8984
"jsdom": "^26.1.0",
9085
"lint-staged": "^15.5.1",
@@ -111,7 +106,6 @@
111106
"todomvc-app-css": "^2.4.3",
112107
"tslib": "^2.8.1",
113108
"typescript": "~5.6.2",
114-
"typescript-eslint": "^8.31.1",
115109
"vite": "catalog:",
116110
"vitest": "^3.1.3"
117111
}

0 commit comments

Comments
 (0)