Skip to content

Commit 0215dfe

Browse files
committed
update deps and lint
1 parent 10968ea commit 0215dfe

4 files changed

Lines changed: 590 additions & 1050 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
strategy:
2525
matrix:
26-
node-version: [22.x, 24.x, 25.x]
26+
node-version: [22.x, 24.x, 26.x]
2727
platform:
2828
- os: ubuntu-latest
2929
shell: bash

.oxlintrc.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"categories": {},
44
"options": {},
55
"rules": {
6+
"no-useless-escape": "off",
67
"no-empty-file": "error",
78
"no-unsafe-finally": "off",
89
"no-param-reassign": "off",
@@ -41,16 +42,7 @@
4142
"allowImplicit": true
4243
}
4344
],
44-
"quotes": [
45-
"error",
46-
"single",
47-
{
48-
"avoidEscape": true
49-
}
50-
],
51-
"no-return-await": "error",
5245
"import/namespace": "off",
53-
"import/no-unresolved": "off",
5446
"no-control-regex": "off",
5547
"jsdoc/check-tag-names": "off",
5648
"jsdoc/require-yields": "off",
@@ -146,12 +138,6 @@
146138
"typescript/await-thenable": "off"
147139
}
148140
},
149-
{
150-
"files": ["*.tsx"],
151-
"rules": {
152-
"jsdoc/require-jsdoc": "off"
153-
}
154-
},
155141
{
156142
"files": [
157143
"*.config.js",

0 commit comments

Comments
 (0)