We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328b410 commit b8a0c73Copy full SHA for b8a0c73
package.json
@@ -41,7 +41,7 @@
41
"build": "exit 0",
42
"check": "pnpm lint && pnpm test && pnpm typecheck",
43
"format": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,css}\"",
44
- "lint": "oxlint \"**/*.{js,jsx}\"",
+ "lint": "oxlint src",
45
"test": "vitest --coverage",
46
"typecheck": "tsc"
47
},
0 commit comments