@hexadrop/eslint-config 0.0.1-beta.7 → 0.0.1-beta.9

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
@@ -1062,8 +1062,8 @@ async function imports(options) {
1062
1062
  configs.push({
1063
1063
  files: DTS_GLOBS,
1064
1064
  name: IMPORTS_CONFIG_NAME_RULES_STYLISTIC_TYPESCRIPT_DTS,
1065
- settings: {
1066
- [`${importXPlugin}/prefer-default-export`]: "off"
1065
+ rules: {
1066
+ [`${importXPluginRename}/prefer-default-export`]: "off"
1067
1067
  }
1068
1068
  });
1069
1069
  }
package/dist/index.js CHANGED
@@ -1025,8 +1025,8 @@ async function imports(options) {
1025
1025
  configs.push({
1026
1026
  files: DTS_GLOBS,
1027
1027
  name: IMPORTS_CONFIG_NAME_RULES_STYLISTIC_TYPESCRIPT_DTS,
1028
- settings: {
1029
- [`${importXPlugin}/prefer-default-export`]: "off"
1028
+ rules: {
1029
+ [`${importXPluginRename}/prefer-default-export`]: "off"
1030
1030
  }
1031
1031
  });
1032
1032
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexadrop/eslint-config",
3
- "version": "0.0.1-beta.7",
3
+ "version": "0.0.1-beta.9",
4
4
  "description": "Opinionated ESLint ruleset designed for large teams and projects",
5
5
  "keywords": [
6
6
  "lint",