@eslint-react/eslint-plugin 2.0.0-beta.59 → 2.0.0-beta.60
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 +37 -111
- package/dist/index.js +1 -1
- package/package.json +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -98,9 +98,7 @@ declare const plugins$6: {
|
|
|
98
98
|
"@eslint-react/debug": {
|
|
99
99
|
configs: {
|
|
100
100
|
all: {
|
|
101
|
-
plugins: {
|
|
102
|
-
"react-debug": _eslint_react_kit13.CompatiblePlugin;
|
|
103
|
-
};
|
|
101
|
+
plugins: {};
|
|
104
102
|
name?: string;
|
|
105
103
|
rules?: Record<string, RuleConfig>;
|
|
106
104
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -119,9 +117,7 @@ declare const plugins$6: {
|
|
|
119
117
|
"@eslint-react/hooks-extra": {
|
|
120
118
|
configs: {
|
|
121
119
|
recommended: {
|
|
122
|
-
plugins: {
|
|
123
|
-
"react-hooks-extra": _eslint_react_kit13.CompatiblePlugin;
|
|
124
|
-
};
|
|
120
|
+
plugins: {};
|
|
125
121
|
name?: string;
|
|
126
122
|
rules?: Record<string, RuleConfig>;
|
|
127
123
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -140,9 +136,7 @@ declare const plugins$6: {
|
|
|
140
136
|
"@eslint-react/naming-convention": {
|
|
141
137
|
configs: {
|
|
142
138
|
recommended: {
|
|
143
|
-
plugins: {
|
|
144
|
-
"react-naming-convention": _eslint_react_kit13.CompatiblePlugin;
|
|
145
|
-
};
|
|
139
|
+
plugins: {};
|
|
146
140
|
name?: string;
|
|
147
141
|
rules?: Record<string, RuleConfig>;
|
|
148
142
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -161,9 +155,7 @@ declare const plugins$6: {
|
|
|
161
155
|
"@eslint-react/web-api": {
|
|
162
156
|
configs: {
|
|
163
157
|
recommended: {
|
|
164
|
-
plugins: {
|
|
165
|
-
"react-web-api": _eslint_react_kit13.CompatiblePlugin;
|
|
166
|
-
};
|
|
158
|
+
plugins: {};
|
|
167
159
|
name?: string;
|
|
168
160
|
rules?: Record<string, RuleConfig>;
|
|
169
161
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -182,9 +174,7 @@ declare const plugins$6: {
|
|
|
182
174
|
"@eslint-react/dom": {
|
|
183
175
|
configs: {
|
|
184
176
|
recommended: {
|
|
185
|
-
plugins: {
|
|
186
|
-
"react-dom": _eslint_react_kit13.CompatiblePlugin;
|
|
187
|
-
};
|
|
177
|
+
plugins: {};
|
|
188
178
|
name?: string;
|
|
189
179
|
rules?: Record<string, RuleConfig>;
|
|
190
180
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -203,9 +193,7 @@ declare const plugins$6: {
|
|
|
203
193
|
"@eslint-react": {
|
|
204
194
|
configs: {
|
|
205
195
|
recommended: {
|
|
206
|
-
plugins: {
|
|
207
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
208
|
-
};
|
|
196
|
+
plugins: {};
|
|
209
197
|
name?: string;
|
|
210
198
|
rules?: Record<string, RuleConfig>;
|
|
211
199
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -215,9 +203,7 @@ declare const plugins$6: {
|
|
|
215
203
|
rules: Record<string, RuleConfig<unknown[]>> | undefined;
|
|
216
204
|
};
|
|
217
205
|
"recommended-type-checked": {
|
|
218
|
-
plugins: {
|
|
219
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
220
|
-
};
|
|
206
|
+
plugins: {};
|
|
221
207
|
name?: string;
|
|
222
208
|
rules?: Record<string, RuleConfig>;
|
|
223
209
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -227,9 +213,7 @@ declare const plugins$6: {
|
|
|
227
213
|
rules: Record<string, RuleConfig<unknown[]>> | undefined;
|
|
228
214
|
};
|
|
229
215
|
"recommended-typescript": {
|
|
230
|
-
plugins: {
|
|
231
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
232
|
-
};
|
|
216
|
+
plugins: {};
|
|
233
217
|
name?: string;
|
|
234
218
|
rules?: Record<string, RuleConfig>;
|
|
235
219
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -275,9 +259,7 @@ declare const plugins$5: {
|
|
|
275
259
|
"@eslint-react/debug": {
|
|
276
260
|
configs: {
|
|
277
261
|
all: {
|
|
278
|
-
plugins: {
|
|
279
|
-
"react-debug": _eslint_react_kit13.CompatiblePlugin;
|
|
280
|
-
};
|
|
262
|
+
plugins: {};
|
|
281
263
|
name?: string;
|
|
282
264
|
rules?: Record<string, RuleConfig>;
|
|
283
265
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -344,9 +326,7 @@ declare const plugins$4: {
|
|
|
344
326
|
"@eslint-react/dom": {
|
|
345
327
|
configs: {
|
|
346
328
|
recommended: {
|
|
347
|
-
plugins: {
|
|
348
|
-
"react-dom": _eslint_react_kit13.CompatiblePlugin;
|
|
349
|
-
};
|
|
329
|
+
plugins: {};
|
|
350
330
|
name?: string;
|
|
351
331
|
rules?: Record<string, RuleConfig>;
|
|
352
332
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -455,9 +435,7 @@ declare const plugins$3: {
|
|
|
455
435
|
"@eslint-react/debug": {
|
|
456
436
|
configs: {
|
|
457
437
|
all: {
|
|
458
|
-
plugins: {
|
|
459
|
-
"react-debug": _eslint_react_kit13.CompatiblePlugin;
|
|
460
|
-
};
|
|
438
|
+
plugins: {};
|
|
461
439
|
name?: string;
|
|
462
440
|
rules?: Record<string, RuleConfig>;
|
|
463
441
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -476,9 +454,7 @@ declare const plugins$3: {
|
|
|
476
454
|
"@eslint-react/hooks-extra": {
|
|
477
455
|
configs: {
|
|
478
456
|
recommended: {
|
|
479
|
-
plugins: {
|
|
480
|
-
"react-hooks-extra": _eslint_react_kit13.CompatiblePlugin;
|
|
481
|
-
};
|
|
457
|
+
plugins: {};
|
|
482
458
|
name?: string;
|
|
483
459
|
rules?: Record<string, RuleConfig>;
|
|
484
460
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -497,9 +473,7 @@ declare const plugins$3: {
|
|
|
497
473
|
"@eslint-react/naming-convention": {
|
|
498
474
|
configs: {
|
|
499
475
|
recommended: {
|
|
500
|
-
plugins: {
|
|
501
|
-
"react-naming-convention": _eslint_react_kit13.CompatiblePlugin;
|
|
502
|
-
};
|
|
476
|
+
plugins: {};
|
|
503
477
|
name?: string;
|
|
504
478
|
rules?: Record<string, RuleConfig>;
|
|
505
479
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -518,9 +492,7 @@ declare const plugins$3: {
|
|
|
518
492
|
"@eslint-react/web-api": {
|
|
519
493
|
configs: {
|
|
520
494
|
recommended: {
|
|
521
|
-
plugins: {
|
|
522
|
-
"react-web-api": _eslint_react_kit13.CompatiblePlugin;
|
|
523
|
-
};
|
|
495
|
+
plugins: {};
|
|
524
496
|
name?: string;
|
|
525
497
|
rules?: Record<string, RuleConfig>;
|
|
526
498
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -539,9 +511,7 @@ declare const plugins$3: {
|
|
|
539
511
|
"@eslint-react/dom": {
|
|
540
512
|
configs: {
|
|
541
513
|
recommended: {
|
|
542
|
-
plugins: {
|
|
543
|
-
"react-dom": _eslint_react_kit13.CompatiblePlugin;
|
|
544
|
-
};
|
|
514
|
+
plugins: {};
|
|
545
515
|
name?: string;
|
|
546
516
|
rules?: Record<string, RuleConfig>;
|
|
547
517
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -560,9 +530,7 @@ declare const plugins$3: {
|
|
|
560
530
|
"@eslint-react": {
|
|
561
531
|
configs: {
|
|
562
532
|
recommended: {
|
|
563
|
-
plugins: {
|
|
564
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
565
|
-
};
|
|
533
|
+
plugins: {};
|
|
566
534
|
name?: string;
|
|
567
535
|
rules?: Record<string, RuleConfig>;
|
|
568
536
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -572,9 +540,7 @@ declare const plugins$3: {
|
|
|
572
540
|
rules: Record<string, RuleConfig<unknown[]>> | undefined;
|
|
573
541
|
};
|
|
574
542
|
"recommended-type-checked": {
|
|
575
|
-
plugins: {
|
|
576
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
577
|
-
};
|
|
543
|
+
plugins: {};
|
|
578
544
|
name?: string;
|
|
579
545
|
rules?: Record<string, RuleConfig>;
|
|
580
546
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -584,9 +550,7 @@ declare const plugins$3: {
|
|
|
584
550
|
rules: Record<string, RuleConfig<unknown[]>> | undefined;
|
|
585
551
|
};
|
|
586
552
|
"recommended-typescript": {
|
|
587
|
-
plugins: {
|
|
588
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
589
|
-
};
|
|
553
|
+
plugins: {};
|
|
590
554
|
name?: string;
|
|
591
555
|
rules?: Record<string, RuleConfig>;
|
|
592
556
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -694,9 +658,7 @@ declare const plugins$2: {
|
|
|
694
658
|
"@eslint-react/debug": {
|
|
695
659
|
configs: {
|
|
696
660
|
all: {
|
|
697
|
-
plugins: {
|
|
698
|
-
"react-debug": _eslint_react_kit13.CompatiblePlugin;
|
|
699
|
-
};
|
|
661
|
+
plugins: {};
|
|
700
662
|
name?: string;
|
|
701
663
|
rules?: Record<string, RuleConfig>;
|
|
702
664
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -715,9 +677,7 @@ declare const plugins$2: {
|
|
|
715
677
|
"@eslint-react/hooks-extra": {
|
|
716
678
|
configs: {
|
|
717
679
|
recommended: {
|
|
718
|
-
plugins: {
|
|
719
|
-
"react-hooks-extra": _eslint_react_kit13.CompatiblePlugin;
|
|
720
|
-
};
|
|
680
|
+
plugins: {};
|
|
721
681
|
name?: string;
|
|
722
682
|
rules?: Record<string, RuleConfig>;
|
|
723
683
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -736,9 +696,7 @@ declare const plugins$2: {
|
|
|
736
696
|
"@eslint-react/naming-convention": {
|
|
737
697
|
configs: {
|
|
738
698
|
recommended: {
|
|
739
|
-
plugins: {
|
|
740
|
-
"react-naming-convention": _eslint_react_kit13.CompatiblePlugin;
|
|
741
|
-
};
|
|
699
|
+
plugins: {};
|
|
742
700
|
name?: string;
|
|
743
701
|
rules?: Record<string, RuleConfig>;
|
|
744
702
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -757,9 +715,7 @@ declare const plugins$2: {
|
|
|
757
715
|
"@eslint-react/web-api": {
|
|
758
716
|
configs: {
|
|
759
717
|
recommended: {
|
|
760
|
-
plugins: {
|
|
761
|
-
"react-web-api": _eslint_react_kit13.CompatiblePlugin;
|
|
762
|
-
};
|
|
718
|
+
plugins: {};
|
|
763
719
|
name?: string;
|
|
764
720
|
rules?: Record<string, RuleConfig>;
|
|
765
721
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -778,9 +734,7 @@ declare const plugins$2: {
|
|
|
778
734
|
"@eslint-react/dom": {
|
|
779
735
|
configs: {
|
|
780
736
|
recommended: {
|
|
781
|
-
plugins: {
|
|
782
|
-
"react-dom": _eslint_react_kit13.CompatiblePlugin;
|
|
783
|
-
};
|
|
737
|
+
plugins: {};
|
|
784
738
|
name?: string;
|
|
785
739
|
rules?: Record<string, RuleConfig>;
|
|
786
740
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -799,9 +753,7 @@ declare const plugins$2: {
|
|
|
799
753
|
"@eslint-react": {
|
|
800
754
|
configs: {
|
|
801
755
|
recommended: {
|
|
802
|
-
plugins: {
|
|
803
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
804
|
-
};
|
|
756
|
+
plugins: {};
|
|
805
757
|
name?: string;
|
|
806
758
|
rules?: Record<string, RuleConfig>;
|
|
807
759
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -811,9 +763,7 @@ declare const plugins$2: {
|
|
|
811
763
|
rules: Record<string, RuleConfig<unknown[]>> | undefined;
|
|
812
764
|
};
|
|
813
765
|
"recommended-type-checked": {
|
|
814
|
-
plugins: {
|
|
815
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
816
|
-
};
|
|
766
|
+
plugins: {};
|
|
817
767
|
name?: string;
|
|
818
768
|
rules?: Record<string, RuleConfig>;
|
|
819
769
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -823,9 +773,7 @@ declare const plugins$2: {
|
|
|
823
773
|
rules: Record<string, RuleConfig<unknown[]>> | undefined;
|
|
824
774
|
};
|
|
825
775
|
"recommended-typescript": {
|
|
826
|
-
plugins: {
|
|
827
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
828
|
-
};
|
|
776
|
+
plugins: {};
|
|
829
777
|
name?: string;
|
|
830
778
|
rules?: Record<string, RuleConfig>;
|
|
831
779
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -931,9 +879,7 @@ declare const plugins$1: {
|
|
|
931
879
|
"@eslint-react/debug": {
|
|
932
880
|
configs: {
|
|
933
881
|
all: {
|
|
934
|
-
plugins: {
|
|
935
|
-
"react-debug": _eslint_react_kit13.CompatiblePlugin;
|
|
936
|
-
};
|
|
882
|
+
plugins: {};
|
|
937
883
|
name?: string;
|
|
938
884
|
rules?: Record<string, RuleConfig>;
|
|
939
885
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -952,9 +898,7 @@ declare const plugins$1: {
|
|
|
952
898
|
"@eslint-react/hooks-extra": {
|
|
953
899
|
configs: {
|
|
954
900
|
recommended: {
|
|
955
|
-
plugins: {
|
|
956
|
-
"react-hooks-extra": _eslint_react_kit13.CompatiblePlugin;
|
|
957
|
-
};
|
|
901
|
+
plugins: {};
|
|
958
902
|
name?: string;
|
|
959
903
|
rules?: Record<string, RuleConfig>;
|
|
960
904
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -973,9 +917,7 @@ declare const plugins$1: {
|
|
|
973
917
|
"@eslint-react/naming-convention": {
|
|
974
918
|
configs: {
|
|
975
919
|
recommended: {
|
|
976
|
-
plugins: {
|
|
977
|
-
"react-naming-convention": _eslint_react_kit13.CompatiblePlugin;
|
|
978
|
-
};
|
|
920
|
+
plugins: {};
|
|
979
921
|
name?: string;
|
|
980
922
|
rules?: Record<string, RuleConfig>;
|
|
981
923
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -994,9 +936,7 @@ declare const plugins$1: {
|
|
|
994
936
|
"@eslint-react/web-api": {
|
|
995
937
|
configs: {
|
|
996
938
|
recommended: {
|
|
997
|
-
plugins: {
|
|
998
|
-
"react-web-api": _eslint_react_kit13.CompatiblePlugin;
|
|
999
|
-
};
|
|
939
|
+
plugins: {};
|
|
1000
940
|
name?: string;
|
|
1001
941
|
rules?: Record<string, RuleConfig>;
|
|
1002
942
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -1015,9 +955,7 @@ declare const plugins$1: {
|
|
|
1015
955
|
"@eslint-react/dom": {
|
|
1016
956
|
configs: {
|
|
1017
957
|
recommended: {
|
|
1018
|
-
plugins: {
|
|
1019
|
-
"react-dom": _eslint_react_kit13.CompatiblePlugin;
|
|
1020
|
-
};
|
|
958
|
+
plugins: {};
|
|
1021
959
|
name?: string;
|
|
1022
960
|
rules?: Record<string, RuleConfig>;
|
|
1023
961
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -1036,9 +974,7 @@ declare const plugins$1: {
|
|
|
1036
974
|
"@eslint-react": {
|
|
1037
975
|
configs: {
|
|
1038
976
|
recommended: {
|
|
1039
|
-
plugins: {
|
|
1040
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
1041
|
-
};
|
|
977
|
+
plugins: {};
|
|
1042
978
|
name?: string;
|
|
1043
979
|
rules?: Record<string, RuleConfig>;
|
|
1044
980
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -1048,9 +984,7 @@ declare const plugins$1: {
|
|
|
1048
984
|
rules: Record<string, RuleConfig<unknown[]>> | undefined;
|
|
1049
985
|
};
|
|
1050
986
|
"recommended-type-checked": {
|
|
1051
|
-
plugins: {
|
|
1052
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
1053
|
-
};
|
|
987
|
+
plugins: {};
|
|
1054
988
|
name?: string;
|
|
1055
989
|
rules?: Record<string, RuleConfig>;
|
|
1056
990
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -1060,9 +994,7 @@ declare const plugins$1: {
|
|
|
1060
994
|
rules: Record<string, RuleConfig<unknown[]>> | undefined;
|
|
1061
995
|
};
|
|
1062
996
|
"recommended-typescript": {
|
|
1063
|
-
plugins: {
|
|
1064
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
1065
|
-
};
|
|
997
|
+
plugins: {};
|
|
1066
998
|
name?: string;
|
|
1067
999
|
rules?: Record<string, RuleConfig>;
|
|
1068
1000
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -1146,9 +1078,7 @@ declare const plugins: {
|
|
|
1146
1078
|
"@eslint-react": {
|
|
1147
1079
|
configs: {
|
|
1148
1080
|
recommended: {
|
|
1149
|
-
plugins: {
|
|
1150
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
1151
|
-
};
|
|
1081
|
+
plugins: {};
|
|
1152
1082
|
name?: string;
|
|
1153
1083
|
rules?: Record<string, RuleConfig>;
|
|
1154
1084
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -1158,9 +1088,7 @@ declare const plugins: {
|
|
|
1158
1088
|
rules: Record<string, RuleConfig<unknown[]>> | undefined;
|
|
1159
1089
|
};
|
|
1160
1090
|
"recommended-type-checked": {
|
|
1161
|
-
plugins: {
|
|
1162
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
1163
|
-
};
|
|
1091
|
+
plugins: {};
|
|
1164
1092
|
name?: string;
|
|
1165
1093
|
rules?: Record<string, RuleConfig>;
|
|
1166
1094
|
settings?: _eslint_react_kit13.SettingsConfig;
|
|
@@ -1170,9 +1098,7 @@ declare const plugins: {
|
|
|
1170
1098
|
rules: Record<string, RuleConfig<unknown[]>> | undefined;
|
|
1171
1099
|
};
|
|
1172
1100
|
"recommended-typescript": {
|
|
1173
|
-
plugins: {
|
|
1174
|
-
"react-x": _eslint_react_kit13.CompatiblePlugin;
|
|
1175
|
-
};
|
|
1101
|
+
plugins: {};
|
|
1176
1102
|
name?: string;
|
|
1177
1103
|
rules?: Record<string, RuleConfig>;
|
|
1178
1104
|
settings?: _eslint_react_kit13.SettingsConfig;
|
package/dist/index.js
CHANGED
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.60",
|
|
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/
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"
|
|
47
|
-
"eslint-plugin-react-
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
44
|
+
"@eslint-react/kit": "2.0.0-beta.60",
|
|
45
|
+
"@eslint-react/shared": "2.0.0-beta.60",
|
|
46
|
+
"eslint-plugin-react-debug": "2.0.0-beta.60",
|
|
47
|
+
"eslint-plugin-react-dom": "2.0.0-beta.60",
|
|
48
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-beta.60",
|
|
49
|
+
"@eslint-react/eff": "2.0.0-beta.60",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "2.0.0-beta.60",
|
|
51
|
+
"eslint-plugin-react-web-api": "2.0.0-beta.60",
|
|
52
|
+
"eslint-plugin-react-x": "2.0.0-beta.60"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"tsdown": "^0.14.2",
|