chore(oxlint): configure rule categories in oxlint.json (#8494)

Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
Don Isaac
2024-10-14 23:20:21 -04:00
committed by GitHub
parent 691e1c22c2
commit 9970138009
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
"lint:eslint:fix": "yarn lint:eslint --fix",
"lint:prettier": "prettier --ignore-unknown --cache --check .",
"lint:prettier:fix": "prettier --ignore-unknown --cache --write .",
"lint:ox": "oxlint -c oxlint.json --deny-warnings --import-plugin -D correctness -D perf",
"lint:ox": "oxlint -c oxlint.json --deny-warnings --import-plugin",
"lint": "yarn lint:eslint && yarn lint:prettier",
"lint:fix": "yarn lint:eslint:fix && yarn lint:prettier:fix",
"test": "vitest --run",