@hexadrop/eslint-config 0.0.1-beta.8 → 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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1062,7 +1062,7 @@ async function imports(options) {
|
|
|
1062
1062
|
configs.push({
|
|
1063
1063
|
files: DTS_GLOBS,
|
|
1064
1064
|
name: IMPORTS_CONFIG_NAME_RULES_STYLISTIC_TYPESCRIPT_DTS,
|
|
1065
|
-
|
|
1065
|
+
rules: {
|
|
1066
1066
|
[`${importXPluginRename}/prefer-default-export`]: "off"
|
|
1067
1067
|
}
|
|
1068
1068
|
});
|
package/dist/index.js
CHANGED
|
@@ -1025,7 +1025,7 @@ async function imports(options) {
|
|
|
1025
1025
|
configs.push({
|
|
1026
1026
|
files: DTS_GLOBS,
|
|
1027
1027
|
name: IMPORTS_CONFIG_NAME_RULES_STYLISTIC_TYPESCRIPT_DTS,
|
|
1028
|
-
|
|
1028
|
+
rules: {
|
|
1029
1029
|
[`${importXPluginRename}/prefer-default-export`]: "off"
|
|
1030
1030
|
}
|
|
1031
1031
|
});
|