Skip to content

Commit a40dbf3

Browse files
committed
remove
1 parent bc83dfe commit a40dbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"oxlint": "oxlint . --type-aware --type-check",
88
"oxlint-plugin": "oxlint -c .oxlintrc-plugin.json",
9-
"lint": "npm run oxlint && npm run oxlint-plugin && npm run lint-json",
9+
"lint": "npm run oxlint && npm run oxlint-plugin",
1010
"lint-fast": "oxlint .",
1111
"lint-json": "eslint static/**/*.json",
1212
"check-assets": "tsx ./scripts/check-assets.ts",

0 commit comments

Comments
 (0)