@sxzz/eslint-config 7.2.4 → 7.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -686,11 +686,7 @@ const specialCases = () => [
|
|
|
686
686
|
rules: { "unicorn/filename-case": "off" }
|
|
687
687
|
},
|
|
688
688
|
{
|
|
689
|
-
files: [
|
|
690
|
-
GLOB_VUE,
|
|
691
|
-
GLOB_JSX,
|
|
692
|
-
GLOB_TSX
|
|
693
|
-
],
|
|
689
|
+
files: [GLOB_JSX, GLOB_TSX],
|
|
694
690
|
name: "sxzz/special/components",
|
|
695
691
|
rules: { "unicorn/no-anonymous-default-export": "off" }
|
|
696
692
|
}
|