Skip to content

Commit 132e249

Browse files
committed
upgrade oxlint, add oxlint npm run script
1 parent da15741 commit 132e249

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

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
"e2e": "playwright test",
2323
"e2ec": "playwright test --project=chrome",
2424
"lint": "eslint --ext .js,.ts,.tsx app test mock-api",
25-
"lint-fast": "npm run lint -- --cache",
25+
"oxlint": "oxlint",
2626
"fmt": "prettier --cache --write . && npm run lint -- --fix",
2727
"openapi-gen-ts": "openapi-gen-ts",
2828
"prettier": "prettier",
@@ -109,7 +109,7 @@
109109
"ip-num": "^1.5.1",
110110
"jsdom": "^25.0.1",
111111
"msw": "^2.7.0",
112-
"oxlint": "^0.14.1",
112+
"oxlint": "^0.15.5",
113113
"patch-package": "^8.0.0",
114114
"postcss": "^8.4.49",
115115
"postcss-import": "^16.1.0",

0 commit comments

Comments
 (0)