@eslint-react/eslint-plugin 2.0.6 → 2.0.7-beta.0
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 +66 -66
- package/dist/index.js +1 -1
- package/package.json +11 -11
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _eslint_react_kit4 from "@eslint-react/kit";
|
|
2
2
|
import { RuleConfig } from "@eslint-react/kit";
|
|
3
3
|
|
|
4
4
|
//#region src/configs/all.d.ts
|
|
@@ -105,14 +105,14 @@ declare const plugins$6: {
|
|
|
105
105
|
plugins: {};
|
|
106
106
|
name?: string;
|
|
107
107
|
rules?: Record<string, RuleConfig>;
|
|
108
|
-
settings?:
|
|
108
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
109
109
|
};
|
|
110
110
|
};
|
|
111
111
|
meta: {
|
|
112
112
|
name: string;
|
|
113
113
|
version: string;
|
|
114
114
|
};
|
|
115
|
-
rules: Record<string,
|
|
115
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
116
116
|
};
|
|
117
117
|
"@eslint-react/hooks-extra": {
|
|
118
118
|
configs: {
|
|
@@ -120,14 +120,14 @@ declare const plugins$6: {
|
|
|
120
120
|
plugins: {};
|
|
121
121
|
name?: string;
|
|
122
122
|
rules?: Record<string, RuleConfig>;
|
|
123
|
-
settings?:
|
|
123
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
124
124
|
};
|
|
125
125
|
};
|
|
126
126
|
meta: {
|
|
127
127
|
name: string;
|
|
128
128
|
version: string;
|
|
129
129
|
};
|
|
130
|
-
rules: Record<string,
|
|
130
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
131
131
|
};
|
|
132
132
|
"@eslint-react/naming-convention": {
|
|
133
133
|
configs: {
|
|
@@ -135,14 +135,14 @@ declare const plugins$6: {
|
|
|
135
135
|
plugins: {};
|
|
136
136
|
name?: string;
|
|
137
137
|
rules?: Record<string, RuleConfig>;
|
|
138
|
-
settings?:
|
|
138
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
139
139
|
};
|
|
140
140
|
};
|
|
141
141
|
meta: {
|
|
142
142
|
name: string;
|
|
143
143
|
version: string;
|
|
144
144
|
};
|
|
145
|
-
rules: Record<string,
|
|
145
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
146
146
|
};
|
|
147
147
|
"@eslint-react/web-api": {
|
|
148
148
|
configs: {
|
|
@@ -150,14 +150,14 @@ declare const plugins$6: {
|
|
|
150
150
|
plugins: {};
|
|
151
151
|
name?: string;
|
|
152
152
|
rules?: Record<string, RuleConfig>;
|
|
153
|
-
settings?:
|
|
153
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
154
154
|
};
|
|
155
155
|
};
|
|
156
156
|
meta: {
|
|
157
157
|
name: string;
|
|
158
158
|
version: string;
|
|
159
159
|
};
|
|
160
|
-
rules: Record<string,
|
|
160
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
161
161
|
};
|
|
162
162
|
"@eslint-react/dom": {
|
|
163
163
|
configs: {
|
|
@@ -165,14 +165,14 @@ declare const plugins$6: {
|
|
|
165
165
|
plugins: {};
|
|
166
166
|
name?: string;
|
|
167
167
|
rules?: Record<string, RuleConfig>;
|
|
168
|
-
settings?:
|
|
168
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
169
169
|
};
|
|
170
170
|
};
|
|
171
171
|
meta: {
|
|
172
172
|
name: string;
|
|
173
173
|
version: string;
|
|
174
174
|
};
|
|
175
|
-
rules: Record<string,
|
|
175
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
176
176
|
};
|
|
177
177
|
"@eslint-react": {
|
|
178
178
|
configs: {
|
|
@@ -180,26 +180,26 @@ declare const plugins$6: {
|
|
|
180
180
|
plugins: {};
|
|
181
181
|
name?: string;
|
|
182
182
|
rules?: Record<string, RuleConfig>;
|
|
183
|
-
settings?:
|
|
183
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
184
184
|
};
|
|
185
185
|
"recommended-type-checked": {
|
|
186
186
|
plugins: {};
|
|
187
187
|
name?: string;
|
|
188
188
|
rules?: Record<string, RuleConfig>;
|
|
189
|
-
settings?:
|
|
189
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
190
190
|
};
|
|
191
191
|
"recommended-typescript": {
|
|
192
192
|
plugins: {};
|
|
193
193
|
name?: string;
|
|
194
194
|
rules?: Record<string, RuleConfig>;
|
|
195
|
-
settings?:
|
|
195
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
196
196
|
};
|
|
197
197
|
};
|
|
198
198
|
meta: {
|
|
199
199
|
name: string;
|
|
200
200
|
version: string;
|
|
201
201
|
};
|
|
202
|
-
rules: Record<string,
|
|
202
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
203
203
|
};
|
|
204
204
|
};
|
|
205
205
|
declare const settings$5: {
|
|
@@ -227,14 +227,14 @@ declare const plugins$5: {
|
|
|
227
227
|
plugins: {};
|
|
228
228
|
name?: string;
|
|
229
229
|
rules?: Record<string, RuleConfig>;
|
|
230
|
-
settings?:
|
|
230
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
231
231
|
};
|
|
232
232
|
};
|
|
233
233
|
meta: {
|
|
234
234
|
name: string;
|
|
235
235
|
version: string;
|
|
236
236
|
};
|
|
237
|
-
rules: Record<string,
|
|
237
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
238
238
|
};
|
|
239
239
|
};
|
|
240
240
|
declare namespace disable_conflict_eslint_plugin_react_d_exports {
|
|
@@ -290,14 +290,14 @@ declare const plugins$4: {
|
|
|
290
290
|
plugins: {};
|
|
291
291
|
name?: string;
|
|
292
292
|
rules?: Record<string, RuleConfig>;
|
|
293
|
-
settings?:
|
|
293
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
294
294
|
};
|
|
295
295
|
};
|
|
296
296
|
meta: {
|
|
297
297
|
name: string;
|
|
298
298
|
version: string;
|
|
299
299
|
};
|
|
300
|
-
rules: Record<string,
|
|
300
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
301
301
|
};
|
|
302
302
|
};
|
|
303
303
|
declare const settings$4: {
|
|
@@ -408,14 +408,14 @@ declare const plugins$3: {
|
|
|
408
408
|
plugins: {};
|
|
409
409
|
name?: string;
|
|
410
410
|
rules?: Record<string, RuleConfig>;
|
|
411
|
-
settings?:
|
|
411
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
412
412
|
};
|
|
413
413
|
};
|
|
414
414
|
meta: {
|
|
415
415
|
name: string;
|
|
416
416
|
version: string;
|
|
417
417
|
};
|
|
418
|
-
rules: Record<string,
|
|
418
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
419
419
|
};
|
|
420
420
|
"@eslint-react/hooks-extra": {
|
|
421
421
|
configs: {
|
|
@@ -423,14 +423,14 @@ declare const plugins$3: {
|
|
|
423
423
|
plugins: {};
|
|
424
424
|
name?: string;
|
|
425
425
|
rules?: Record<string, RuleConfig>;
|
|
426
|
-
settings?:
|
|
426
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
427
427
|
};
|
|
428
428
|
};
|
|
429
429
|
meta: {
|
|
430
430
|
name: string;
|
|
431
431
|
version: string;
|
|
432
432
|
};
|
|
433
|
-
rules: Record<string,
|
|
433
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
434
434
|
};
|
|
435
435
|
"@eslint-react/naming-convention": {
|
|
436
436
|
configs: {
|
|
@@ -438,14 +438,14 @@ declare const plugins$3: {
|
|
|
438
438
|
plugins: {};
|
|
439
439
|
name?: string;
|
|
440
440
|
rules?: Record<string, RuleConfig>;
|
|
441
|
-
settings?:
|
|
441
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
442
442
|
};
|
|
443
443
|
};
|
|
444
444
|
meta: {
|
|
445
445
|
name: string;
|
|
446
446
|
version: string;
|
|
447
447
|
};
|
|
448
|
-
rules: Record<string,
|
|
448
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
449
449
|
};
|
|
450
450
|
"@eslint-react/web-api": {
|
|
451
451
|
configs: {
|
|
@@ -453,14 +453,14 @@ declare const plugins$3: {
|
|
|
453
453
|
plugins: {};
|
|
454
454
|
name?: string;
|
|
455
455
|
rules?: Record<string, RuleConfig>;
|
|
456
|
-
settings?:
|
|
456
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
457
457
|
};
|
|
458
458
|
};
|
|
459
459
|
meta: {
|
|
460
460
|
name: string;
|
|
461
461
|
version: string;
|
|
462
462
|
};
|
|
463
|
-
rules: Record<string,
|
|
463
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
464
464
|
};
|
|
465
465
|
"@eslint-react/dom": {
|
|
466
466
|
configs: {
|
|
@@ -468,14 +468,14 @@ declare const plugins$3: {
|
|
|
468
468
|
plugins: {};
|
|
469
469
|
name?: string;
|
|
470
470
|
rules?: Record<string, RuleConfig>;
|
|
471
|
-
settings?:
|
|
471
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
472
472
|
};
|
|
473
473
|
};
|
|
474
474
|
meta: {
|
|
475
475
|
name: string;
|
|
476
476
|
version: string;
|
|
477
477
|
};
|
|
478
|
-
rules: Record<string,
|
|
478
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
479
479
|
};
|
|
480
480
|
"@eslint-react": {
|
|
481
481
|
configs: {
|
|
@@ -483,26 +483,26 @@ declare const plugins$3: {
|
|
|
483
483
|
plugins: {};
|
|
484
484
|
name?: string;
|
|
485
485
|
rules?: Record<string, RuleConfig>;
|
|
486
|
-
settings?:
|
|
486
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
487
487
|
};
|
|
488
488
|
"recommended-type-checked": {
|
|
489
489
|
plugins: {};
|
|
490
490
|
name?: string;
|
|
491
491
|
rules?: Record<string, RuleConfig>;
|
|
492
|
-
settings?:
|
|
492
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
493
493
|
};
|
|
494
494
|
"recommended-typescript": {
|
|
495
495
|
plugins: {};
|
|
496
496
|
name?: string;
|
|
497
497
|
rules?: Record<string, RuleConfig>;
|
|
498
|
-
settings?:
|
|
498
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
499
499
|
};
|
|
500
500
|
};
|
|
501
501
|
meta: {
|
|
502
502
|
name: string;
|
|
503
503
|
version: string;
|
|
504
504
|
};
|
|
505
|
-
rules: Record<string,
|
|
505
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
506
506
|
};
|
|
507
507
|
};
|
|
508
508
|
declare const settings$3: {
|
|
@@ -610,14 +610,14 @@ declare const plugins$2: {
|
|
|
610
610
|
plugins: {};
|
|
611
611
|
name?: string;
|
|
612
612
|
rules?: Record<string, RuleConfig>;
|
|
613
|
-
settings?:
|
|
613
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
614
614
|
};
|
|
615
615
|
};
|
|
616
616
|
meta: {
|
|
617
617
|
name: string;
|
|
618
618
|
version: string;
|
|
619
619
|
};
|
|
620
|
-
rules: Record<string,
|
|
620
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
621
621
|
};
|
|
622
622
|
"@eslint-react/hooks-extra": {
|
|
623
623
|
configs: {
|
|
@@ -625,14 +625,14 @@ declare const plugins$2: {
|
|
|
625
625
|
plugins: {};
|
|
626
626
|
name?: string;
|
|
627
627
|
rules?: Record<string, RuleConfig>;
|
|
628
|
-
settings?:
|
|
628
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
629
629
|
};
|
|
630
630
|
};
|
|
631
631
|
meta: {
|
|
632
632
|
name: string;
|
|
633
633
|
version: string;
|
|
634
634
|
};
|
|
635
|
-
rules: Record<string,
|
|
635
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
636
636
|
};
|
|
637
637
|
"@eslint-react/naming-convention": {
|
|
638
638
|
configs: {
|
|
@@ -640,14 +640,14 @@ declare const plugins$2: {
|
|
|
640
640
|
plugins: {};
|
|
641
641
|
name?: string;
|
|
642
642
|
rules?: Record<string, RuleConfig>;
|
|
643
|
-
settings?:
|
|
643
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
644
644
|
};
|
|
645
645
|
};
|
|
646
646
|
meta: {
|
|
647
647
|
name: string;
|
|
648
648
|
version: string;
|
|
649
649
|
};
|
|
650
|
-
rules: Record<string,
|
|
650
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
651
651
|
};
|
|
652
652
|
"@eslint-react/web-api": {
|
|
653
653
|
configs: {
|
|
@@ -655,14 +655,14 @@ declare const plugins$2: {
|
|
|
655
655
|
plugins: {};
|
|
656
656
|
name?: string;
|
|
657
657
|
rules?: Record<string, RuleConfig>;
|
|
658
|
-
settings?:
|
|
658
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
659
659
|
};
|
|
660
660
|
};
|
|
661
661
|
meta: {
|
|
662
662
|
name: string;
|
|
663
663
|
version: string;
|
|
664
664
|
};
|
|
665
|
-
rules: Record<string,
|
|
665
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
666
666
|
};
|
|
667
667
|
"@eslint-react/dom": {
|
|
668
668
|
configs: {
|
|
@@ -670,14 +670,14 @@ declare const plugins$2: {
|
|
|
670
670
|
plugins: {};
|
|
671
671
|
name?: string;
|
|
672
672
|
rules?: Record<string, RuleConfig>;
|
|
673
|
-
settings?:
|
|
673
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
674
674
|
};
|
|
675
675
|
};
|
|
676
676
|
meta: {
|
|
677
677
|
name: string;
|
|
678
678
|
version: string;
|
|
679
679
|
};
|
|
680
|
-
rules: Record<string,
|
|
680
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
681
681
|
};
|
|
682
682
|
"@eslint-react": {
|
|
683
683
|
configs: {
|
|
@@ -685,26 +685,26 @@ declare const plugins$2: {
|
|
|
685
685
|
plugins: {};
|
|
686
686
|
name?: string;
|
|
687
687
|
rules?: Record<string, RuleConfig>;
|
|
688
|
-
settings?:
|
|
688
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
689
689
|
};
|
|
690
690
|
"recommended-type-checked": {
|
|
691
691
|
plugins: {};
|
|
692
692
|
name?: string;
|
|
693
693
|
rules?: Record<string, RuleConfig>;
|
|
694
|
-
settings?:
|
|
694
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
695
695
|
};
|
|
696
696
|
"recommended-typescript": {
|
|
697
697
|
plugins: {};
|
|
698
698
|
name?: string;
|
|
699
699
|
rules?: Record<string, RuleConfig>;
|
|
700
|
-
settings?:
|
|
700
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
701
701
|
};
|
|
702
702
|
};
|
|
703
703
|
meta: {
|
|
704
704
|
name: string;
|
|
705
705
|
version: string;
|
|
706
706
|
};
|
|
707
|
-
rules: Record<string,
|
|
707
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
708
708
|
};
|
|
709
709
|
};
|
|
710
710
|
declare const settings$2: {
|
|
@@ -812,14 +812,14 @@ declare const plugins$1: {
|
|
|
812
812
|
plugins: {};
|
|
813
813
|
name?: string;
|
|
814
814
|
rules?: Record<string, RuleConfig>;
|
|
815
|
-
settings?:
|
|
815
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
816
816
|
};
|
|
817
817
|
};
|
|
818
818
|
meta: {
|
|
819
819
|
name: string;
|
|
820
820
|
version: string;
|
|
821
821
|
};
|
|
822
|
-
rules: Record<string,
|
|
822
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
823
823
|
};
|
|
824
824
|
"@eslint-react/hooks-extra": {
|
|
825
825
|
configs: {
|
|
@@ -827,14 +827,14 @@ declare const plugins$1: {
|
|
|
827
827
|
plugins: {};
|
|
828
828
|
name?: string;
|
|
829
829
|
rules?: Record<string, RuleConfig>;
|
|
830
|
-
settings?:
|
|
830
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
831
831
|
};
|
|
832
832
|
};
|
|
833
833
|
meta: {
|
|
834
834
|
name: string;
|
|
835
835
|
version: string;
|
|
836
836
|
};
|
|
837
|
-
rules: Record<string,
|
|
837
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
838
838
|
};
|
|
839
839
|
"@eslint-react/naming-convention": {
|
|
840
840
|
configs: {
|
|
@@ -842,14 +842,14 @@ declare const plugins$1: {
|
|
|
842
842
|
plugins: {};
|
|
843
843
|
name?: string;
|
|
844
844
|
rules?: Record<string, RuleConfig>;
|
|
845
|
-
settings?:
|
|
845
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
846
846
|
};
|
|
847
847
|
};
|
|
848
848
|
meta: {
|
|
849
849
|
name: string;
|
|
850
850
|
version: string;
|
|
851
851
|
};
|
|
852
|
-
rules: Record<string,
|
|
852
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
853
853
|
};
|
|
854
854
|
"@eslint-react/web-api": {
|
|
855
855
|
configs: {
|
|
@@ -857,14 +857,14 @@ declare const plugins$1: {
|
|
|
857
857
|
plugins: {};
|
|
858
858
|
name?: string;
|
|
859
859
|
rules?: Record<string, RuleConfig>;
|
|
860
|
-
settings?:
|
|
860
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
861
861
|
};
|
|
862
862
|
};
|
|
863
863
|
meta: {
|
|
864
864
|
name: string;
|
|
865
865
|
version: string;
|
|
866
866
|
};
|
|
867
|
-
rules: Record<string,
|
|
867
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
868
868
|
};
|
|
869
869
|
"@eslint-react/dom": {
|
|
870
870
|
configs: {
|
|
@@ -872,14 +872,14 @@ declare const plugins$1: {
|
|
|
872
872
|
plugins: {};
|
|
873
873
|
name?: string;
|
|
874
874
|
rules?: Record<string, RuleConfig>;
|
|
875
|
-
settings?:
|
|
875
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
876
876
|
};
|
|
877
877
|
};
|
|
878
878
|
meta: {
|
|
879
879
|
name: string;
|
|
880
880
|
version: string;
|
|
881
881
|
};
|
|
882
|
-
rules: Record<string,
|
|
882
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
883
883
|
};
|
|
884
884
|
"@eslint-react": {
|
|
885
885
|
configs: {
|
|
@@ -887,26 +887,26 @@ declare const plugins$1: {
|
|
|
887
887
|
plugins: {};
|
|
888
888
|
name?: string;
|
|
889
889
|
rules?: Record<string, RuleConfig>;
|
|
890
|
-
settings?:
|
|
890
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
891
891
|
};
|
|
892
892
|
"recommended-type-checked": {
|
|
893
893
|
plugins: {};
|
|
894
894
|
name?: string;
|
|
895
895
|
rules?: Record<string, RuleConfig>;
|
|
896
|
-
settings?:
|
|
896
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
897
897
|
};
|
|
898
898
|
"recommended-typescript": {
|
|
899
899
|
plugins: {};
|
|
900
900
|
name?: string;
|
|
901
901
|
rules?: Record<string, RuleConfig>;
|
|
902
|
-
settings?:
|
|
902
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
903
903
|
};
|
|
904
904
|
};
|
|
905
905
|
meta: {
|
|
906
906
|
name: string;
|
|
907
907
|
version: string;
|
|
908
908
|
};
|
|
909
|
-
rules: Record<string,
|
|
909
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
910
910
|
};
|
|
911
911
|
};
|
|
912
912
|
declare const settings$1: {
|
|
@@ -990,26 +990,26 @@ declare const plugins: {
|
|
|
990
990
|
plugins: {};
|
|
991
991
|
name?: string;
|
|
992
992
|
rules?: Record<string, RuleConfig>;
|
|
993
|
-
settings?:
|
|
993
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
994
994
|
};
|
|
995
995
|
"recommended-type-checked": {
|
|
996
996
|
plugins: {};
|
|
997
997
|
name?: string;
|
|
998
998
|
rules?: Record<string, RuleConfig>;
|
|
999
|
-
settings?:
|
|
999
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
1000
1000
|
};
|
|
1001
1001
|
"recommended-typescript": {
|
|
1002
1002
|
plugins: {};
|
|
1003
1003
|
name?: string;
|
|
1004
1004
|
rules?: Record<string, RuleConfig>;
|
|
1005
|
-
settings?:
|
|
1005
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
1006
1006
|
};
|
|
1007
1007
|
};
|
|
1008
1008
|
meta: {
|
|
1009
1009
|
name: string;
|
|
1010
1010
|
version: string;
|
|
1011
1011
|
};
|
|
1012
|
-
rules: Record<string,
|
|
1012
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
1013
1013
|
};
|
|
1014
1014
|
};
|
|
1015
1015
|
declare const settings: {
|
|
@@ -1041,7 +1041,7 @@ declare const _default: {
|
|
|
1041
1041
|
name: string;
|
|
1042
1042
|
version: string;
|
|
1043
1043
|
};
|
|
1044
|
-
rules: Record<string,
|
|
1044
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
1045
1045
|
};
|
|
1046
1046
|
//#endregion
|
|
1047
1047
|
export { _default as default };
|
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.
|
|
3
|
+
"version": "2.0.7-beta.0",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -42,22 +42,22 @@
|
|
|
42
42
|
"@typescript-eslint/types": "^8.45.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.45.0",
|
|
44
44
|
"ts-api-utils": "^2.1.0",
|
|
45
|
-
"@eslint-react/eff": "2.0.
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"eslint-
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-
|
|
45
|
+
"@eslint-react/eff": "2.0.7-beta.0",
|
|
46
|
+
"@eslint-react/kit": "2.0.7-beta.0",
|
|
47
|
+
"@eslint-react/shared": "2.0.7-beta.0",
|
|
48
|
+
"eslint-plugin-react-debug": "2.0.7-beta.0",
|
|
49
|
+
"eslint-plugin-react-dom": "2.0.7-beta.0",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "2.0.7-beta.0",
|
|
51
|
+
"eslint-plugin-react-hooks-extra": "2.0.7-beta.0",
|
|
52
|
+
"eslint-plugin-react-x": "2.0.7-beta.0",
|
|
53
|
+
"eslint-plugin-react-web-api": "2.0.7-beta.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"tsdown": "^0.15.6",
|
|
57
57
|
"@local/configs": "0.0.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"eslint": "^9.
|
|
60
|
+
"eslint": "^9.37.0",
|
|
61
61
|
"typescript": "^5.9.3"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|