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 bc83dfe commit a40dbf3Copy full SHA for a40dbf3
frontend/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"oxlint": "oxlint . --type-aware --type-check",
8
"oxlint-plugin": "oxlint -c .oxlintrc-plugin.json",
9
- "lint": "npm run oxlint && npm run oxlint-plugin && npm run lint-json",
+ "lint": "npm run oxlint && npm run oxlint-plugin",
10
"lint-fast": "oxlint .",
11
"lint-json": "eslint static/**/*.json",
12
"check-assets": "tsx ./scripts/check-assets.ts",
0 commit comments