Skip to content

Commit 7c34abd

Browse files
committed
add oxlint
1 parent a318cf7 commit 7c34abd

File tree

2 files changed

+615
-314
lines changed

2 files changed

+615
-314
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "next build",
1313
"start": "next start",
1414
"lint": "pnpm exec oxlint && eslint .",
15-
"lint:fix": "eslint --fix .",
15+
"lint:fix": "pnpm exec oxlint --fix && eslint --fix .",
1616
"fmt": "prettier --check .",
1717
"fmt:fix": "prettier --write .",
1818
"renovate:debug": "LOG_LEVEL=debug pnpx renovate --platform=local",
@@ -59,6 +59,7 @@
5959
"eslint-config-next": "15.5.0",
6060
"eslint-config-prettier": "10.1.8",
6161
"eslint-plugin-oxlint": "1.11.2",
62+
"oxlint": "1.11.2",
6263
"prettier": "3.6.2",
6364
"prettier-plugin-tailwindcss": "0.6.14",
6465
"tailwindcss": "4.1.12",

0 commit comments

Comments
 (0)