@sxzz/eslint-config 3.6.3 → 3.6.4

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.cjs CHANGED
@@ -216,7 +216,6 @@ var imports = [
216
216
  },
217
217
  rules: {
218
218
  "antfu/import-dedupe": "error",
219
- "antfu/prefer-inline-type-import": "error",
220
219
  "import/first": "error",
221
220
  "import/no-default-export": "error",
222
221
  "import/no-duplicates": "error",
package/dist/index.js CHANGED
@@ -117,7 +117,6 @@ var imports = [
117
117
  },
118
118
  rules: {
119
119
  "antfu/import-dedupe": "error",
120
- "antfu/prefer-inline-type-import": "error",
121
120
  "import/first": "error",
122
121
  "import/no-default-export": "error",
123
122
  "import/no-duplicates": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sxzz/eslint-config",
3
- "version": "3.6.3",
3
+ "version": "3.6.4",
4
4
  "packageManager": "pnpm@8.8.0",
5
5
  "description": "ESLint config for @sxzz.",
6
6
  "type": "module",