@eslint-react/eslint-plugin 2.0.0-beta.172 → 2.0.0-beta.173
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.ts +0 -41
- package/dist/index.js +1 -3
- package/package.json +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -26,7 +26,6 @@ declare const rules$12: {
|
|
|
26
26
|
readonly "@eslint-react/no-children-to-array": "warn";
|
|
27
27
|
readonly "@eslint-react/no-class-component": "warn";
|
|
28
28
|
readonly "@eslint-react/no-clone-element": "warn";
|
|
29
|
-
readonly "@eslint-react/no-comment-textnodes": "warn";
|
|
30
29
|
readonly "@eslint-react/no-component-will-mount": "error";
|
|
31
30
|
readonly "@eslint-react/no-component-will-receive-props": "error";
|
|
32
31
|
readonly "@eslint-react/no-component-will-update": "error";
|
|
@@ -234,13 +233,7 @@ declare const settings$5: {
|
|
|
234
233
|
"react-x": {
|
|
235
234
|
readonly version: "detect";
|
|
236
235
|
readonly importSource: "react";
|
|
237
|
-
readonly strict: true;
|
|
238
|
-
readonly skipImportCheck: true;
|
|
239
236
|
readonly polymorphicPropName: "as";
|
|
240
|
-
readonly additionalHooks: {
|
|
241
|
-
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
242
|
-
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
243
|
-
};
|
|
244
237
|
};
|
|
245
238
|
};
|
|
246
239
|
declare namespace debug_d_exports {
|
|
@@ -346,13 +339,7 @@ declare const settings$4: {
|
|
|
346
339
|
"react-x": {
|
|
347
340
|
readonly version: "detect";
|
|
348
341
|
readonly importSource: "react";
|
|
349
|
-
readonly strict: true;
|
|
350
|
-
readonly skipImportCheck: true;
|
|
351
342
|
readonly polymorphicPropName: "as";
|
|
352
|
-
readonly additionalHooks: {
|
|
353
|
-
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
354
|
-
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
355
|
-
};
|
|
356
343
|
};
|
|
357
344
|
};
|
|
358
345
|
declare namespace off_d_exports {
|
|
@@ -397,7 +384,6 @@ declare const rules$3: {
|
|
|
397
384
|
readonly "@eslint-react/no-children-only": "warn";
|
|
398
385
|
readonly "@eslint-react/no-children-to-array": "warn";
|
|
399
386
|
readonly "@eslint-react/no-clone-element": "warn";
|
|
400
|
-
readonly "@eslint-react/no-comment-textnodes": "warn";
|
|
401
387
|
readonly "@eslint-react/no-component-will-mount": "error";
|
|
402
388
|
readonly "@eslint-react/no-component-will-receive-props": "error";
|
|
403
389
|
readonly "@eslint-react/no-component-will-update": "error";
|
|
@@ -569,13 +555,7 @@ declare const settings$3: {
|
|
|
569
555
|
"react-x": {
|
|
570
556
|
readonly version: "detect";
|
|
571
557
|
readonly importSource: "react";
|
|
572
|
-
readonly strict: true;
|
|
573
|
-
readonly skipImportCheck: true;
|
|
574
558
|
readonly polymorphicPropName: "as";
|
|
575
|
-
readonly additionalHooks: {
|
|
576
|
-
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
577
|
-
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
578
|
-
};
|
|
579
559
|
};
|
|
580
560
|
};
|
|
581
561
|
declare namespace recommended_type_checked_d_exports {
|
|
@@ -619,7 +599,6 @@ declare const rules$2: {
|
|
|
619
599
|
readonly "@eslint-react/no-children-only": "warn";
|
|
620
600
|
readonly "@eslint-react/no-children-to-array": "warn";
|
|
621
601
|
readonly "@eslint-react/no-clone-element": "warn";
|
|
622
|
-
readonly "@eslint-react/no-comment-textnodes": "warn";
|
|
623
602
|
readonly "@eslint-react/no-component-will-mount": "error";
|
|
624
603
|
readonly "@eslint-react/no-component-will-receive-props": "error";
|
|
625
604
|
readonly "@eslint-react/no-component-will-update": "error";
|
|
@@ -791,13 +770,7 @@ declare const settings$2: {
|
|
|
791
770
|
"react-x": {
|
|
792
771
|
readonly version: "detect";
|
|
793
772
|
readonly importSource: "react";
|
|
794
|
-
readonly strict: true;
|
|
795
|
-
readonly skipImportCheck: true;
|
|
796
773
|
readonly polymorphicPropName: "as";
|
|
797
|
-
readonly additionalHooks: {
|
|
798
|
-
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
799
|
-
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
800
|
-
};
|
|
801
774
|
};
|
|
802
775
|
};
|
|
803
776
|
declare namespace recommended_typescript_d_exports {
|
|
@@ -839,7 +812,6 @@ declare const rules$1: {
|
|
|
839
812
|
readonly "@eslint-react/no-children-only": "warn";
|
|
840
813
|
readonly "@eslint-react/no-children-to-array": "warn";
|
|
841
814
|
readonly "@eslint-react/no-clone-element": "warn";
|
|
842
|
-
readonly "@eslint-react/no-comment-textnodes": "warn";
|
|
843
815
|
readonly "@eslint-react/no-component-will-mount": "error";
|
|
844
816
|
readonly "@eslint-react/no-component-will-receive-props": "error";
|
|
845
817
|
readonly "@eslint-react/no-component-will-update": "error";
|
|
@@ -1011,13 +983,7 @@ declare const settings$1: {
|
|
|
1011
983
|
"react-x": {
|
|
1012
984
|
readonly version: "detect";
|
|
1013
985
|
readonly importSource: "react";
|
|
1014
|
-
readonly strict: true;
|
|
1015
|
-
readonly skipImportCheck: true;
|
|
1016
986
|
readonly polymorphicPropName: "as";
|
|
1017
|
-
readonly additionalHooks: {
|
|
1018
|
-
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
1019
|
-
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
1020
|
-
};
|
|
1021
987
|
};
|
|
1022
988
|
};
|
|
1023
989
|
declare namespace x_d_exports {
|
|
@@ -1037,7 +1003,6 @@ declare const rules: {
|
|
|
1037
1003
|
readonly "@eslint-react/no-children-only": "warn";
|
|
1038
1004
|
readonly "@eslint-react/no-children-to-array": "warn";
|
|
1039
1005
|
readonly "@eslint-react/no-clone-element": "warn";
|
|
1040
|
-
readonly "@eslint-react/no-comment-textnodes": "warn";
|
|
1041
1006
|
readonly "@eslint-react/no-component-will-mount": "error";
|
|
1042
1007
|
readonly "@eslint-react/no-component-will-receive-props": "error";
|
|
1043
1008
|
readonly "@eslint-react/no-component-will-update": "error";
|
|
@@ -1114,13 +1079,7 @@ declare const settings: {
|
|
|
1114
1079
|
"react-x": {
|
|
1115
1080
|
readonly version: "detect";
|
|
1116
1081
|
readonly importSource: "react";
|
|
1117
|
-
readonly strict: true;
|
|
1118
|
-
readonly skipImportCheck: true;
|
|
1119
1082
|
readonly polymorphicPropName: "as";
|
|
1120
|
-
readonly additionalHooks: {
|
|
1121
|
-
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
1122
|
-
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
1123
|
-
};
|
|
1124
1083
|
};
|
|
1125
1084
|
};
|
|
1126
1085
|
//#endregion
|
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { DEFAULT_ESLINT_REACT_SETTINGS } from "@eslint-react/shared";
|
|
|
9
9
|
|
|
10
10
|
//#region package.json
|
|
11
11
|
var name = "@eslint-react/eslint-plugin";
|
|
12
|
-
var version = "2.0.0-beta.
|
|
12
|
+
var version = "2.0.0-beta.173";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/configs/dom.ts
|
|
@@ -64,7 +64,6 @@ const rules$13 = {
|
|
|
64
64
|
"@eslint-react/no-children-only": "warn",
|
|
65
65
|
"@eslint-react/no-children-to-array": "warn",
|
|
66
66
|
"@eslint-react/no-clone-element": "warn",
|
|
67
|
-
"@eslint-react/no-comment-textnodes": "warn",
|
|
68
67
|
"@eslint-react/no-component-will-mount": "error",
|
|
69
68
|
"@eslint-react/no-component-will-receive-props": "error",
|
|
70
69
|
"@eslint-react/no-component-will-update": "error",
|
|
@@ -129,7 +128,6 @@ const rules$3 = {
|
|
|
129
128
|
"@eslint-react/no-children-to-array": "warn",
|
|
130
129
|
"@eslint-react/no-class-component": "warn",
|
|
131
130
|
"@eslint-react/no-clone-element": "warn",
|
|
132
|
-
"@eslint-react/no-comment-textnodes": "warn",
|
|
133
131
|
"@eslint-react/no-component-will-mount": "error",
|
|
134
132
|
"@eslint-react/no-component-will-receive-props": "error",
|
|
135
133
|
"@eslint-react/no-component-will-update": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.173",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"@typescript-eslint/type-utils": "^8.42.0",
|
|
42
42
|
"@typescript-eslint/types": "^8.42.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.42.0",
|
|
44
|
-
"@eslint-react/eff": "2.0.0-beta.
|
|
45
|
-
"@eslint-react/kit": "2.0.0-beta.
|
|
46
|
-
"eslint-
|
|
47
|
-
"
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-web-api": "2.0.0-beta.
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-x": "2.0.0-beta.
|
|
44
|
+
"@eslint-react/eff": "2.0.0-beta.173",
|
|
45
|
+
"@eslint-react/kit": "2.0.0-beta.173",
|
|
46
|
+
"@eslint-react/shared": "2.0.0-beta.173",
|
|
47
|
+
"eslint-plugin-react-debug": "2.0.0-beta.173",
|
|
48
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-beta.173",
|
|
49
|
+
"eslint-plugin-react-naming-convention": "2.0.0-beta.173",
|
|
50
|
+
"eslint-plugin-react-web-api": "2.0.0-beta.173",
|
|
51
|
+
"eslint-plugin-react-dom": "2.0.0-beta.173",
|
|
52
|
+
"eslint-plugin-react-x": "2.0.0-beta.173"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"tsdown": "^0.14.2",
|