From 97f5302cd12b5e3e2a55b62a0685252d2978c4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=A4=E4=BB=99?= Date: Fri, 28 Jun 2024 17:57:48 +0800 Subject: [PATCH] fix lint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a306096..11abd3b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "build": "dumi build", "compile": "father build", "prepublishOnly": "npm run compile && np --yolo --no-publish", - "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js", + "lint": "eslint src/ tests/ --ext .tsx,.ts,.jsx,.js", "test": "rc-test", "coverage": "rc-test --coverage", "now-build": "npm run build"