@alextheman/eslint-plugin 1.6.4 → 1.6.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 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.4";
3710
+ var version = "1.6.6";
3711
3711
 
3712
3712
  // src/configs/eslint-config-typescript-base.ts
3713
3713
  var import_js = __toESM(require_src(), 1);
@@ -4051,7 +4051,10 @@ var plugin = {
4051
4051
  version,
4052
4052
  namespace: "alextheman"
4053
4053
  },
4054
- configs: { alexTypeScriptBase: [], alexTypeScriptReactBase: [] },
4054
+ configs: {
4055
+ alexTypeScriptBase: [],
4056
+ alexTypeScriptReactBase: []
4057
+ },
4055
4058
  rules: rules_default
4056
4059
  };
4057
4060
  plugin.configs = {
package/dist/index.d.cts CHANGED
@@ -1,9 +1,8 @@
1
- import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
2
1
  import { Linter } from 'eslint';
3
2
  import { Config } from 'prettier';
4
3
 
5
4
  var name = "@alextheman/eslint-plugin";
6
- var version = "1.6.4";
5
+ var version = "1.6.6";
7
6
 
8
7
  declare const warnOnFixButErrorOnLint: string;
9
8
 
@@ -15,30 +14,10 @@ interface AlexPlugin {
15
14
  version: typeof version;
16
15
  namespace: "alextheman";
17
16
  };
18
- configs: {
19
- alexTypeScriptBase: Linter.Config[];
20
- alexTypeScriptReactBase: Linter.Config[];
21
- };
17
+ configs: Record<string, Linter.Config[]>;
22
18
  rules: Record<string, any>;
23
19
  }
24
20
 
25
- declare const plugin: {
26
- meta: {
27
- name: string;
28
- version: string;
29
- namespace: "alextheman";
30
- };
31
- configs: {
32
- alexTypeScriptBase: never[];
33
- alexTypeScriptReactBase: never[];
34
- };
35
- rules: {
36
- "no-namespace-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [{
37
- allow: string[];
38
- }], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
39
- "no-relative-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message" | "stupidPath", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
40
- "no-plugin-configs-access-from-src-configs": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
41
- };
42
- };
21
+ declare const plugin: AlexPlugin;
43
22
 
44
23
  export { type AlexPlugin, plugin as default, prettierRules, warnOnFixButErrorOnLint };
package/dist/index.d.ts CHANGED
@@ -1,9 +1,8 @@
1
- import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
2
1
  import { Linter } from 'eslint';
3
2
  import { Config } from 'prettier';
4
3
 
5
4
  var name = "@alextheman/eslint-plugin";
6
- var version = "1.6.4";
5
+ var version = "1.6.6";
7
6
 
8
7
  declare const warnOnFixButErrorOnLint: string;
9
8
 
@@ -15,30 +14,10 @@ interface AlexPlugin {
15
14
  version: typeof version;
16
15
  namespace: "alextheman";
17
16
  };
18
- configs: {
19
- alexTypeScriptBase: Linter.Config[];
20
- alexTypeScriptReactBase: Linter.Config[];
21
- };
17
+ configs: Record<string, Linter.Config[]>;
22
18
  rules: Record<string, any>;
23
19
  }
24
20
 
25
- declare const plugin: {
26
- meta: {
27
- name: string;
28
- version: string;
29
- namespace: "alextheman";
30
- };
31
- configs: {
32
- alexTypeScriptBase: never[];
33
- alexTypeScriptReactBase: never[];
34
- };
35
- rules: {
36
- "no-namespace-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [{
37
- allow: string[];
38
- }], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
39
- "no-relative-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message" | "stupidPath", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
40
- "no-plugin-configs-access-from-src-configs": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
41
- };
42
- };
21
+ declare const plugin: AlexPlugin;
43
22
 
44
23
  export { type AlexPlugin, plugin as default, prettierRules, warnOnFixButErrorOnLint };
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.4";
3695
+ var version = "1.6.6";
3696
3696
 
3697
3697
  // src/configs/eslint-config-typescript-base.ts
3698
3698
  var import_js = __toESM(require_src(), 1);
@@ -4036,7 +4036,10 @@ var plugin = {
4036
4036
  version,
4037
4037
  namespace: "alextheman"
4038
4038
  },
4039
- configs: { alexTypeScriptBase: [], alexTypeScriptReactBase: [] },
4039
+ configs: {
4040
+ alexTypeScriptBase: [],
4041
+ alexTypeScriptReactBase: []
4042
+ },
4040
4043
  rules: rules_default
4041
4044
  };
4042
4045
  plugin.configs = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "1.6.4",
3
+ "version": "1.6.6",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",