chore: 移除不必要的 oxlint lint 脚本
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 3m2s
/ lint-build-and-check (push) Successful in 4m13s
/ surge (push) Successful in 2m58s
/ playwright (push) Failing after 5m16s

This commit is contained in:
mini2024
2025-03-31 00:57:16 +08:00
parent 2fd7f2fcbc
commit 3adafb58d5

View File

@ -13,7 +13,6 @@
"type-check": "vue-tsc --build",
"lint": "run-s lint:*",
"_lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
"lint:oxlint": "oxlint . --fix -D correctness",
"lint:eslint": "eslint . --fix",
"prepare": "husky",
"playwright": "playwright test",