@alextheman/eslint-plugin 1.6.6 → 1.6.7

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
@@ -3707,7 +3707,7 @@ module.exports = __toCommonJS(index_exports);
3707
3707
 
3708
3708
  // package.json
3709
3709
  var name = "@alextheman/eslint-plugin";
3710
- var version = "1.6.6";
3710
+ var version = "1.6.7";
3711
3711
 
3712
3712
  // src/configs/eslint-config-typescript-base.ts
3713
3713
  var import_js = __toESM(require_src(), 1);
package/dist/index.d.cts CHANGED
@@ -2,7 +2,7 @@ import { Linter } from 'eslint';
2
2
  import { Config } from 'prettier';
3
3
 
4
4
  var name = "@alextheman/eslint-plugin";
5
- var version = "1.6.6";
5
+ var version = "1.6.7";
6
6
 
7
7
  declare const warnOnFixButErrorOnLint: string;
8
8
 
@@ -14,7 +14,10 @@ interface AlexPlugin {
14
14
  version: typeof version;
15
15
  namespace: "alextheman";
16
16
  };
17
- configs: Record<string, Linter.Config[]>;
17
+ configs: {
18
+ alexTypeScriptBase: Linter.Config[];
19
+ alexTypeScriptReactBase: Linter.Config[];
20
+ };
18
21
  rules: Record<string, any>;
19
22
  }
20
23
 
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import { Linter } from 'eslint';
2
2
  import { Config } from 'prettier';
3
3
 
4
4
  var name = "@alextheman/eslint-plugin";
5
- var version = "1.6.6";
5
+ var version = "1.6.7";
6
6
 
7
7
  declare const warnOnFixButErrorOnLint: string;
8
8
 
@@ -14,7 +14,10 @@ interface AlexPlugin {
14
14
  version: typeof version;
15
15
  namespace: "alextheman";
16
16
  };
17
- configs: Record<string, Linter.Config[]>;
17
+ configs: {
18
+ alexTypeScriptBase: Linter.Config[];
19
+ alexTypeScriptReactBase: Linter.Config[];
20
+ };
18
21
  rules: Record<string, any>;
19
22
  }
20
23
 
package/dist/index.js CHANGED
@@ -3692,7 +3692,7 @@ var require_globals2 = __commonJS({
3692
3692
 
3693
3693
  // package.json
3694
3694
  var name = "@alextheman/eslint-plugin";
3695
- var version = "1.6.6";
3695
+ var version = "1.6.7";
3696
3696
 
3697
3697
  // src/configs/eslint-config-typescript-base.ts
3698
3698
  var import_js = __toESM(require_src(), 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",