@alextheman/eslint-plugin 2.4.0 → 2.4.1
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 +3 -3
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3715,7 +3715,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
3715
3715
|
|
|
3716
3716
|
// package.json
|
|
3717
3717
|
var name = "@alextheman/eslint-plugin";
|
|
3718
|
-
var version = "2.4.
|
|
3718
|
+
var version = "2.4.1";
|
|
3719
3719
|
|
|
3720
3720
|
// src/configs/plugin/pluginBase.ts
|
|
3721
3721
|
function createPluginBaseConfig(plugin) {
|
|
@@ -4064,13 +4064,13 @@ var typeScriptBase_default2 = createCombinedTypeScriptBaseConfig;
|
|
|
4064
4064
|
|
|
4065
4065
|
// src/configs/combined/typeScriptReactBase.ts
|
|
4066
4066
|
function createCombinedTypeScriptReactBaseConfig(plugin) {
|
|
4067
|
-
return [...typeScriptBase_default2(plugin), ...
|
|
4067
|
+
return [...typeScriptBase_default2(plugin), ...reactBase_default2(plugin)];
|
|
4068
4068
|
}
|
|
4069
4069
|
var typeScriptReactBase_default = createCombinedTypeScriptReactBaseConfig;
|
|
4070
4070
|
|
|
4071
4071
|
// src/configs/combined/javaScriptReactBase.ts
|
|
4072
4072
|
function createCombinedJavaScriptReactBaseConfig(plugin) {
|
|
4073
|
-
return [...
|
|
4073
|
+
return [...javaScriptBase_default2(plugin), ...reactBase_default2(plugin)];
|
|
4074
4074
|
}
|
|
4075
4075
|
var javaScriptReactBase_default = createCombinedJavaScriptReactBaseConfig;
|
|
4076
4076
|
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3700,7 +3700,7 @@ var require_globals2 = __commonJS({
|
|
|
3700
3700
|
|
|
3701
3701
|
// package.json
|
|
3702
3702
|
var name = "@alextheman/eslint-plugin";
|
|
3703
|
-
var version = "2.4.
|
|
3703
|
+
var version = "2.4.1";
|
|
3704
3704
|
|
|
3705
3705
|
// src/configs/plugin/pluginBase.ts
|
|
3706
3706
|
function createPluginBaseConfig(plugin) {
|
|
@@ -4049,13 +4049,13 @@ var typeScriptBase_default2 = createCombinedTypeScriptBaseConfig;
|
|
|
4049
4049
|
|
|
4050
4050
|
// src/configs/combined/typeScriptReactBase.ts
|
|
4051
4051
|
function createCombinedTypeScriptReactBaseConfig(plugin) {
|
|
4052
|
-
return [...typeScriptBase_default2(plugin), ...
|
|
4052
|
+
return [...typeScriptBase_default2(plugin), ...reactBase_default2(plugin)];
|
|
4053
4053
|
}
|
|
4054
4054
|
var typeScriptReactBase_default = createCombinedTypeScriptReactBaseConfig;
|
|
4055
4055
|
|
|
4056
4056
|
// src/configs/combined/javaScriptReactBase.ts
|
|
4057
4057
|
function createCombinedJavaScriptReactBaseConfig(plugin) {
|
|
4058
|
-
return [...
|
|
4058
|
+
return [...javaScriptBase_default2(plugin), ...reactBase_default2(plugin)];
|
|
4059
4059
|
}
|
|
4060
4060
|
var javaScriptReactBase_default = createCombinedJavaScriptReactBaseConfig;
|
|
4061
4061
|
|