@fabdeh/eslint-config 0.0.3 → 0.0.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
@@ -618,7 +618,7 @@ var base_default = import_typescript_eslint2.default.config(
618
618
  rules: {
619
619
  "@typescript-eslint/no-empty-interface": "off",
620
620
  // deprecated but included in nx
621
- "importx-/named": "error",
621
+ "import-x/named": "error",
622
622
  "import-x/no-deprecated": "error"
623
623
  }
624
624
  },
package/dist/index.js CHANGED
@@ -577,7 +577,7 @@ var base_default = tseslint2.config(
577
577
  rules: {
578
578
  "@typescript-eslint/no-empty-interface": "off",
579
579
  // deprecated but included in nx
580
- "importx-/named": "error",
580
+ "import-x/named": "error",
581
581
  "import-x/no-deprecated": "error"
582
582
  }
583
583
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fabdeh/eslint-config",
3
3
  "type": "module",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "description": "My personal eslint config preset",
6
6
  "homepage": "https://github.com/FabienDehopre/eslint-config",
7
7
  "keywords": [