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",