Skip to content

Commit b8a0c73

Browse files
committed
chore: use oxlint only
1 parent 328b410 commit b8a0c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"build": "exit 0",
4242
"check": "pnpm lint && pnpm test && pnpm typecheck",
4343
"format": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,css}\"",
44-
"lint": "oxlint \"**/*.{js,jsx}\"",
44+
"lint": "oxlint src",
4545
"test": "vitest --coverage",
4646
"typecheck": "tsc"
4747
},

0 commit comments

Comments
 (0)