From 3adafb58d55fb640a56149b8059bef69f0d6ef7b Mon Sep 17 00:00:00 2001 From: mini2024 Date: Mon, 31 Mar 2025 00:57:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=20oxlint=20lint=20=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index fd3bb8a..b0b1df1 100644 --- a/package.json +++ b/package.json @@ -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",