eslint-plugin-react-x 1.52.10-next.0 → 1.52.10-next.2
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 +39 -38
- package/dist/index.d.ts +38 -38
- package/dist/index.js +3096 -3632
- package/dist/index.mjs +3076 -3604
- package/package.json +13 -13
package/dist/index.d.mts
CHANGED
|
@@ -1,43 +1,44 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _eslint_react_kit0 from "@eslint-react/kit";
|
|
2
2
|
|
|
3
|
+
//#region src/index.d.ts
|
|
3
4
|
declare const _default: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
};
|
|
11
|
-
"recommended-legacy": {
|
|
12
|
-
plugins: string[];
|
|
13
|
-
rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
|
|
14
|
-
};
|
|
15
|
-
"recommended-type-checked": {
|
|
16
|
-
plugins: {};
|
|
17
|
-
name?: string;
|
|
18
|
-
rules?: Record<string, _eslint_react_kit.RuleConfig>;
|
|
19
|
-
settings?: _eslint_react_kit.SettingsConfig;
|
|
20
|
-
};
|
|
21
|
-
"recommended-type-checked-legacy": {
|
|
22
|
-
plugins: string[];
|
|
23
|
-
rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
|
|
24
|
-
};
|
|
25
|
-
"recommended-typescript": {
|
|
26
|
-
plugins: {};
|
|
27
|
-
name?: string;
|
|
28
|
-
rules?: Record<string, _eslint_react_kit.RuleConfig>;
|
|
29
|
-
settings?: _eslint_react_kit.SettingsConfig;
|
|
30
|
-
};
|
|
31
|
-
"recommended-typescript-legacy": {
|
|
32
|
-
plugins: string[];
|
|
33
|
-
rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
|
|
34
|
-
};
|
|
5
|
+
configs: {
|
|
6
|
+
recommended: {
|
|
7
|
+
plugins: {};
|
|
8
|
+
name?: string;
|
|
9
|
+
rules?: Record<string, _eslint_react_kit0.RuleConfig>;
|
|
10
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
35
11
|
};
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
12
|
+
"recommended-legacy": {
|
|
13
|
+
plugins: string[];
|
|
14
|
+
rules: Record<string, _eslint_react_kit0.RuleConfig<unknown[]>> | undefined;
|
|
39
15
|
};
|
|
40
|
-
|
|
16
|
+
"recommended-type-checked": {
|
|
17
|
+
plugins: {};
|
|
18
|
+
name?: string;
|
|
19
|
+
rules?: Record<string, _eslint_react_kit0.RuleConfig>;
|
|
20
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
21
|
+
};
|
|
22
|
+
"recommended-type-checked-legacy": {
|
|
23
|
+
plugins: string[];
|
|
24
|
+
rules: Record<string, _eslint_react_kit0.RuleConfig<unknown[]>> | undefined;
|
|
25
|
+
};
|
|
26
|
+
"recommended-typescript": {
|
|
27
|
+
plugins: {};
|
|
28
|
+
name?: string;
|
|
29
|
+
rules?: Record<string, _eslint_react_kit0.RuleConfig>;
|
|
30
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
31
|
+
};
|
|
32
|
+
"recommended-typescript-legacy": {
|
|
33
|
+
plugins: string[];
|
|
34
|
+
rules: Record<string, _eslint_react_kit0.RuleConfig<unknown[]>> | undefined;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
meta: {
|
|
38
|
+
name: string;
|
|
39
|
+
version: string;
|
|
40
|
+
};
|
|
41
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
41
42
|
};
|
|
42
|
-
|
|
43
|
-
export { _default as default };
|
|
43
|
+
//#endregion
|
|
44
|
+
export { _default as default };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _eslint_react_kit0 from "@eslint-react/kit";
|
|
2
2
|
|
|
3
|
+
//#region src/index.d.ts
|
|
3
4
|
declare const _default: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
};
|
|
11
|
-
"recommended-legacy": {
|
|
12
|
-
plugins: string[];
|
|
13
|
-
rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
|
|
14
|
-
};
|
|
15
|
-
"recommended-type-checked": {
|
|
16
|
-
plugins: {};
|
|
17
|
-
name?: string;
|
|
18
|
-
rules?: Record<string, _eslint_react_kit.RuleConfig>;
|
|
19
|
-
settings?: _eslint_react_kit.SettingsConfig;
|
|
20
|
-
};
|
|
21
|
-
"recommended-type-checked-legacy": {
|
|
22
|
-
plugins: string[];
|
|
23
|
-
rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
|
|
24
|
-
};
|
|
25
|
-
"recommended-typescript": {
|
|
26
|
-
plugins: {};
|
|
27
|
-
name?: string;
|
|
28
|
-
rules?: Record<string, _eslint_react_kit.RuleConfig>;
|
|
29
|
-
settings?: _eslint_react_kit.SettingsConfig;
|
|
30
|
-
};
|
|
31
|
-
"recommended-typescript-legacy": {
|
|
32
|
-
plugins: string[];
|
|
33
|
-
rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
|
|
34
|
-
};
|
|
5
|
+
configs: {
|
|
6
|
+
recommended: {
|
|
7
|
+
plugins: {};
|
|
8
|
+
name?: string;
|
|
9
|
+
rules?: Record<string, _eslint_react_kit0.RuleConfig>;
|
|
10
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
35
11
|
};
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
12
|
+
"recommended-legacy": {
|
|
13
|
+
plugins: string[];
|
|
14
|
+
rules: Record<string, _eslint_react_kit0.RuleConfig<unknown[]>> | undefined;
|
|
39
15
|
};
|
|
40
|
-
|
|
16
|
+
"recommended-type-checked": {
|
|
17
|
+
plugins: {};
|
|
18
|
+
name?: string;
|
|
19
|
+
rules?: Record<string, _eslint_react_kit0.RuleConfig>;
|
|
20
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
21
|
+
};
|
|
22
|
+
"recommended-type-checked-legacy": {
|
|
23
|
+
plugins: string[];
|
|
24
|
+
rules: Record<string, _eslint_react_kit0.RuleConfig<unknown[]>> | undefined;
|
|
25
|
+
};
|
|
26
|
+
"recommended-typescript": {
|
|
27
|
+
plugins: {};
|
|
28
|
+
name?: string;
|
|
29
|
+
rules?: Record<string, _eslint_react_kit0.RuleConfig>;
|
|
30
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
31
|
+
};
|
|
32
|
+
"recommended-typescript-legacy": {
|
|
33
|
+
plugins: string[];
|
|
34
|
+
rules: Record<string, _eslint_react_kit0.RuleConfig<unknown[]>> | undefined;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
meta: {
|
|
38
|
+
name: string;
|
|
39
|
+
version: string;
|
|
40
|
+
};
|
|
41
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
41
42
|
};
|
|
42
|
-
|
|
43
|
-
export { _default as default };
|
|
43
|
+
export = _default;
|