From 8014dedf9325f933d76d1b56b2a211d1df068d47 Mon Sep 17 00:00:00 2001 From: thzxx <1440196015@qq.com> Date: Sat, 25 Jul 2026 13:02:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20lint=20=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E4=B8=AD=E7=9A=84=E5=8D=95=E5=BC=95=E5=8F=B7=E4=BB=A5?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=20Windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index abb1233..da9c6d9 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,9 @@ "dev": "rollup -c -w", "test": "jest --coverage", "test:watch": "jest --watch", - "lint": "eslint 'src/**/*.ts'", - "lint:fix": "eslint 'src/**/*.ts' --fix", - "format": "prettier --write 'src/**/*.ts' 'tests/**/*.ts'", + "lint": "eslint src/**/*.ts", + "lint:fix": "eslint src/**/*.ts --fix", + "format": "prettier --write src/**/*.ts tests/**/*.ts", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run typecheck && npm run lint && npm test && npm run build", "docs": "typedoc src/ --out docs",