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 1424838 commit 036bec5Copy full SHA for 036bec5
.oxlintrc.json
@@ -3,7 +3,9 @@
3
"unicorn",
4
"typescript",
5
"oxc",
6
- "react",
+ "react"
7
+ ],
8
+ "jsPlugins": [
9
"./plugins/debugger.js"
10
],
11
"categories": {
package.json
@@ -9,7 +9,7 @@
"ready": "vite run lint && vite test && vite run build",
"dev": "pnpm --filter dashboard dev",
"build": "vite run @vibe/dashboard#build",
12
- "lint": "vite lint --type-aware --js-plugins",
+ "lint": "vite lint --type-aware",
13
"test": "vite test",
14
"fmt": "vite fmt",
15
"generate": "node tools/override-rolldown.mjs --stats"
0 commit comments