We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a318cf7 commit 7c34abdCopy full SHA for 7c34abd
package.json
@@ -12,7 +12,7 @@
12
"build": "next build",
13
"start": "next start",
14
"lint": "pnpm exec oxlint && eslint .",
15
- "lint:fix": "eslint --fix .",
+ "lint:fix": "pnpm exec oxlint --fix && eslint --fix .",
16
"fmt": "prettier --check .",
17
"fmt:fix": "prettier --write .",
18
"renovate:debug": "LOG_LEVEL=debug pnpx renovate --platform=local",
@@ -59,6 +59,7 @@
59
"eslint-config-next": "15.5.0",
60
"eslint-config-prettier": "10.1.8",
61
"eslint-plugin-oxlint": "1.11.2",
62
+ "oxlint": "1.11.2",
63
"prettier": "3.6.2",
64
"prettier-plugin-tailwindcss": "0.6.14",
65
"tailwindcss": "4.1.12",
0 commit comments