Skip to content

Commit 328b410

Browse files
committed
chore: drop eslint, use oxlint only
1 parent dca7889 commit 328b410

File tree

4 files changed

+1
-917
lines changed

4 files changed

+1
-917
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ out/
2222
.oxlintrc.json
2323
.prettierignore
2424
commitlint.config.js
25-
eslint.config.js
2625
lefthook.yml
2726
pnpm-lock.yaml
2827
pnpm-workspace.yaml

eslint.config.js

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

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@
2828
"devDependencies": {
2929
"@commitlint/cli": "^20.4.1",
3030
"@commitlint/config-conventional": "^20.4.1",
31-
"@eslint/js": "^10.0.1",
3231
"@vitest/coverage-v8": "^4.0.18",
33-
"eslint": "^10.0.0",
34-
"eslint-plugin-jsdoc": "^62.5.4",
35-
"eslint-plugin-unicorn": "^63.0.0",
3632
"globals": "^17.3.0",
3733
"jsdom": "^28.0.0",
3834
"oxlint": "^1.47.0",
@@ -45,7 +41,7 @@
4541
"build": "exit 0",
4642
"check": "pnpm lint && pnpm test && pnpm typecheck",
4743
"format": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,css}\"",
48-
"lint": "oxlint src && eslint \"**/*.{js,jsx}\"",
44+
"lint": "oxlint \"**/*.{js,jsx}\"",
4945
"test": "vitest --coverage",
5046
"typecheck": "tsc"
5147
},

0 commit comments

Comments
 (0)