@eslint-react/eslint-plugin 2.0.0-next.154 → 2.0.0-next.156
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 +39 -41
- package/dist/index.js +2 -2
- package/package.json +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { CompatiblePlugin } from "@eslint-react/shared";
|
|
1
|
+
import * as _eslint_react_shared27 from "@eslint-react/shared";
|
|
3
2
|
import * as _eslint_react_kit0 from "@eslint-react/kit";
|
|
4
3
|
import { RulePreset } from "@eslint-react/kit";
|
|
5
4
|
|
|
@@ -101,7 +100,7 @@ declare const plugins$6: {
|
|
|
101
100
|
configs: {
|
|
102
101
|
all: {
|
|
103
102
|
plugins: {
|
|
104
|
-
"react-debug":
|
|
103
|
+
"react-debug": _eslint_react_shared27.CompatiblePlugin;
|
|
105
104
|
};
|
|
106
105
|
name?: string;
|
|
107
106
|
rules?: Record<string, any>;
|
|
@@ -121,7 +120,7 @@ declare const plugins$6: {
|
|
|
121
120
|
configs: {
|
|
122
121
|
recommended: {
|
|
123
122
|
plugins: {
|
|
124
|
-
"react-hooks-extra":
|
|
123
|
+
"react-hooks-extra": _eslint_react_shared27.CompatiblePlugin;
|
|
125
124
|
};
|
|
126
125
|
name?: string;
|
|
127
126
|
rules?: Record<string, any>;
|
|
@@ -141,7 +140,7 @@ declare const plugins$6: {
|
|
|
141
140
|
configs: {
|
|
142
141
|
recommended: {
|
|
143
142
|
plugins: {
|
|
144
|
-
"react-naming-convention":
|
|
143
|
+
"react-naming-convention": _eslint_react_shared27.CompatiblePlugin;
|
|
145
144
|
};
|
|
146
145
|
name?: string;
|
|
147
146
|
rules?: Record<string, any>;
|
|
@@ -161,7 +160,7 @@ declare const plugins$6: {
|
|
|
161
160
|
configs: {
|
|
162
161
|
recommended: {
|
|
163
162
|
plugins: {
|
|
164
|
-
"react-web-api":
|
|
163
|
+
"react-web-api": _eslint_react_shared27.CompatiblePlugin;
|
|
165
164
|
};
|
|
166
165
|
name?: string;
|
|
167
166
|
rules?: Record<string, any>;
|
|
@@ -181,7 +180,7 @@ declare const plugins$6: {
|
|
|
181
180
|
configs: {
|
|
182
181
|
recommended: {
|
|
183
182
|
plugins: {
|
|
184
|
-
"react-dom":
|
|
183
|
+
"react-dom": _eslint_react_shared27.CompatiblePlugin;
|
|
185
184
|
};
|
|
186
185
|
name?: string;
|
|
187
186
|
rules?: Record<string, any>;
|
|
@@ -201,7 +200,7 @@ declare const plugins$6: {
|
|
|
201
200
|
configs: {
|
|
202
201
|
recommended: {
|
|
203
202
|
plugins: {
|
|
204
|
-
"react-x":
|
|
203
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
205
204
|
};
|
|
206
205
|
name?: string;
|
|
207
206
|
rules?: Record<string, any>;
|
|
@@ -212,7 +211,7 @@ declare const plugins$6: {
|
|
|
212
211
|
};
|
|
213
212
|
"recommended-type-checked": {
|
|
214
213
|
plugins: {
|
|
215
|
-
"react-x":
|
|
214
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
216
215
|
};
|
|
217
216
|
name?: string;
|
|
218
217
|
rules?: Record<string, any>;
|
|
@@ -223,7 +222,7 @@ declare const plugins$6: {
|
|
|
223
222
|
};
|
|
224
223
|
"recommended-typescript": {
|
|
225
224
|
plugins: {
|
|
226
|
-
"react-x":
|
|
225
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
227
226
|
};
|
|
228
227
|
name?: string;
|
|
229
228
|
rules?: Record<string, any>;
|
|
@@ -270,7 +269,7 @@ declare const plugins$5: {
|
|
|
270
269
|
configs: {
|
|
271
270
|
all: {
|
|
272
271
|
plugins: {
|
|
273
|
-
"react-debug":
|
|
272
|
+
"react-debug": _eslint_react_shared27.CompatiblePlugin;
|
|
274
273
|
};
|
|
275
274
|
name?: string;
|
|
276
275
|
rules?: Record<string, any>;
|
|
@@ -338,7 +337,7 @@ declare const plugins$4: {
|
|
|
338
337
|
configs: {
|
|
339
338
|
recommended: {
|
|
340
339
|
plugins: {
|
|
341
|
-
"react-dom":
|
|
340
|
+
"react-dom": _eslint_react_shared27.CompatiblePlugin;
|
|
342
341
|
};
|
|
343
342
|
name?: string;
|
|
344
343
|
rules?: Record<string, any>;
|
|
@@ -448,7 +447,7 @@ declare const plugins$3: {
|
|
|
448
447
|
configs: {
|
|
449
448
|
all: {
|
|
450
449
|
plugins: {
|
|
451
|
-
"react-debug":
|
|
450
|
+
"react-debug": _eslint_react_shared27.CompatiblePlugin;
|
|
452
451
|
};
|
|
453
452
|
name?: string;
|
|
454
453
|
rules?: Record<string, any>;
|
|
@@ -468,7 +467,7 @@ declare const plugins$3: {
|
|
|
468
467
|
configs: {
|
|
469
468
|
recommended: {
|
|
470
469
|
plugins: {
|
|
471
|
-
"react-hooks-extra":
|
|
470
|
+
"react-hooks-extra": _eslint_react_shared27.CompatiblePlugin;
|
|
472
471
|
};
|
|
473
472
|
name?: string;
|
|
474
473
|
rules?: Record<string, any>;
|
|
@@ -488,7 +487,7 @@ declare const plugins$3: {
|
|
|
488
487
|
configs: {
|
|
489
488
|
recommended: {
|
|
490
489
|
plugins: {
|
|
491
|
-
"react-naming-convention":
|
|
490
|
+
"react-naming-convention": _eslint_react_shared27.CompatiblePlugin;
|
|
492
491
|
};
|
|
493
492
|
name?: string;
|
|
494
493
|
rules?: Record<string, any>;
|
|
@@ -508,7 +507,7 @@ declare const plugins$3: {
|
|
|
508
507
|
configs: {
|
|
509
508
|
recommended: {
|
|
510
509
|
plugins: {
|
|
511
|
-
"react-web-api":
|
|
510
|
+
"react-web-api": _eslint_react_shared27.CompatiblePlugin;
|
|
512
511
|
};
|
|
513
512
|
name?: string;
|
|
514
513
|
rules?: Record<string, any>;
|
|
@@ -528,7 +527,7 @@ declare const plugins$3: {
|
|
|
528
527
|
configs: {
|
|
529
528
|
recommended: {
|
|
530
529
|
plugins: {
|
|
531
|
-
"react-dom":
|
|
530
|
+
"react-dom": _eslint_react_shared27.CompatiblePlugin;
|
|
532
531
|
};
|
|
533
532
|
name?: string;
|
|
534
533
|
rules?: Record<string, any>;
|
|
@@ -548,7 +547,7 @@ declare const plugins$3: {
|
|
|
548
547
|
configs: {
|
|
549
548
|
recommended: {
|
|
550
549
|
plugins: {
|
|
551
|
-
"react-x":
|
|
550
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
552
551
|
};
|
|
553
552
|
name?: string;
|
|
554
553
|
rules?: Record<string, any>;
|
|
@@ -559,7 +558,7 @@ declare const plugins$3: {
|
|
|
559
558
|
};
|
|
560
559
|
"recommended-type-checked": {
|
|
561
560
|
plugins: {
|
|
562
|
-
"react-x":
|
|
561
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
563
562
|
};
|
|
564
563
|
name?: string;
|
|
565
564
|
rules?: Record<string, any>;
|
|
@@ -570,7 +569,7 @@ declare const plugins$3: {
|
|
|
570
569
|
};
|
|
571
570
|
"recommended-typescript": {
|
|
572
571
|
plugins: {
|
|
573
|
-
"react-x":
|
|
572
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
574
573
|
};
|
|
575
574
|
name?: string;
|
|
576
575
|
rules?: Record<string, any>;
|
|
@@ -679,7 +678,7 @@ declare const plugins$2: {
|
|
|
679
678
|
configs: {
|
|
680
679
|
all: {
|
|
681
680
|
plugins: {
|
|
682
|
-
"react-debug":
|
|
681
|
+
"react-debug": _eslint_react_shared27.CompatiblePlugin;
|
|
683
682
|
};
|
|
684
683
|
name?: string;
|
|
685
684
|
rules?: Record<string, any>;
|
|
@@ -699,7 +698,7 @@ declare const plugins$2: {
|
|
|
699
698
|
configs: {
|
|
700
699
|
recommended: {
|
|
701
700
|
plugins: {
|
|
702
|
-
"react-hooks-extra":
|
|
701
|
+
"react-hooks-extra": _eslint_react_shared27.CompatiblePlugin;
|
|
703
702
|
};
|
|
704
703
|
name?: string;
|
|
705
704
|
rules?: Record<string, any>;
|
|
@@ -719,7 +718,7 @@ declare const plugins$2: {
|
|
|
719
718
|
configs: {
|
|
720
719
|
recommended: {
|
|
721
720
|
plugins: {
|
|
722
|
-
"react-naming-convention":
|
|
721
|
+
"react-naming-convention": _eslint_react_shared27.CompatiblePlugin;
|
|
723
722
|
};
|
|
724
723
|
name?: string;
|
|
725
724
|
rules?: Record<string, any>;
|
|
@@ -739,7 +738,7 @@ declare const plugins$2: {
|
|
|
739
738
|
configs: {
|
|
740
739
|
recommended: {
|
|
741
740
|
plugins: {
|
|
742
|
-
"react-web-api":
|
|
741
|
+
"react-web-api": _eslint_react_shared27.CompatiblePlugin;
|
|
743
742
|
};
|
|
744
743
|
name?: string;
|
|
745
744
|
rules?: Record<string, any>;
|
|
@@ -759,7 +758,7 @@ declare const plugins$2: {
|
|
|
759
758
|
configs: {
|
|
760
759
|
recommended: {
|
|
761
760
|
plugins: {
|
|
762
|
-
"react-dom":
|
|
761
|
+
"react-dom": _eslint_react_shared27.CompatiblePlugin;
|
|
763
762
|
};
|
|
764
763
|
name?: string;
|
|
765
764
|
rules?: Record<string, any>;
|
|
@@ -779,7 +778,7 @@ declare const plugins$2: {
|
|
|
779
778
|
configs: {
|
|
780
779
|
recommended: {
|
|
781
780
|
plugins: {
|
|
782
|
-
"react-x":
|
|
781
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
783
782
|
};
|
|
784
783
|
name?: string;
|
|
785
784
|
rules?: Record<string, any>;
|
|
@@ -790,7 +789,7 @@ declare const plugins$2: {
|
|
|
790
789
|
};
|
|
791
790
|
"recommended-type-checked": {
|
|
792
791
|
plugins: {
|
|
793
|
-
"react-x":
|
|
792
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
794
793
|
};
|
|
795
794
|
name?: string;
|
|
796
795
|
rules?: Record<string, any>;
|
|
@@ -801,7 +800,7 @@ declare const plugins$2: {
|
|
|
801
800
|
};
|
|
802
801
|
"recommended-typescript": {
|
|
803
802
|
plugins: {
|
|
804
|
-
"react-x":
|
|
803
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
805
804
|
};
|
|
806
805
|
name?: string;
|
|
807
806
|
rules?: Record<string, any>;
|
|
@@ -908,7 +907,7 @@ declare const plugins$1: {
|
|
|
908
907
|
configs: {
|
|
909
908
|
all: {
|
|
910
909
|
plugins: {
|
|
911
|
-
"react-debug":
|
|
910
|
+
"react-debug": _eslint_react_shared27.CompatiblePlugin;
|
|
912
911
|
};
|
|
913
912
|
name?: string;
|
|
914
913
|
rules?: Record<string, any>;
|
|
@@ -928,7 +927,7 @@ declare const plugins$1: {
|
|
|
928
927
|
configs: {
|
|
929
928
|
recommended: {
|
|
930
929
|
plugins: {
|
|
931
|
-
"react-hooks-extra":
|
|
930
|
+
"react-hooks-extra": _eslint_react_shared27.CompatiblePlugin;
|
|
932
931
|
};
|
|
933
932
|
name?: string;
|
|
934
933
|
rules?: Record<string, any>;
|
|
@@ -948,7 +947,7 @@ declare const plugins$1: {
|
|
|
948
947
|
configs: {
|
|
949
948
|
recommended: {
|
|
950
949
|
plugins: {
|
|
951
|
-
"react-naming-convention":
|
|
950
|
+
"react-naming-convention": _eslint_react_shared27.CompatiblePlugin;
|
|
952
951
|
};
|
|
953
952
|
name?: string;
|
|
954
953
|
rules?: Record<string, any>;
|
|
@@ -968,7 +967,7 @@ declare const plugins$1: {
|
|
|
968
967
|
configs: {
|
|
969
968
|
recommended: {
|
|
970
969
|
plugins: {
|
|
971
|
-
"react-web-api":
|
|
970
|
+
"react-web-api": _eslint_react_shared27.CompatiblePlugin;
|
|
972
971
|
};
|
|
973
972
|
name?: string;
|
|
974
973
|
rules?: Record<string, any>;
|
|
@@ -988,7 +987,7 @@ declare const plugins$1: {
|
|
|
988
987
|
configs: {
|
|
989
988
|
recommended: {
|
|
990
989
|
plugins: {
|
|
991
|
-
"react-dom":
|
|
990
|
+
"react-dom": _eslint_react_shared27.CompatiblePlugin;
|
|
992
991
|
};
|
|
993
992
|
name?: string;
|
|
994
993
|
rules?: Record<string, any>;
|
|
@@ -1008,7 +1007,7 @@ declare const plugins$1: {
|
|
|
1008
1007
|
configs: {
|
|
1009
1008
|
recommended: {
|
|
1010
1009
|
plugins: {
|
|
1011
|
-
"react-x":
|
|
1010
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
1012
1011
|
};
|
|
1013
1012
|
name?: string;
|
|
1014
1013
|
rules?: Record<string, any>;
|
|
@@ -1019,7 +1018,7 @@ declare const plugins$1: {
|
|
|
1019
1018
|
};
|
|
1020
1019
|
"recommended-type-checked": {
|
|
1021
1020
|
plugins: {
|
|
1022
|
-
"react-x":
|
|
1021
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
1023
1022
|
};
|
|
1024
1023
|
name?: string;
|
|
1025
1024
|
rules?: Record<string, any>;
|
|
@@ -1030,7 +1029,7 @@ declare const plugins$1: {
|
|
|
1030
1029
|
};
|
|
1031
1030
|
"recommended-typescript": {
|
|
1032
1031
|
plugins: {
|
|
1033
|
-
"react-x":
|
|
1032
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
1034
1033
|
};
|
|
1035
1034
|
name?: string;
|
|
1036
1035
|
rules?: Record<string, any>;
|
|
@@ -1115,7 +1114,7 @@ declare const plugins: {
|
|
|
1115
1114
|
configs: {
|
|
1116
1115
|
recommended: {
|
|
1117
1116
|
plugins: {
|
|
1118
|
-
"react-x":
|
|
1117
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
1119
1118
|
};
|
|
1120
1119
|
name?: string;
|
|
1121
1120
|
rules?: Record<string, any>;
|
|
@@ -1126,7 +1125,7 @@ declare const plugins: {
|
|
|
1126
1125
|
};
|
|
1127
1126
|
"recommended-type-checked": {
|
|
1128
1127
|
plugins: {
|
|
1129
|
-
"react-x":
|
|
1128
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
1130
1129
|
};
|
|
1131
1130
|
name?: string;
|
|
1132
1131
|
rules?: Record<string, any>;
|
|
@@ -1137,7 +1136,7 @@ declare const plugins: {
|
|
|
1137
1136
|
};
|
|
1138
1137
|
"recommended-typescript": {
|
|
1139
1138
|
plugins: {
|
|
1140
|
-
"react-x":
|
|
1139
|
+
"react-x": _eslint_react_shared27.CompatiblePlugin;
|
|
1141
1140
|
};
|
|
1142
1141
|
name?: string;
|
|
1143
1142
|
rules?: Record<string, any>;
|
|
@@ -1170,7 +1169,6 @@ declare const settings: {
|
|
|
1170
1169
|
};
|
|
1171
1170
|
//#endregion
|
|
1172
1171
|
//#region src/index.d.ts
|
|
1173
|
-
declare const plugin: CompatiblePlugin;
|
|
1174
1172
|
declare const _default: {
|
|
1175
1173
|
configs: {
|
|
1176
1174
|
all: typeof all_d_exports;
|
|
@@ -1246,4 +1244,4 @@ declare const _default: {
|
|
|
1246
1244
|
rules: Record<string, any>;
|
|
1247
1245
|
};
|
|
1248
1246
|
//#endregion
|
|
1249
|
-
export { _default as default
|
|
1247
|
+
export { _default as default };
|
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-next.
|
|
12
|
+
var version = "2.0.0-next.156";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/configs/dom.ts
|
|
@@ -507,4 +507,4 @@ var src_default = {
|
|
|
507
507
|
};
|
|
508
508
|
|
|
509
509
|
//#endregion
|
|
510
|
-
export { src_default as default
|
|
510
|
+
export { src_default as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.156",
|
|
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.41.0",
|
|
42
42
|
"@typescript-eslint/types": "^8.41.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.41.0",
|
|
44
|
-
"@eslint-react/eff": "2.0.0-next.
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"
|
|
47
|
-
"eslint-plugin-react-
|
|
48
|
-
"eslint-
|
|
49
|
-
"eslint-plugin-react-hooks-extra": "2.0.0-next.
|
|
50
|
-
"eslint-plugin-react-naming-convention": "2.0.0-next.
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
44
|
+
"@eslint-react/eff": "2.0.0-next.156",
|
|
45
|
+
"@eslint-react/shared": "2.0.0-next.156",
|
|
46
|
+
"eslint-plugin-react-debug": "2.0.0-next.156",
|
|
47
|
+
"eslint-plugin-react-dom": "2.0.0-next.156",
|
|
48
|
+
"@eslint-react/kit": "2.0.0-next.156",
|
|
49
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-next.156",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "2.0.0-next.156",
|
|
51
|
+
"eslint-plugin-react-web-api": "2.0.0-next.156",
|
|
52
|
+
"eslint-plugin-react-x": "2.0.0-next.156"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"tsdown": "^0.14.2",
|