@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -5
  2. 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sxzz/eslint-config",
3
- "version": "7.2.4",
3
+ "version": "7.2.5",
4
4
  "description": "ESLint config for @sxzz.",
5
5
  "type": "module",
6
6
  "license": "MIT",