@eslint-react/eslint-plugin 2.0.4-beta.0 → 2.0.4
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: {
|
|
@@ -384,14 +384,14 @@ declare const plugins$3: {
|
|
|
384
384
|
plugins: {};
|
|
385
385
|
name?: string;
|
|
386
386
|
rules?: Record<string, RuleConfig>;
|
|
387
|
-
settings?:
|
|
387
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
388
388
|
};
|
|
389
389
|
};
|
|
390
390
|
meta: {
|
|
391
391
|
name: string;
|
|
392
392
|
version: string;
|
|
393
393
|
};
|
|
394
|
-
rules: Record<string,
|
|
394
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
395
395
|
};
|
|
396
396
|
"@eslint-react/hooks-extra": {
|
|
397
397
|
configs: {
|
|
@@ -399,14 +399,14 @@ declare const plugins$3: {
|
|
|
399
399
|
plugins: {};
|
|
400
400
|
name?: string;
|
|
401
401
|
rules?: Record<string, RuleConfig>;
|
|
402
|
-
settings?:
|
|
402
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
403
403
|
};
|
|
404
404
|
};
|
|
405
405
|
meta: {
|
|
406
406
|
name: string;
|
|
407
407
|
version: string;
|
|
408
408
|
};
|
|
409
|
-
rules: Record<string,
|
|
409
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
410
410
|
};
|
|
411
411
|
"@eslint-react/naming-convention": {
|
|
412
412
|
configs: {
|
|
@@ -414,14 +414,14 @@ declare const plugins$3: {
|
|
|
414
414
|
plugins: {};
|
|
415
415
|
name?: string;
|
|
416
416
|
rules?: Record<string, RuleConfig>;
|
|
417
|
-
settings?:
|
|
417
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
418
418
|
};
|
|
419
419
|
};
|
|
420
420
|
meta: {
|
|
421
421
|
name: string;
|
|
422
422
|
version: string;
|
|
423
423
|
};
|
|
424
|
-
rules: Record<string,
|
|
424
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
425
425
|
};
|
|
426
426
|
"@eslint-react/web-api": {
|
|
427
427
|
configs: {
|
|
@@ -429,14 +429,14 @@ declare const plugins$3: {
|
|
|
429
429
|
plugins: {};
|
|
430
430
|
name?: string;
|
|
431
431
|
rules?: Record<string, RuleConfig>;
|
|
432
|
-
settings?:
|
|
432
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
433
433
|
};
|
|
434
434
|
};
|
|
435
435
|
meta: {
|
|
436
436
|
name: string;
|
|
437
437
|
version: string;
|
|
438
438
|
};
|
|
439
|
-
rules: Record<string,
|
|
439
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
440
440
|
};
|
|
441
441
|
"@eslint-react/dom": {
|
|
442
442
|
configs: {
|
|
@@ -444,14 +444,14 @@ declare const plugins$3: {
|
|
|
444
444
|
plugins: {};
|
|
445
445
|
name?: string;
|
|
446
446
|
rules?: Record<string, RuleConfig>;
|
|
447
|
-
settings?:
|
|
447
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
448
448
|
};
|
|
449
449
|
};
|
|
450
450
|
meta: {
|
|
451
451
|
name: string;
|
|
452
452
|
version: string;
|
|
453
453
|
};
|
|
454
|
-
rules: Record<string,
|
|
454
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
455
455
|
};
|
|
456
456
|
"@eslint-react": {
|
|
457
457
|
configs: {
|
|
@@ -459,26 +459,26 @@ declare const plugins$3: {
|
|
|
459
459
|
plugins: {};
|
|
460
460
|
name?: string;
|
|
461
461
|
rules?: Record<string, RuleConfig>;
|
|
462
|
-
settings?:
|
|
462
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
463
463
|
};
|
|
464
464
|
"recommended-type-checked": {
|
|
465
465
|
plugins: {};
|
|
466
466
|
name?: string;
|
|
467
467
|
rules?: Record<string, RuleConfig>;
|
|
468
|
-
settings?:
|
|
468
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
469
469
|
};
|
|
470
470
|
"recommended-typescript": {
|
|
471
471
|
plugins: {};
|
|
472
472
|
name?: string;
|
|
473
473
|
rules?: Record<string, RuleConfig>;
|
|
474
|
-
settings?:
|
|
474
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
475
475
|
};
|
|
476
476
|
};
|
|
477
477
|
meta: {
|
|
478
478
|
name: string;
|
|
479
479
|
version: string;
|
|
480
480
|
};
|
|
481
|
-
rules: Record<string,
|
|
481
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
482
482
|
};
|
|
483
483
|
};
|
|
484
484
|
declare const settings$3: {
|
|
@@ -569,14 +569,14 @@ declare const plugins$2: {
|
|
|
569
569
|
plugins: {};
|
|
570
570
|
name?: string;
|
|
571
571
|
rules?: Record<string, RuleConfig>;
|
|
572
|
-
settings?:
|
|
572
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
573
573
|
};
|
|
574
574
|
};
|
|
575
575
|
meta: {
|
|
576
576
|
name: string;
|
|
577
577
|
version: string;
|
|
578
578
|
};
|
|
579
|
-
rules: Record<string,
|
|
579
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
580
580
|
};
|
|
581
581
|
"@eslint-react/hooks-extra": {
|
|
582
582
|
configs: {
|
|
@@ -584,14 +584,14 @@ declare const plugins$2: {
|
|
|
584
584
|
plugins: {};
|
|
585
585
|
name?: string;
|
|
586
586
|
rules?: Record<string, RuleConfig>;
|
|
587
|
-
settings?:
|
|
587
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
588
588
|
};
|
|
589
589
|
};
|
|
590
590
|
meta: {
|
|
591
591
|
name: string;
|
|
592
592
|
version: string;
|
|
593
593
|
};
|
|
594
|
-
rules: Record<string,
|
|
594
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
595
595
|
};
|
|
596
596
|
"@eslint-react/naming-convention": {
|
|
597
597
|
configs: {
|
|
@@ -599,14 +599,14 @@ declare const plugins$2: {
|
|
|
599
599
|
plugins: {};
|
|
600
600
|
name?: string;
|
|
601
601
|
rules?: Record<string, RuleConfig>;
|
|
602
|
-
settings?:
|
|
602
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
603
603
|
};
|
|
604
604
|
};
|
|
605
605
|
meta: {
|
|
606
606
|
name: string;
|
|
607
607
|
version: string;
|
|
608
608
|
};
|
|
609
|
-
rules: Record<string,
|
|
609
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
610
610
|
};
|
|
611
611
|
"@eslint-react/web-api": {
|
|
612
612
|
configs: {
|
|
@@ -614,14 +614,14 @@ declare const plugins$2: {
|
|
|
614
614
|
plugins: {};
|
|
615
615
|
name?: string;
|
|
616
616
|
rules?: Record<string, RuleConfig>;
|
|
617
|
-
settings?:
|
|
617
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
618
618
|
};
|
|
619
619
|
};
|
|
620
620
|
meta: {
|
|
621
621
|
name: string;
|
|
622
622
|
version: string;
|
|
623
623
|
};
|
|
624
|
-
rules: Record<string,
|
|
624
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
625
625
|
};
|
|
626
626
|
"@eslint-react/dom": {
|
|
627
627
|
configs: {
|
|
@@ -629,14 +629,14 @@ declare const plugins$2: {
|
|
|
629
629
|
plugins: {};
|
|
630
630
|
name?: string;
|
|
631
631
|
rules?: Record<string, RuleConfig>;
|
|
632
|
-
settings?:
|
|
632
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
633
633
|
};
|
|
634
634
|
};
|
|
635
635
|
meta: {
|
|
636
636
|
name: string;
|
|
637
637
|
version: string;
|
|
638
638
|
};
|
|
639
|
-
rules: Record<string,
|
|
639
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
640
640
|
};
|
|
641
641
|
"@eslint-react": {
|
|
642
642
|
configs: {
|
|
@@ -644,26 +644,26 @@ declare const plugins$2: {
|
|
|
644
644
|
plugins: {};
|
|
645
645
|
name?: string;
|
|
646
646
|
rules?: Record<string, RuleConfig>;
|
|
647
|
-
settings?:
|
|
647
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
648
648
|
};
|
|
649
649
|
"recommended-type-checked": {
|
|
650
650
|
plugins: {};
|
|
651
651
|
name?: string;
|
|
652
652
|
rules?: Record<string, RuleConfig>;
|
|
653
|
-
settings?:
|
|
653
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
654
654
|
};
|
|
655
655
|
"recommended-typescript": {
|
|
656
656
|
plugins: {};
|
|
657
657
|
name?: string;
|
|
658
658
|
rules?: Record<string, RuleConfig>;
|
|
659
|
-
settings?:
|
|
659
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
660
660
|
};
|
|
661
661
|
};
|
|
662
662
|
meta: {
|
|
663
663
|
name: string;
|
|
664
664
|
version: string;
|
|
665
665
|
};
|
|
666
|
-
rules: Record<string,
|
|
666
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
667
667
|
};
|
|
668
668
|
};
|
|
669
669
|
declare const settings$2: {
|
|
@@ -752,14 +752,14 @@ declare const plugins$1: {
|
|
|
752
752
|
plugins: {};
|
|
753
753
|
name?: string;
|
|
754
754
|
rules?: Record<string, RuleConfig>;
|
|
755
|
-
settings?:
|
|
755
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
756
756
|
};
|
|
757
757
|
};
|
|
758
758
|
meta: {
|
|
759
759
|
name: string;
|
|
760
760
|
version: string;
|
|
761
761
|
};
|
|
762
|
-
rules: Record<string,
|
|
762
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
763
763
|
};
|
|
764
764
|
"@eslint-react/hooks-extra": {
|
|
765
765
|
configs: {
|
|
@@ -767,14 +767,14 @@ declare const plugins$1: {
|
|
|
767
767
|
plugins: {};
|
|
768
768
|
name?: string;
|
|
769
769
|
rules?: Record<string, RuleConfig>;
|
|
770
|
-
settings?:
|
|
770
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
771
771
|
};
|
|
772
772
|
};
|
|
773
773
|
meta: {
|
|
774
774
|
name: string;
|
|
775
775
|
version: string;
|
|
776
776
|
};
|
|
777
|
-
rules: Record<string,
|
|
777
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
778
778
|
};
|
|
779
779
|
"@eslint-react/naming-convention": {
|
|
780
780
|
configs: {
|
|
@@ -782,14 +782,14 @@ declare const plugins$1: {
|
|
|
782
782
|
plugins: {};
|
|
783
783
|
name?: string;
|
|
784
784
|
rules?: Record<string, RuleConfig>;
|
|
785
|
-
settings?:
|
|
785
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
786
786
|
};
|
|
787
787
|
};
|
|
788
788
|
meta: {
|
|
789
789
|
name: string;
|
|
790
790
|
version: string;
|
|
791
791
|
};
|
|
792
|
-
rules: Record<string,
|
|
792
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
793
793
|
};
|
|
794
794
|
"@eslint-react/web-api": {
|
|
795
795
|
configs: {
|
|
@@ -797,14 +797,14 @@ declare const plugins$1: {
|
|
|
797
797
|
plugins: {};
|
|
798
798
|
name?: string;
|
|
799
799
|
rules?: Record<string, RuleConfig>;
|
|
800
|
-
settings?:
|
|
800
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
801
801
|
};
|
|
802
802
|
};
|
|
803
803
|
meta: {
|
|
804
804
|
name: string;
|
|
805
805
|
version: string;
|
|
806
806
|
};
|
|
807
|
-
rules: Record<string,
|
|
807
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
808
808
|
};
|
|
809
809
|
"@eslint-react/dom": {
|
|
810
810
|
configs: {
|
|
@@ -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": {
|
|
825
825
|
configs: {
|
|
@@ -827,26 +827,26 @@ 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
|
"recommended-type-checked": {
|
|
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
|
"recommended-typescript": {
|
|
839
839
|
plugins: {};
|
|
840
840
|
name?: string;
|
|
841
841
|
rules?: Record<string, RuleConfig>;
|
|
842
|
-
settings?:
|
|
842
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
843
843
|
};
|
|
844
844
|
};
|
|
845
845
|
meta: {
|
|
846
846
|
name: string;
|
|
847
847
|
version: string;
|
|
848
848
|
};
|
|
849
|
-
rules: Record<string,
|
|
849
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
850
850
|
};
|
|
851
851
|
};
|
|
852
852
|
declare const settings$1: {
|
|
@@ -911,26 +911,26 @@ declare const plugins: {
|
|
|
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-type-checked": {
|
|
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
|
"recommended-typescript": {
|
|
923
923
|
plugins: {};
|
|
924
924
|
name?: string;
|
|
925
925
|
rules?: Record<string, RuleConfig>;
|
|
926
|
-
settings?:
|
|
926
|
+
settings?: _eslint_react_kit4.SettingsConfig;
|
|
927
927
|
};
|
|
928
928
|
};
|
|
929
929
|
meta: {
|
|
930
930
|
name: string;
|
|
931
931
|
version: string;
|
|
932
932
|
};
|
|
933
|
-
rules: Record<string,
|
|
933
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
934
934
|
};
|
|
935
935
|
};
|
|
936
936
|
declare const settings: {
|
|
@@ -962,7 +962,7 @@ declare const _default: {
|
|
|
962
962
|
name: string;
|
|
963
963
|
version: string;
|
|
964
964
|
};
|
|
965
|
-
rules: Record<string,
|
|
965
|
+
rules: Record<string, _eslint_react_kit4.CompatibleRule>;
|
|
966
966
|
};
|
|
967
967
|
//#endregion
|
|
968
968
|
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.4
|
|
3
|
+
"version": "2.0.4",
|
|
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.45.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.45.0",
|
|
44
44
|
"ts-api-utils": "^2.1.0",
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"eslint-plugin-react-
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-hooks-extra": "2.0.4
|
|
50
|
-
"eslint-plugin-react-naming-convention": "2.0.4
|
|
51
|
-
"eslint-
|
|
52
|
-
"
|
|
53
|
-
"eslint-plugin-react-
|
|
45
|
+
"@eslint-react/eff": "2.0.4",
|
|
46
|
+
"@eslint-react/shared": "2.0.4",
|
|
47
|
+
"eslint-plugin-react-debug": "2.0.4",
|
|
48
|
+
"eslint-plugin-react-dom": "2.0.4",
|
|
49
|
+
"eslint-plugin-react-hooks-extra": "2.0.4",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "2.0.4",
|
|
51
|
+
"@eslint-react/kit": "2.0.4",
|
|
52
|
+
"eslint-plugin-react-web-api": "2.0.4",
|
|
53
|
+
"eslint-plugin-react-x": "2.0.4"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"tsdown": "^0.15.5",
|