@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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
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
|
-
|
|
1066
|
-
[`${
|
|
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
|
-
|
|
1029
|
-
[`${
|
|
1028
|
+
rules: {
|
|
1029
|
+
[`${importXPluginRename}/prefer-default-export`]: "off"
|
|
1030
1030
|
}
|
|
1031
1031
|
});
|
|
1032
1032
|
}
|