@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 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.0";
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), ...reactBase_default];
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 [...pluginBase_default(plugin), ...javaScriptBase_default, ...reactBase_default];
4073
+ return [...javaScriptBase_default2(plugin), ...reactBase_default2(plugin)];
4074
4074
  }
4075
4075
  var javaScriptReactBase_default = createCombinedJavaScriptReactBaseConfig;
4076
4076
 
package/dist/index.d.cts CHANGED
@@ -3,7 +3,7 @@ import z from 'zod';
3
3
  import { Config } from 'prettier';
4
4
 
5
5
  var name = "@alextheman/eslint-plugin";
6
- var version = "2.4.0";
6
+ var version = "2.4.1";
7
7
 
8
8
  interface AlexPluginConfigs {
9
9
  general: {
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import z from 'zod';
3
3
  import { Config } from 'prettier';
4
4
 
5
5
  var name = "@alextheman/eslint-plugin";
6
- var version = "2.4.0";
6
+ var version = "2.4.1";
7
7
 
8
8
  interface AlexPluginConfigs {
9
9
  general: {
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.0";
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), ...reactBase_default];
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 [...pluginBase_default(plugin), ...javaScriptBase_default, ...reactBase_default];
4058
+ return [...javaScriptBase_default2(plugin), ...reactBase_default2(plugin)];
4059
4059
  }
4060
4060
  var javaScriptReactBase_default = createCombinedJavaScriptReactBaseConfig;
4061
4061
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "A package to provide custom ESLint rules and configs",
5
5
  "license": "ISC",
6
6
  "author": "alextheman",