From 3334f9ee4a6d556c22f4447f4a33b58f283f599f Mon Sep 17 00:00:00 2001 From: mackt <1033530438@qq.com> Date: Wed, 17 Apr 2024 09:37:17 +0800 Subject: [PATCH] =?UTF-8?q?pref(chore):=20=E4=BF=AE=E6=94=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintignore | 1 + .eslintrc.json | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..42450ab --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +/src/components/ui/** diff --git a/.eslintrc.json b/.eslintrc.json index 033d068..22c4bb9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -19,11 +19,6 @@ "groups": ["builtin", "external", "parent", "sibling", "index", "internal", "object", "type"], // 按照分组顺序进行排序 // 通过路径自定义分组 "pathGroups": [ - { - "pattern": "@/components/ui/**", // 添加排除规则 - "group": "internal", // 或者其他你认为合适的组 - "position": "after" - }, { "pattern": "react*", "group": "builtin",