eslint-plugin-react-debug 1.52.9 → 1.52.10-beta.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.d.mts CHANGED
@@ -1,25 +1,24 @@
1
- import * as _eslint_react_shared from '@eslint-react/shared';
2
- import { RulePreset } from '@eslint-react/kit';
1
+ import * as _eslint_react_kit0 from "@eslint-react/kit";
3
2
 
3
+ //#region src/index.d.ts
4
4
  declare const _default: {
5
- configs: {
6
- all: {
7
- plugins: {
8
- "react-debug": _eslint_react_shared.CompatiblePlugin;
9
- };
10
- name?: string;
11
- rules?: Record<string, any>;
12
- };
13
- "all-legacy": {
14
- plugins: string[];
15
- rules: RulePreset;
16
- };
5
+ configs: {
6
+ all: {
7
+ plugins: {};
8
+ name?: string;
9
+ rules?: Record<string, _eslint_react_kit0.RuleConfig>;
10
+ settings?: _eslint_react_kit0.SettingsConfig;
17
11
  };
18
- meta: {
19
- name: string;
20
- version: string;
12
+ "all-legacy": {
13
+ plugins: string[];
14
+ rules: Record<string, _eslint_react_kit0.RuleConfig<unknown[]>> | undefined;
21
15
  };
22
- rules: Record<string, any>;
16
+ };
17
+ meta: {
18
+ name: string;
19
+ version: string;
20
+ };
21
+ rules: Record<string, _eslint_react_kit0.CompatibleRule>;
23
22
  };
24
-
25
- export { _default as default };
23
+ //#endregion
24
+ export { _default as default };
package/dist/index.d.ts CHANGED
@@ -1,25 +1,23 @@
1
- import * as _eslint_react_shared from '@eslint-react/shared';
2
- import { RulePreset } from '@eslint-react/kit';
1
+ import * as _eslint_react_kit0 from "@eslint-react/kit";
3
2
 
3
+ //#region src/index.d.ts
4
4
  declare const _default: {
5
- configs: {
6
- all: {
7
- plugins: {
8
- "react-debug": _eslint_react_shared.CompatiblePlugin;
9
- };
10
- name?: string;
11
- rules?: Record<string, any>;
12
- };
13
- "all-legacy": {
14
- plugins: string[];
15
- rules: RulePreset;
16
- };
5
+ configs: {
6
+ all: {
7
+ plugins: {};
8
+ name?: string;
9
+ rules?: Record<string, _eslint_react_kit0.RuleConfig>;
10
+ settings?: _eslint_react_kit0.SettingsConfig;
17
11
  };
18
- meta: {
19
- name: string;
20
- version: string;
12
+ "all-legacy": {
13
+ plugins: string[];
14
+ rules: Record<string, _eslint_react_kit0.RuleConfig<unknown[]>> | undefined;
21
15
  };
22
- rules: Record<string, any>;
16
+ };
17
+ meta: {
18
+ name: string;
19
+ version: string;
20
+ };
21
+ rules: Record<string, _eslint_react_kit0.CompatibleRule>;
23
22
  };
24
-
25
- export { _default as default };
23
+ export = _default;