@eslint-react/eslint-plugin 2.0.2-beta.1 → 2.0.2-beta.3
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 +10 -10
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
|
|
@@ -100,14 +100,14 @@ declare const plugins$6: {
|
|
|
100
100
|
plugins: {};
|
|
101
101
|
name?: string;
|
|
102
102
|
rules?: Record<string, RuleConfig>;
|
|
103
|
-
settings?:
|
|
103
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
104
104
|
};
|
|
105
105
|
};
|
|
106
106
|
meta: {
|
|
107
107
|
name: string;
|
|
108
108
|
version: string;
|
|
109
109
|
};
|
|
110
|
-
rules: Record<string,
|
|
110
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
111
111
|
};
|
|
112
112
|
"@eslint-react/hooks-extra": {
|
|
113
113
|
configs: {
|
|
@@ -115,14 +115,14 @@ declare const plugins$6: {
|
|
|
115
115
|
plugins: {};
|
|
116
116
|
name?: string;
|
|
117
117
|
rules?: Record<string, RuleConfig>;
|
|
118
|
-
settings?:
|
|
118
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
119
119
|
};
|
|
120
120
|
};
|
|
121
121
|
meta: {
|
|
122
122
|
name: string;
|
|
123
123
|
version: string;
|
|
124
124
|
};
|
|
125
|
-
rules: Record<string,
|
|
125
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
126
126
|
};
|
|
127
127
|
"@eslint-react/naming-convention": {
|
|
128
128
|
configs: {
|
|
@@ -130,14 +130,14 @@ declare const plugins$6: {
|
|
|
130
130
|
plugins: {};
|
|
131
131
|
name?: string;
|
|
132
132
|
rules?: Record<string, RuleConfig>;
|
|
133
|
-
settings?:
|
|
133
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
134
134
|
};
|
|
135
135
|
};
|
|
136
136
|
meta: {
|
|
137
137
|
name: string;
|
|
138
138
|
version: string;
|
|
139
139
|
};
|
|
140
|
-
rules: Record<string,
|
|
140
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
141
141
|
};
|
|
142
142
|
"@eslint-react/web-api": {
|
|
143
143
|
configs: {
|
|
@@ -145,14 +145,14 @@ declare const plugins$6: {
|
|
|
145
145
|
plugins: {};
|
|
146
146
|
name?: string;
|
|
147
147
|
rules?: Record<string, RuleConfig>;
|
|
148
|
-
settings?:
|
|
148
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
149
149
|
};
|
|
150
150
|
};
|
|
151
151
|
meta: {
|
|
152
152
|
name: string;
|
|
153
153
|
version: string;
|
|
154
154
|
};
|
|
155
|
-
rules: Record<string,
|
|
155
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
156
156
|
};
|
|
157
157
|
"@eslint-react/dom": {
|
|
158
158
|
configs: {
|
|
@@ -160,14 +160,14 @@ declare const plugins$6: {
|
|
|
160
160
|
plugins: {};
|
|
161
161
|
name?: string;
|
|
162
162
|
rules?: Record<string, RuleConfig>;
|
|
163
|
-
settings?:
|
|
163
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
164
164
|
};
|
|
165
165
|
};
|
|
166
166
|
meta: {
|
|
167
167
|
name: string;
|
|
168
168
|
version: string;
|
|
169
169
|
};
|
|
170
|
-
rules: Record<string,
|
|
170
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
171
171
|
};
|
|
172
172
|
"@eslint-react": {
|
|
173
173
|
configs: {
|
|
@@ -175,26 +175,26 @@ declare const plugins$6: {
|
|
|
175
175
|
plugins: {};
|
|
176
176
|
name?: string;
|
|
177
177
|
rules?: Record<string, RuleConfig>;
|
|
178
|
-
settings?:
|
|
178
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
179
179
|
};
|
|
180
180
|
"recommended-type-checked": {
|
|
181
181
|
plugins: {};
|
|
182
182
|
name?: string;
|
|
183
183
|
rules?: Record<string, RuleConfig>;
|
|
184
|
-
settings?:
|
|
184
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
185
185
|
};
|
|
186
186
|
"recommended-typescript": {
|
|
187
187
|
plugins: {};
|
|
188
188
|
name?: string;
|
|
189
189
|
rules?: Record<string, RuleConfig>;
|
|
190
|
-
settings?:
|
|
190
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
191
191
|
};
|
|
192
192
|
};
|
|
193
193
|
meta: {
|
|
194
194
|
name: string;
|
|
195
195
|
version: string;
|
|
196
196
|
};
|
|
197
|
-
rules: Record<string,
|
|
197
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
198
198
|
};
|
|
199
199
|
};
|
|
200
200
|
declare const settings$5: {
|
|
@@ -222,14 +222,14 @@ declare const plugins$5: {
|
|
|
222
222
|
plugins: {};
|
|
223
223
|
name?: string;
|
|
224
224
|
rules?: Record<string, RuleConfig>;
|
|
225
|
-
settings?:
|
|
225
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
226
226
|
};
|
|
227
227
|
};
|
|
228
228
|
meta: {
|
|
229
229
|
name: string;
|
|
230
230
|
version: string;
|
|
231
231
|
};
|
|
232
|
-
rules: Record<string,
|
|
232
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
233
233
|
};
|
|
234
234
|
};
|
|
235
235
|
declare namespace disable_conflict_eslint_plugin_react_d_exports {
|
|
@@ -285,14 +285,14 @@ declare const plugins$4: {
|
|
|
285
285
|
plugins: {};
|
|
286
286
|
name?: string;
|
|
287
287
|
rules?: Record<string, RuleConfig>;
|
|
288
|
-
settings?:
|
|
288
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
289
289
|
};
|
|
290
290
|
};
|
|
291
291
|
meta: {
|
|
292
292
|
name: string;
|
|
293
293
|
version: string;
|
|
294
294
|
};
|
|
295
|
-
rules: Record<string,
|
|
295
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
296
296
|
};
|
|
297
297
|
};
|
|
298
298
|
declare const settings$4: {
|
|
@@ -382,14 +382,14 @@ declare const plugins$3: {
|
|
|
382
382
|
plugins: {};
|
|
383
383
|
name?: string;
|
|
384
384
|
rules?: Record<string, RuleConfig>;
|
|
385
|
-
settings?:
|
|
385
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
386
386
|
};
|
|
387
387
|
};
|
|
388
388
|
meta: {
|
|
389
389
|
name: string;
|
|
390
390
|
version: string;
|
|
391
391
|
};
|
|
392
|
-
rules: Record<string,
|
|
392
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
393
393
|
};
|
|
394
394
|
"@eslint-react/hooks-extra": {
|
|
395
395
|
configs: {
|
|
@@ -397,14 +397,14 @@ declare const plugins$3: {
|
|
|
397
397
|
plugins: {};
|
|
398
398
|
name?: string;
|
|
399
399
|
rules?: Record<string, RuleConfig>;
|
|
400
|
-
settings?:
|
|
400
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
401
401
|
};
|
|
402
402
|
};
|
|
403
403
|
meta: {
|
|
404
404
|
name: string;
|
|
405
405
|
version: string;
|
|
406
406
|
};
|
|
407
|
-
rules: Record<string,
|
|
407
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
408
408
|
};
|
|
409
409
|
"@eslint-react/naming-convention": {
|
|
410
410
|
configs: {
|
|
@@ -412,14 +412,14 @@ declare const plugins$3: {
|
|
|
412
412
|
plugins: {};
|
|
413
413
|
name?: string;
|
|
414
414
|
rules?: Record<string, RuleConfig>;
|
|
415
|
-
settings?:
|
|
415
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
416
416
|
};
|
|
417
417
|
};
|
|
418
418
|
meta: {
|
|
419
419
|
name: string;
|
|
420
420
|
version: string;
|
|
421
421
|
};
|
|
422
|
-
rules: Record<string,
|
|
422
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
423
423
|
};
|
|
424
424
|
"@eslint-react/web-api": {
|
|
425
425
|
configs: {
|
|
@@ -427,14 +427,14 @@ declare const plugins$3: {
|
|
|
427
427
|
plugins: {};
|
|
428
428
|
name?: string;
|
|
429
429
|
rules?: Record<string, RuleConfig>;
|
|
430
|
-
settings?:
|
|
430
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
431
431
|
};
|
|
432
432
|
};
|
|
433
433
|
meta: {
|
|
434
434
|
name: string;
|
|
435
435
|
version: string;
|
|
436
436
|
};
|
|
437
|
-
rules: Record<string,
|
|
437
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
438
438
|
};
|
|
439
439
|
"@eslint-react/dom": {
|
|
440
440
|
configs: {
|
|
@@ -442,14 +442,14 @@ declare const plugins$3: {
|
|
|
442
442
|
plugins: {};
|
|
443
443
|
name?: string;
|
|
444
444
|
rules?: Record<string, RuleConfig>;
|
|
445
|
-
settings?:
|
|
445
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
446
446
|
};
|
|
447
447
|
};
|
|
448
448
|
meta: {
|
|
449
449
|
name: string;
|
|
450
450
|
version: string;
|
|
451
451
|
};
|
|
452
|
-
rules: Record<string,
|
|
452
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
453
453
|
};
|
|
454
454
|
"@eslint-react": {
|
|
455
455
|
configs: {
|
|
@@ -457,26 +457,26 @@ declare const plugins$3: {
|
|
|
457
457
|
plugins: {};
|
|
458
458
|
name?: string;
|
|
459
459
|
rules?: Record<string, RuleConfig>;
|
|
460
|
-
settings?:
|
|
460
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
461
461
|
};
|
|
462
462
|
"recommended-type-checked": {
|
|
463
463
|
plugins: {};
|
|
464
464
|
name?: string;
|
|
465
465
|
rules?: Record<string, RuleConfig>;
|
|
466
|
-
settings?:
|
|
466
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
467
467
|
};
|
|
468
468
|
"recommended-typescript": {
|
|
469
469
|
plugins: {};
|
|
470
470
|
name?: string;
|
|
471
471
|
rules?: Record<string, RuleConfig>;
|
|
472
|
-
settings?:
|
|
472
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
473
473
|
};
|
|
474
474
|
};
|
|
475
475
|
meta: {
|
|
476
476
|
name: string;
|
|
477
477
|
version: string;
|
|
478
478
|
};
|
|
479
|
-
rules: Record<string,
|
|
479
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
480
480
|
};
|
|
481
481
|
};
|
|
482
482
|
declare const settings$3: {
|
|
@@ -565,14 +565,14 @@ declare const plugins$2: {
|
|
|
565
565
|
plugins: {};
|
|
566
566
|
name?: string;
|
|
567
567
|
rules?: Record<string, RuleConfig>;
|
|
568
|
-
settings?:
|
|
568
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
569
569
|
};
|
|
570
570
|
};
|
|
571
571
|
meta: {
|
|
572
572
|
name: string;
|
|
573
573
|
version: string;
|
|
574
574
|
};
|
|
575
|
-
rules: Record<string,
|
|
575
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
576
576
|
};
|
|
577
577
|
"@eslint-react/hooks-extra": {
|
|
578
578
|
configs: {
|
|
@@ -580,14 +580,14 @@ declare const plugins$2: {
|
|
|
580
580
|
plugins: {};
|
|
581
581
|
name?: string;
|
|
582
582
|
rules?: Record<string, RuleConfig>;
|
|
583
|
-
settings?:
|
|
583
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
584
584
|
};
|
|
585
585
|
};
|
|
586
586
|
meta: {
|
|
587
587
|
name: string;
|
|
588
588
|
version: string;
|
|
589
589
|
};
|
|
590
|
-
rules: Record<string,
|
|
590
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
591
591
|
};
|
|
592
592
|
"@eslint-react/naming-convention": {
|
|
593
593
|
configs: {
|
|
@@ -595,14 +595,14 @@ declare const plugins$2: {
|
|
|
595
595
|
plugins: {};
|
|
596
596
|
name?: string;
|
|
597
597
|
rules?: Record<string, RuleConfig>;
|
|
598
|
-
settings?:
|
|
598
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
599
599
|
};
|
|
600
600
|
};
|
|
601
601
|
meta: {
|
|
602
602
|
name: string;
|
|
603
603
|
version: string;
|
|
604
604
|
};
|
|
605
|
-
rules: Record<string,
|
|
605
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
606
606
|
};
|
|
607
607
|
"@eslint-react/web-api": {
|
|
608
608
|
configs: {
|
|
@@ -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/dom": {
|
|
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": {
|
|
638
638
|
configs: {
|
|
@@ -640,26 +640,26 @@ 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
|
"recommended-type-checked": {
|
|
646
646
|
plugins: {};
|
|
647
647
|
name?: string;
|
|
648
648
|
rules?: Record<string, RuleConfig>;
|
|
649
|
-
settings?:
|
|
649
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
650
650
|
};
|
|
651
651
|
"recommended-typescript": {
|
|
652
652
|
plugins: {};
|
|
653
653
|
name?: string;
|
|
654
654
|
rules?: Record<string, RuleConfig>;
|
|
655
|
-
settings?:
|
|
655
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
656
656
|
};
|
|
657
657
|
};
|
|
658
658
|
meta: {
|
|
659
659
|
name: string;
|
|
660
660
|
version: string;
|
|
661
661
|
};
|
|
662
|
-
rules: Record<string,
|
|
662
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
663
663
|
};
|
|
664
664
|
};
|
|
665
665
|
declare const settings$2: {
|
|
@@ -746,14 +746,14 @@ declare const plugins$1: {
|
|
|
746
746
|
plugins: {};
|
|
747
747
|
name?: string;
|
|
748
748
|
rules?: Record<string, RuleConfig>;
|
|
749
|
-
settings?:
|
|
749
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
750
750
|
};
|
|
751
751
|
};
|
|
752
752
|
meta: {
|
|
753
753
|
name: string;
|
|
754
754
|
version: string;
|
|
755
755
|
};
|
|
756
|
-
rules: Record<string,
|
|
756
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
757
757
|
};
|
|
758
758
|
"@eslint-react/hooks-extra": {
|
|
759
759
|
configs: {
|
|
@@ -761,14 +761,14 @@ declare const plugins$1: {
|
|
|
761
761
|
plugins: {};
|
|
762
762
|
name?: string;
|
|
763
763
|
rules?: Record<string, RuleConfig>;
|
|
764
|
-
settings?:
|
|
764
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
765
765
|
};
|
|
766
766
|
};
|
|
767
767
|
meta: {
|
|
768
768
|
name: string;
|
|
769
769
|
version: string;
|
|
770
770
|
};
|
|
771
|
-
rules: Record<string,
|
|
771
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
772
772
|
};
|
|
773
773
|
"@eslint-react/naming-convention": {
|
|
774
774
|
configs: {
|
|
@@ -776,14 +776,14 @@ declare const plugins$1: {
|
|
|
776
776
|
plugins: {};
|
|
777
777
|
name?: string;
|
|
778
778
|
rules?: Record<string, RuleConfig>;
|
|
779
|
-
settings?:
|
|
779
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
780
780
|
};
|
|
781
781
|
};
|
|
782
782
|
meta: {
|
|
783
783
|
name: string;
|
|
784
784
|
version: string;
|
|
785
785
|
};
|
|
786
|
-
rules: Record<string,
|
|
786
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
787
787
|
};
|
|
788
788
|
"@eslint-react/web-api": {
|
|
789
789
|
configs: {
|
|
@@ -791,14 +791,14 @@ declare const plugins$1: {
|
|
|
791
791
|
plugins: {};
|
|
792
792
|
name?: string;
|
|
793
793
|
rules?: Record<string, RuleConfig>;
|
|
794
|
-
settings?:
|
|
794
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
795
795
|
};
|
|
796
796
|
};
|
|
797
797
|
meta: {
|
|
798
798
|
name: string;
|
|
799
799
|
version: string;
|
|
800
800
|
};
|
|
801
|
-
rules: Record<string,
|
|
801
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
802
802
|
};
|
|
803
803
|
"@eslint-react/dom": {
|
|
804
804
|
configs: {
|
|
@@ -806,14 +806,14 @@ declare const plugins$1: {
|
|
|
806
806
|
plugins: {};
|
|
807
807
|
name?: string;
|
|
808
808
|
rules?: Record<string, RuleConfig>;
|
|
809
|
-
settings?:
|
|
809
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
810
810
|
};
|
|
811
811
|
};
|
|
812
812
|
meta: {
|
|
813
813
|
name: string;
|
|
814
814
|
version: string;
|
|
815
815
|
};
|
|
816
|
-
rules: Record<string,
|
|
816
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
817
817
|
};
|
|
818
818
|
"@eslint-react": {
|
|
819
819
|
configs: {
|
|
@@ -821,26 +821,26 @@ declare const plugins$1: {
|
|
|
821
821
|
plugins: {};
|
|
822
822
|
name?: string;
|
|
823
823
|
rules?: Record<string, RuleConfig>;
|
|
824
|
-
settings?:
|
|
824
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
825
825
|
};
|
|
826
826
|
"recommended-type-checked": {
|
|
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
|
"recommended-typescript": {
|
|
833
833
|
plugins: {};
|
|
834
834
|
name?: string;
|
|
835
835
|
rules?: Record<string, RuleConfig>;
|
|
836
|
-
settings?:
|
|
836
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
837
837
|
};
|
|
838
838
|
};
|
|
839
839
|
meta: {
|
|
840
840
|
name: string;
|
|
841
841
|
version: string;
|
|
842
842
|
};
|
|
843
|
-
rules: Record<string,
|
|
843
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
844
844
|
};
|
|
845
845
|
};
|
|
846
846
|
declare const settings$1: {
|
|
@@ -905,26 +905,26 @@ declare const plugins: {
|
|
|
905
905
|
plugins: {};
|
|
906
906
|
name?: string;
|
|
907
907
|
rules?: Record<string, RuleConfig>;
|
|
908
|
-
settings?:
|
|
908
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
909
909
|
};
|
|
910
910
|
"recommended-type-checked": {
|
|
911
911
|
plugins: {};
|
|
912
912
|
name?: string;
|
|
913
913
|
rules?: Record<string, RuleConfig>;
|
|
914
|
-
settings?:
|
|
914
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
915
915
|
};
|
|
916
916
|
"recommended-typescript": {
|
|
917
917
|
plugins: {};
|
|
918
918
|
name?: string;
|
|
919
919
|
rules?: Record<string, RuleConfig>;
|
|
920
|
-
settings?:
|
|
920
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
921
921
|
};
|
|
922
922
|
};
|
|
923
923
|
meta: {
|
|
924
924
|
name: string;
|
|
925
925
|
version: string;
|
|
926
926
|
};
|
|
927
|
-
rules: Record<string,
|
|
927
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
928
928
|
};
|
|
929
929
|
};
|
|
930
930
|
declare const settings: {
|
|
@@ -956,7 +956,7 @@ declare const _default: {
|
|
|
956
956
|
name: string;
|
|
957
957
|
version: string;
|
|
958
958
|
};
|
|
959
|
-
rules: Record<string,
|
|
959
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
960
960
|
};
|
|
961
961
|
//#endregion
|
|
962
962
|
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.2-beta.
|
|
3
|
+
"version": "2.0.2-beta.3",
|
|
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,15 +42,15 @@
|
|
|
42
42
|
"@typescript-eslint/types": "^8.44.1",
|
|
43
43
|
"@typescript-eslint/utils": "^8.44.1",
|
|
44
44
|
"ts-api-utils": "^2.1.0",
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"@eslint-react/shared": "2.0.2-beta.
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-hooks-extra": "2.0.2-beta.
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-
|
|
45
|
+
"@eslint-react/eff": "2.0.2-beta.3",
|
|
46
|
+
"@eslint-react/kit": "2.0.2-beta.3",
|
|
47
|
+
"@eslint-react/shared": "2.0.2-beta.3",
|
|
48
|
+
"eslint-plugin-react-debug": "2.0.2-beta.3",
|
|
49
|
+
"eslint-plugin-react-hooks-extra": "2.0.2-beta.3",
|
|
50
|
+
"eslint-plugin-react-web-api": "2.0.2-beta.3",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "2.0.2-beta.3",
|
|
52
|
+
"eslint-plugin-react-dom": "2.0.2-beta.3",
|
|
53
|
+
"eslint-plugin-react-x": "2.0.2-beta.3"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"tsdown": "^0.15.5",
|