Skip to content

Commit 0f3408d

Browse files
committed
chore: bump oxlint to 0.16
1 parent f9931e0 commit 0f3408d

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
lines changed

.oxlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"oxc"
1010
],
1111
"categories": {
12-
"correctness": "error"
12+
"correctness": "error",
1313
},
1414
"rules": {
1515
// only worry about console.log

package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"update-snapshots": "npm test run -- -u",
2323
"e2e": "playwright test",
2424
"e2ec": "playwright test --project=chrome",
25-
"lint": "eslint --ext .js,.ts,.tsx app test mock-api",
25+
"lint": "oxlint && eslint --ext .js,.ts,.tsx app test mock-api",
2626
"oxlint": "oxlint",
2727
"fmt": "prettier --cache --write . && npm run lint -- --fix",
2828
"openapi-gen-ts": "openapi-gen-ts",
@@ -110,7 +110,7 @@
110110
"ip-num": "^1.5.1",
111111
"jsdom": "^25.0.1",
112112
"msw": "^2.7.0",
113-
"oxlint": "^0.15.12",
113+
"oxlint": "^0.16.0",
114114
"patch-package": "^8.0.0",
115115
"postcss": "^8.4.49",
116116
"postcss-import": "^16.1.0",

0 commit comments

Comments
 (0)