chore: 移除不必要的 oxlint lint 脚本
This commit is contained in:
@ -13,7 +13,6 @@
|
|||||||
"type-check": "vue-tsc --build",
|
"type-check": "vue-tsc --build",
|
||||||
"lint": "run-s lint:*",
|
"lint": "run-s lint:*",
|
||||||
"_lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
|
"_lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
|
||||||
"lint:oxlint": "oxlint . --fix -D correctness",
|
|
||||||
"lint:eslint": "eslint . --fix",
|
"lint:eslint": "eslint . --fix",
|
||||||
"prepare": "husky",
|
"prepare": "husky",
|
||||||
"playwright": "playwright test",
|
"playwright": "playwright test",
|
||||||
|
Reference in New Issue
Block a user