@hexadrop/eslint-config 0.0.1-beta.5 → 0.0.1-beta.6
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 +9 -9
- package/dist/index.js +9 -9
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1015,15 +1015,6 @@ async function imports(options) {
|
|
|
1015
1015
|
}
|
|
1016
1016
|
});
|
|
1017
1017
|
}
|
|
1018
|
-
if (typescript2) {
|
|
1019
|
-
configs.push({
|
|
1020
|
-
files: DTS_GLOBS,
|
|
1021
|
-
name: IMPORTS_CONFIG_NAME_RULES_TYPESCRIPT_DTS,
|
|
1022
|
-
settings: {
|
|
1023
|
-
[`${importXPlugin}/prefer-default-export`]: "off"
|
|
1024
|
-
}
|
|
1025
|
-
});
|
|
1026
|
-
}
|
|
1027
1018
|
if (stylistic2) {
|
|
1028
1019
|
configs.push({
|
|
1029
1020
|
name: IMPORTS_CONFIG_NAME_RULES_STYLISTIC,
|
|
@@ -1067,6 +1058,15 @@ async function imports(options) {
|
|
|
1067
1058
|
]
|
|
1068
1059
|
}
|
|
1069
1060
|
});
|
|
1061
|
+
if (typescript2) {
|
|
1062
|
+
configs.push({
|
|
1063
|
+
files: DTS_GLOBS,
|
|
1064
|
+
name: IMPORTS_CONFIG_NAME_RULES_TYPESCRIPT_DTS,
|
|
1065
|
+
settings: {
|
|
1066
|
+
[`${importXPlugin}/prefer-default-export`]: "off"
|
|
1067
|
+
}
|
|
1068
|
+
});
|
|
1069
|
+
}
|
|
1070
1070
|
if (markdown2) {
|
|
1071
1071
|
configs.push({
|
|
1072
1072
|
files: GLOB_MARKDOWN_SOURCE,
|
package/dist/index.js
CHANGED
|
@@ -978,15 +978,6 @@ async function imports(options) {
|
|
|
978
978
|
}
|
|
979
979
|
});
|
|
980
980
|
}
|
|
981
|
-
if (typescript2) {
|
|
982
|
-
configs.push({
|
|
983
|
-
files: DTS_GLOBS,
|
|
984
|
-
name: IMPORTS_CONFIG_NAME_RULES_TYPESCRIPT_DTS,
|
|
985
|
-
settings: {
|
|
986
|
-
[`${importXPlugin}/prefer-default-export`]: "off"
|
|
987
|
-
}
|
|
988
|
-
});
|
|
989
|
-
}
|
|
990
981
|
if (stylistic2) {
|
|
991
982
|
configs.push({
|
|
992
983
|
name: IMPORTS_CONFIG_NAME_RULES_STYLISTIC,
|
|
@@ -1030,6 +1021,15 @@ async function imports(options) {
|
|
|
1030
1021
|
]
|
|
1031
1022
|
}
|
|
1032
1023
|
});
|
|
1024
|
+
if (typescript2) {
|
|
1025
|
+
configs.push({
|
|
1026
|
+
files: DTS_GLOBS,
|
|
1027
|
+
name: IMPORTS_CONFIG_NAME_RULES_TYPESCRIPT_DTS,
|
|
1028
|
+
settings: {
|
|
1029
|
+
[`${importXPlugin}/prefer-default-export`]: "off"
|
|
1030
|
+
}
|
|
1031
|
+
});
|
|
1032
|
+
}
|
|
1033
1033
|
if (markdown2) {
|
|
1034
1034
|
configs.push({
|
|
1035
1035
|
files: GLOB_MARKDOWN_SOURCE,
|