Skip to content

Commit 82cad8e

Browse files
chore: simplify lint
1 parent d5579bd commit 82cad8e

3 files changed

Lines changed: 128 additions & 129 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib",
2+
"js/ts.tsdk.path": "node_modules/typescript/lib",
33
"editor.formatOnSave": true,
44
"editor.defaultFormatter": "oxc.oxc-vscode",
55
"editor.codeActionsOnSave": {
66
"source.fixAll.oxc": "explicit"
77
},
8-
"oxc.typeAware": true,
98
"yaml.schemas": {
109
"node_modules/lefthook/schema.json": ["lefthook.yml", "lefthook-local.yml"]
1110
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@
2828
"clean": "rm -rf ./dist/",
2929
"typecheck": "tsc --noEmit --project tsconfig.json && tsc --noEmit --project tsconfig.build.json",
3030
"build": "tsc --build tsconfig.build.json",
31-
"lint:check": "oxlint --type-aware --report-unused-disable-directives",
31+
"lint:check": "oxlint",
3232
"format:check": "oxfmt --check",
3333
"format:write": "oxfmt",
3434
"prepublishOnly": "npm run build",
3535
"test": "node bin/test.js"
3636
},
3737
"devDependencies": {
38-
"@nihalgonsalves/esconfig": "^0.16.0",
38+
"@nihalgonsalves/esconfig": "^0.16.4",
3939
"@types/node": "^22",
4040
"knip": "^5.85.0",
4141
"lefthook": "^2.1.2",
4242
"oxfmt": "^0.35.0",
43-
"oxlint": "^1.50.0",
44-
"oxlint-tsgolint": "^0.15.0",
43+
"oxlint": "^1.55.0",
44+
"oxlint-tsgolint": "^0.16.0",
4545
"typescript": "^5.9.3",
4646
"zod": "^4.3.6"
4747
},

0 commit comments

Comments
 (0)