@eslint-react/eslint-plugin 2.0.0-next.187 → 2.0.0-next.188
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 +79 -79
- 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_kit47 from "@eslint-react/kit";
|
|
2
2
|
import { RuleConfig } from "@eslint-react/kit";
|
|
3
3
|
|
|
4
4
|
//#region src/configs/all.d.ts
|
|
@@ -100,7 +100,7 @@ declare const plugins$6: {
|
|
|
100
100
|
plugins: {};
|
|
101
101
|
name?: string;
|
|
102
102
|
rules?: Record<string, RuleConfig>;
|
|
103
|
-
settings?:
|
|
103
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
104
104
|
};
|
|
105
105
|
"all-legacy": {
|
|
106
106
|
plugins: string[];
|
|
@@ -111,7 +111,7 @@ declare const plugins$6: {
|
|
|
111
111
|
name: string;
|
|
112
112
|
version: string;
|
|
113
113
|
};
|
|
114
|
-
rules: Record<string,
|
|
114
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
115
115
|
};
|
|
116
116
|
"@eslint-react/hooks-extra": {
|
|
117
117
|
configs: {
|
|
@@ -119,7 +119,7 @@ declare const plugins$6: {
|
|
|
119
119
|
plugins: {};
|
|
120
120
|
name?: string;
|
|
121
121
|
rules?: Record<string, RuleConfig>;
|
|
122
|
-
settings?:
|
|
122
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
123
123
|
};
|
|
124
124
|
"recommended-legacy": {
|
|
125
125
|
plugins: string[];
|
|
@@ -130,7 +130,7 @@ declare const plugins$6: {
|
|
|
130
130
|
name: string;
|
|
131
131
|
version: string;
|
|
132
132
|
};
|
|
133
|
-
rules: Record<string,
|
|
133
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
134
134
|
};
|
|
135
135
|
"@eslint-react/naming-convention": {
|
|
136
136
|
configs: {
|
|
@@ -138,7 +138,7 @@ declare const plugins$6: {
|
|
|
138
138
|
plugins: {};
|
|
139
139
|
name?: string;
|
|
140
140
|
rules?: Record<string, RuleConfig>;
|
|
141
|
-
settings?:
|
|
141
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
142
142
|
};
|
|
143
143
|
"recommended-legacy": {
|
|
144
144
|
plugins: string[];
|
|
@@ -149,7 +149,7 @@ declare const plugins$6: {
|
|
|
149
149
|
name: string;
|
|
150
150
|
version: string;
|
|
151
151
|
};
|
|
152
|
-
rules: Record<string,
|
|
152
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
153
153
|
};
|
|
154
154
|
"@eslint-react/web-api": {
|
|
155
155
|
configs: {
|
|
@@ -157,7 +157,7 @@ declare const plugins$6: {
|
|
|
157
157
|
plugins: {};
|
|
158
158
|
name?: string;
|
|
159
159
|
rules?: Record<string, RuleConfig>;
|
|
160
|
-
settings?:
|
|
160
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
161
161
|
};
|
|
162
162
|
"recommended-legacy": {
|
|
163
163
|
plugins: string[];
|
|
@@ -168,7 +168,7 @@ declare const plugins$6: {
|
|
|
168
168
|
name: string;
|
|
169
169
|
version: string;
|
|
170
170
|
};
|
|
171
|
-
rules: Record<string,
|
|
171
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
172
172
|
};
|
|
173
173
|
"@eslint-react/dom": {
|
|
174
174
|
configs: {
|
|
@@ -176,7 +176,7 @@ declare const plugins$6: {
|
|
|
176
176
|
plugins: {};
|
|
177
177
|
name?: string;
|
|
178
178
|
rules?: Record<string, RuleConfig>;
|
|
179
|
-
settings?:
|
|
179
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
180
180
|
};
|
|
181
181
|
"recommended-legacy": {
|
|
182
182
|
plugins: string[];
|
|
@@ -187,7 +187,7 @@ declare const plugins$6: {
|
|
|
187
187
|
name: string;
|
|
188
188
|
version: string;
|
|
189
189
|
};
|
|
190
|
-
rules: Record<string,
|
|
190
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
191
191
|
};
|
|
192
192
|
"@eslint-react": {
|
|
193
193
|
configs: {
|
|
@@ -195,7 +195,7 @@ declare const plugins$6: {
|
|
|
195
195
|
plugins: {};
|
|
196
196
|
name?: string;
|
|
197
197
|
rules?: Record<string, RuleConfig>;
|
|
198
|
-
settings?:
|
|
198
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
199
199
|
};
|
|
200
200
|
"recommended-legacy": {
|
|
201
201
|
plugins: string[];
|
|
@@ -205,7 +205,7 @@ declare const plugins$6: {
|
|
|
205
205
|
plugins: {};
|
|
206
206
|
name?: string;
|
|
207
207
|
rules?: Record<string, RuleConfig>;
|
|
208
|
-
settings?:
|
|
208
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
209
209
|
};
|
|
210
210
|
"recommended-type-checked-legacy": {
|
|
211
211
|
plugins: string[];
|
|
@@ -215,7 +215,7 @@ declare const plugins$6: {
|
|
|
215
215
|
plugins: {};
|
|
216
216
|
name?: string;
|
|
217
217
|
rules?: Record<string, RuleConfig>;
|
|
218
|
-
settings?:
|
|
218
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
219
219
|
};
|
|
220
220
|
"recommended-typescript-legacy": {
|
|
221
221
|
plugins: string[];
|
|
@@ -226,7 +226,7 @@ declare const plugins$6: {
|
|
|
226
226
|
name: string;
|
|
227
227
|
version: string;
|
|
228
228
|
};
|
|
229
|
-
rules: Record<string,
|
|
229
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
230
230
|
};
|
|
231
231
|
};
|
|
232
232
|
declare const settings$5: {
|
|
@@ -254,7 +254,7 @@ declare const plugins$5: {
|
|
|
254
254
|
plugins: {};
|
|
255
255
|
name?: string;
|
|
256
256
|
rules?: Record<string, RuleConfig>;
|
|
257
|
-
settings?:
|
|
257
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
258
258
|
};
|
|
259
259
|
"all-legacy": {
|
|
260
260
|
plugins: string[];
|
|
@@ -265,7 +265,7 @@ declare const plugins$5: {
|
|
|
265
265
|
name: string;
|
|
266
266
|
version: string;
|
|
267
267
|
};
|
|
268
|
-
rules: Record<string,
|
|
268
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
269
269
|
};
|
|
270
270
|
};
|
|
271
271
|
declare namespace disable_conflict_eslint_plugin_react_d_exports {
|
|
@@ -321,7 +321,7 @@ declare const plugins$4: {
|
|
|
321
321
|
plugins: {};
|
|
322
322
|
name?: string;
|
|
323
323
|
rules?: Record<string, RuleConfig>;
|
|
324
|
-
settings?:
|
|
324
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
325
325
|
};
|
|
326
326
|
"recommended-legacy": {
|
|
327
327
|
plugins: string[];
|
|
@@ -332,7 +332,7 @@ declare const plugins$4: {
|
|
|
332
332
|
name: string;
|
|
333
333
|
version: string;
|
|
334
334
|
};
|
|
335
|
-
rules: Record<string,
|
|
335
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
336
336
|
};
|
|
337
337
|
};
|
|
338
338
|
declare const settings$4: {
|
|
@@ -422,7 +422,7 @@ declare const plugins$3: {
|
|
|
422
422
|
plugins: {};
|
|
423
423
|
name?: string;
|
|
424
424
|
rules?: Record<string, RuleConfig>;
|
|
425
|
-
settings?:
|
|
425
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
426
426
|
};
|
|
427
427
|
"all-legacy": {
|
|
428
428
|
plugins: string[];
|
|
@@ -433,7 +433,7 @@ declare const plugins$3: {
|
|
|
433
433
|
name: string;
|
|
434
434
|
version: string;
|
|
435
435
|
};
|
|
436
|
-
rules: Record<string,
|
|
436
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
437
437
|
};
|
|
438
438
|
"@eslint-react/hooks-extra": {
|
|
439
439
|
configs: {
|
|
@@ -441,7 +441,7 @@ declare const plugins$3: {
|
|
|
441
441
|
plugins: {};
|
|
442
442
|
name?: string;
|
|
443
443
|
rules?: Record<string, RuleConfig>;
|
|
444
|
-
settings?:
|
|
444
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
445
445
|
};
|
|
446
446
|
"recommended-legacy": {
|
|
447
447
|
plugins: string[];
|
|
@@ -452,7 +452,7 @@ declare const plugins$3: {
|
|
|
452
452
|
name: string;
|
|
453
453
|
version: string;
|
|
454
454
|
};
|
|
455
|
-
rules: Record<string,
|
|
455
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
456
456
|
};
|
|
457
457
|
"@eslint-react/naming-convention": {
|
|
458
458
|
configs: {
|
|
@@ -460,7 +460,7 @@ declare const plugins$3: {
|
|
|
460
460
|
plugins: {};
|
|
461
461
|
name?: string;
|
|
462
462
|
rules?: Record<string, RuleConfig>;
|
|
463
|
-
settings?:
|
|
463
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
464
464
|
};
|
|
465
465
|
"recommended-legacy": {
|
|
466
466
|
plugins: string[];
|
|
@@ -471,7 +471,7 @@ declare const plugins$3: {
|
|
|
471
471
|
name: string;
|
|
472
472
|
version: string;
|
|
473
473
|
};
|
|
474
|
-
rules: Record<string,
|
|
474
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
475
475
|
};
|
|
476
476
|
"@eslint-react/web-api": {
|
|
477
477
|
configs: {
|
|
@@ -479,7 +479,7 @@ declare const plugins$3: {
|
|
|
479
479
|
plugins: {};
|
|
480
480
|
name?: string;
|
|
481
481
|
rules?: Record<string, RuleConfig>;
|
|
482
|
-
settings?:
|
|
482
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
483
483
|
};
|
|
484
484
|
"recommended-legacy": {
|
|
485
485
|
plugins: string[];
|
|
@@ -490,7 +490,7 @@ declare const plugins$3: {
|
|
|
490
490
|
name: string;
|
|
491
491
|
version: string;
|
|
492
492
|
};
|
|
493
|
-
rules: Record<string,
|
|
493
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
494
494
|
};
|
|
495
495
|
"@eslint-react/dom": {
|
|
496
496
|
configs: {
|
|
@@ -498,7 +498,7 @@ declare const plugins$3: {
|
|
|
498
498
|
plugins: {};
|
|
499
499
|
name?: string;
|
|
500
500
|
rules?: Record<string, RuleConfig>;
|
|
501
|
-
settings?:
|
|
501
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
502
502
|
};
|
|
503
503
|
"recommended-legacy": {
|
|
504
504
|
plugins: string[];
|
|
@@ -509,7 +509,7 @@ declare const plugins$3: {
|
|
|
509
509
|
name: string;
|
|
510
510
|
version: string;
|
|
511
511
|
};
|
|
512
|
-
rules: Record<string,
|
|
512
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
513
513
|
};
|
|
514
514
|
"@eslint-react": {
|
|
515
515
|
configs: {
|
|
@@ -517,7 +517,7 @@ declare const plugins$3: {
|
|
|
517
517
|
plugins: {};
|
|
518
518
|
name?: string;
|
|
519
519
|
rules?: Record<string, RuleConfig>;
|
|
520
|
-
settings?:
|
|
520
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
521
521
|
};
|
|
522
522
|
"recommended-legacy": {
|
|
523
523
|
plugins: string[];
|
|
@@ -527,7 +527,7 @@ declare const plugins$3: {
|
|
|
527
527
|
plugins: {};
|
|
528
528
|
name?: string;
|
|
529
529
|
rules?: Record<string, RuleConfig>;
|
|
530
|
-
settings?:
|
|
530
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
531
531
|
};
|
|
532
532
|
"recommended-type-checked-legacy": {
|
|
533
533
|
plugins: string[];
|
|
@@ -537,7 +537,7 @@ declare const plugins$3: {
|
|
|
537
537
|
plugins: {};
|
|
538
538
|
name?: string;
|
|
539
539
|
rules?: Record<string, RuleConfig>;
|
|
540
|
-
settings?:
|
|
540
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
541
541
|
};
|
|
542
542
|
"recommended-typescript-legacy": {
|
|
543
543
|
plugins: string[];
|
|
@@ -548,7 +548,7 @@ declare const plugins$3: {
|
|
|
548
548
|
name: string;
|
|
549
549
|
version: string;
|
|
550
550
|
};
|
|
551
|
-
rules: Record<string,
|
|
551
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
552
552
|
};
|
|
553
553
|
};
|
|
554
554
|
declare const settings$3: {
|
|
@@ -637,7 +637,7 @@ declare const plugins$2: {
|
|
|
637
637
|
plugins: {};
|
|
638
638
|
name?: string;
|
|
639
639
|
rules?: Record<string, RuleConfig>;
|
|
640
|
-
settings?:
|
|
640
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
641
641
|
};
|
|
642
642
|
"all-legacy": {
|
|
643
643
|
plugins: string[];
|
|
@@ -648,7 +648,7 @@ declare const plugins$2: {
|
|
|
648
648
|
name: string;
|
|
649
649
|
version: string;
|
|
650
650
|
};
|
|
651
|
-
rules: Record<string,
|
|
651
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
652
652
|
};
|
|
653
653
|
"@eslint-react/hooks-extra": {
|
|
654
654
|
configs: {
|
|
@@ -656,7 +656,7 @@ declare const plugins$2: {
|
|
|
656
656
|
plugins: {};
|
|
657
657
|
name?: string;
|
|
658
658
|
rules?: Record<string, RuleConfig>;
|
|
659
|
-
settings?:
|
|
659
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
660
660
|
};
|
|
661
661
|
"recommended-legacy": {
|
|
662
662
|
plugins: string[];
|
|
@@ -667,7 +667,7 @@ declare const plugins$2: {
|
|
|
667
667
|
name: string;
|
|
668
668
|
version: string;
|
|
669
669
|
};
|
|
670
|
-
rules: Record<string,
|
|
670
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
671
671
|
};
|
|
672
672
|
"@eslint-react/naming-convention": {
|
|
673
673
|
configs: {
|
|
@@ -675,7 +675,7 @@ declare const plugins$2: {
|
|
|
675
675
|
plugins: {};
|
|
676
676
|
name?: string;
|
|
677
677
|
rules?: Record<string, RuleConfig>;
|
|
678
|
-
settings?:
|
|
678
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
679
679
|
};
|
|
680
680
|
"recommended-legacy": {
|
|
681
681
|
plugins: string[];
|
|
@@ -686,7 +686,7 @@ declare const plugins$2: {
|
|
|
686
686
|
name: string;
|
|
687
687
|
version: string;
|
|
688
688
|
};
|
|
689
|
-
rules: Record<string,
|
|
689
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
690
690
|
};
|
|
691
691
|
"@eslint-react/web-api": {
|
|
692
692
|
configs: {
|
|
@@ -694,7 +694,7 @@ declare const plugins$2: {
|
|
|
694
694
|
plugins: {};
|
|
695
695
|
name?: string;
|
|
696
696
|
rules?: Record<string, RuleConfig>;
|
|
697
|
-
settings?:
|
|
697
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
698
698
|
};
|
|
699
699
|
"recommended-legacy": {
|
|
700
700
|
plugins: string[];
|
|
@@ -705,7 +705,7 @@ declare const plugins$2: {
|
|
|
705
705
|
name: string;
|
|
706
706
|
version: string;
|
|
707
707
|
};
|
|
708
|
-
rules: Record<string,
|
|
708
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
709
709
|
};
|
|
710
710
|
"@eslint-react/dom": {
|
|
711
711
|
configs: {
|
|
@@ -713,7 +713,7 @@ declare const plugins$2: {
|
|
|
713
713
|
plugins: {};
|
|
714
714
|
name?: string;
|
|
715
715
|
rules?: Record<string, RuleConfig>;
|
|
716
|
-
settings?:
|
|
716
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
717
717
|
};
|
|
718
718
|
"recommended-legacy": {
|
|
719
719
|
plugins: string[];
|
|
@@ -724,7 +724,7 @@ declare const plugins$2: {
|
|
|
724
724
|
name: string;
|
|
725
725
|
version: string;
|
|
726
726
|
};
|
|
727
|
-
rules: Record<string,
|
|
727
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
728
728
|
};
|
|
729
729
|
"@eslint-react": {
|
|
730
730
|
configs: {
|
|
@@ -732,7 +732,7 @@ declare const plugins$2: {
|
|
|
732
732
|
plugins: {};
|
|
733
733
|
name?: string;
|
|
734
734
|
rules?: Record<string, RuleConfig>;
|
|
735
|
-
settings?:
|
|
735
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
736
736
|
};
|
|
737
737
|
"recommended-legacy": {
|
|
738
738
|
plugins: string[];
|
|
@@ -742,7 +742,7 @@ declare const plugins$2: {
|
|
|
742
742
|
plugins: {};
|
|
743
743
|
name?: string;
|
|
744
744
|
rules?: Record<string, RuleConfig>;
|
|
745
|
-
settings?:
|
|
745
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
746
746
|
};
|
|
747
747
|
"recommended-type-checked-legacy": {
|
|
748
748
|
plugins: string[];
|
|
@@ -752,7 +752,7 @@ declare const plugins$2: {
|
|
|
752
752
|
plugins: {};
|
|
753
753
|
name?: string;
|
|
754
754
|
rules?: Record<string, RuleConfig>;
|
|
755
|
-
settings?:
|
|
755
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
756
756
|
};
|
|
757
757
|
"recommended-typescript-legacy": {
|
|
758
758
|
plugins: string[];
|
|
@@ -763,7 +763,7 @@ declare const plugins$2: {
|
|
|
763
763
|
name: string;
|
|
764
764
|
version: string;
|
|
765
765
|
};
|
|
766
|
-
rules: Record<string,
|
|
766
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
767
767
|
};
|
|
768
768
|
};
|
|
769
769
|
declare const settings$2: {
|
|
@@ -850,7 +850,7 @@ declare const plugins$1: {
|
|
|
850
850
|
plugins: {};
|
|
851
851
|
name?: string;
|
|
852
852
|
rules?: Record<string, RuleConfig>;
|
|
853
|
-
settings?:
|
|
853
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
854
854
|
};
|
|
855
855
|
"all-legacy": {
|
|
856
856
|
plugins: string[];
|
|
@@ -861,7 +861,7 @@ declare const plugins$1: {
|
|
|
861
861
|
name: string;
|
|
862
862
|
version: string;
|
|
863
863
|
};
|
|
864
|
-
rules: Record<string,
|
|
864
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
865
865
|
};
|
|
866
866
|
"@eslint-react/hooks-extra": {
|
|
867
867
|
configs: {
|
|
@@ -869,7 +869,7 @@ declare const plugins$1: {
|
|
|
869
869
|
plugins: {};
|
|
870
870
|
name?: string;
|
|
871
871
|
rules?: Record<string, RuleConfig>;
|
|
872
|
-
settings?:
|
|
872
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
873
873
|
};
|
|
874
874
|
"recommended-legacy": {
|
|
875
875
|
plugins: string[];
|
|
@@ -880,7 +880,7 @@ declare const plugins$1: {
|
|
|
880
880
|
name: string;
|
|
881
881
|
version: string;
|
|
882
882
|
};
|
|
883
|
-
rules: Record<string,
|
|
883
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
884
884
|
};
|
|
885
885
|
"@eslint-react/naming-convention": {
|
|
886
886
|
configs: {
|
|
@@ -888,7 +888,7 @@ declare const plugins$1: {
|
|
|
888
888
|
plugins: {};
|
|
889
889
|
name?: string;
|
|
890
890
|
rules?: Record<string, RuleConfig>;
|
|
891
|
-
settings?:
|
|
891
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
892
892
|
};
|
|
893
893
|
"recommended-legacy": {
|
|
894
894
|
plugins: string[];
|
|
@@ -899,7 +899,7 @@ declare const plugins$1: {
|
|
|
899
899
|
name: string;
|
|
900
900
|
version: string;
|
|
901
901
|
};
|
|
902
|
-
rules: Record<string,
|
|
902
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
903
903
|
};
|
|
904
904
|
"@eslint-react/web-api": {
|
|
905
905
|
configs: {
|
|
@@ -907,7 +907,7 @@ declare const plugins$1: {
|
|
|
907
907
|
plugins: {};
|
|
908
908
|
name?: string;
|
|
909
909
|
rules?: Record<string, RuleConfig>;
|
|
910
|
-
settings?:
|
|
910
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
911
911
|
};
|
|
912
912
|
"recommended-legacy": {
|
|
913
913
|
plugins: string[];
|
|
@@ -918,7 +918,7 @@ declare const plugins$1: {
|
|
|
918
918
|
name: string;
|
|
919
919
|
version: string;
|
|
920
920
|
};
|
|
921
|
-
rules: Record<string,
|
|
921
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
922
922
|
};
|
|
923
923
|
"@eslint-react/dom": {
|
|
924
924
|
configs: {
|
|
@@ -926,7 +926,7 @@ declare const plugins$1: {
|
|
|
926
926
|
plugins: {};
|
|
927
927
|
name?: string;
|
|
928
928
|
rules?: Record<string, RuleConfig>;
|
|
929
|
-
settings?:
|
|
929
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
930
930
|
};
|
|
931
931
|
"recommended-legacy": {
|
|
932
932
|
plugins: string[];
|
|
@@ -937,7 +937,7 @@ declare const plugins$1: {
|
|
|
937
937
|
name: string;
|
|
938
938
|
version: string;
|
|
939
939
|
};
|
|
940
|
-
rules: Record<string,
|
|
940
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
941
941
|
};
|
|
942
942
|
"@eslint-react": {
|
|
943
943
|
configs: {
|
|
@@ -945,7 +945,7 @@ declare const plugins$1: {
|
|
|
945
945
|
plugins: {};
|
|
946
946
|
name?: string;
|
|
947
947
|
rules?: Record<string, RuleConfig>;
|
|
948
|
-
settings?:
|
|
948
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
949
949
|
};
|
|
950
950
|
"recommended-legacy": {
|
|
951
951
|
plugins: string[];
|
|
@@ -955,7 +955,7 @@ declare const plugins$1: {
|
|
|
955
955
|
plugins: {};
|
|
956
956
|
name?: string;
|
|
957
957
|
rules?: Record<string, RuleConfig>;
|
|
958
|
-
settings?:
|
|
958
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
959
959
|
};
|
|
960
960
|
"recommended-type-checked-legacy": {
|
|
961
961
|
plugins: string[];
|
|
@@ -965,7 +965,7 @@ declare const plugins$1: {
|
|
|
965
965
|
plugins: {};
|
|
966
966
|
name?: string;
|
|
967
967
|
rules?: Record<string, RuleConfig>;
|
|
968
|
-
settings?:
|
|
968
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
969
969
|
};
|
|
970
970
|
"recommended-typescript-legacy": {
|
|
971
971
|
plugins: string[];
|
|
@@ -976,7 +976,7 @@ declare const plugins$1: {
|
|
|
976
976
|
name: string;
|
|
977
977
|
version: string;
|
|
978
978
|
};
|
|
979
|
-
rules: Record<string,
|
|
979
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
980
980
|
};
|
|
981
981
|
};
|
|
982
982
|
declare const settings$1: {
|
|
@@ -1041,7 +1041,7 @@ declare const plugins: {
|
|
|
1041
1041
|
plugins: {};
|
|
1042
1042
|
name?: string;
|
|
1043
1043
|
rules?: Record<string, RuleConfig>;
|
|
1044
|
-
settings?:
|
|
1044
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
1045
1045
|
};
|
|
1046
1046
|
"recommended-legacy": {
|
|
1047
1047
|
plugins: string[];
|
|
@@ -1051,7 +1051,7 @@ declare const plugins: {
|
|
|
1051
1051
|
plugins: {};
|
|
1052
1052
|
name?: string;
|
|
1053
1053
|
rules?: Record<string, RuleConfig>;
|
|
1054
|
-
settings?:
|
|
1054
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
1055
1055
|
};
|
|
1056
1056
|
"recommended-type-checked-legacy": {
|
|
1057
1057
|
plugins: string[];
|
|
@@ -1061,7 +1061,7 @@ declare const plugins: {
|
|
|
1061
1061
|
plugins: {};
|
|
1062
1062
|
name?: string;
|
|
1063
1063
|
rules?: Record<string, RuleConfig>;
|
|
1064
|
-
settings?:
|
|
1064
|
+
settings?: _eslint_react_kit47.SettingsConfig;
|
|
1065
1065
|
};
|
|
1066
1066
|
"recommended-typescript-legacy": {
|
|
1067
1067
|
plugins: string[];
|
|
@@ -1072,7 +1072,7 @@ declare const plugins: {
|
|
|
1072
1072
|
name: string;
|
|
1073
1073
|
version: string;
|
|
1074
1074
|
};
|
|
1075
|
-
rules: Record<string,
|
|
1075
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
1076
1076
|
};
|
|
1077
1077
|
};
|
|
1078
1078
|
declare const settings: {
|
|
@@ -1089,74 +1089,74 @@ declare const _default: {
|
|
|
1089
1089
|
all: typeof all_d_exports;
|
|
1090
1090
|
"all-legacy": {
|
|
1091
1091
|
plugins: string[];
|
|
1092
|
-
rules: Record<string,
|
|
1092
|
+
rules: Record<string, _eslint_react_kit47.RuleConfig<unknown[]>> | undefined;
|
|
1093
1093
|
};
|
|
1094
1094
|
debug: typeof debug_d_exports;
|
|
1095
1095
|
"debug-legacy": {
|
|
1096
1096
|
plugins: string[];
|
|
1097
|
-
rules: Record<string,
|
|
1097
|
+
rules: Record<string, _eslint_react_kit47.RuleConfig<unknown[]>> | undefined;
|
|
1098
1098
|
};
|
|
1099
1099
|
"disable-conflict-eslint-plugin-react": typeof disable_conflict_eslint_plugin_react_d_exports;
|
|
1100
1100
|
"disable-conflict-eslint-plugin-react-legacy": {
|
|
1101
1101
|
plugins: string[];
|
|
1102
|
-
rules: Record<string,
|
|
1102
|
+
rules: Record<string, _eslint_react_kit47.RuleConfig<unknown[]>> | undefined;
|
|
1103
1103
|
};
|
|
1104
1104
|
"disable-debug": typeof disable_debug_d_exports;
|
|
1105
1105
|
"disable-debug-legacy": {
|
|
1106
1106
|
plugins: string[];
|
|
1107
|
-
rules: Record<string,
|
|
1107
|
+
rules: Record<string, _eslint_react_kit47.RuleConfig<unknown[]>> | undefined;
|
|
1108
1108
|
};
|
|
1109
1109
|
"disable-dom": typeof disable_dom_d_exports;
|
|
1110
1110
|
"disable-dom-legacy": {
|
|
1111
1111
|
plugins: string[];
|
|
1112
|
-
rules: Record<string,
|
|
1112
|
+
rules: Record<string, _eslint_react_kit47.RuleConfig<unknown[]>> | undefined;
|
|
1113
1113
|
};
|
|
1114
1114
|
"disable-type-checked": typeof disable_type_checked_d_exports;
|
|
1115
1115
|
"disable-type-checked-legacy": {
|
|
1116
1116
|
plugins: string[];
|
|
1117
|
-
rules: Record<string,
|
|
1117
|
+
rules: Record<string, _eslint_react_kit47.RuleConfig<unknown[]>> | undefined;
|
|
1118
1118
|
};
|
|
1119
1119
|
"disable-web-api": typeof disable_web_api_d_exports;
|
|
1120
1120
|
"disable-web-api-legacy": {
|
|
1121
1121
|
plugins: string[];
|
|
1122
|
-
rules: Record<string,
|
|
1122
|
+
rules: Record<string, _eslint_react_kit47.RuleConfig<unknown[]>> | undefined;
|
|
1123
1123
|
};
|
|
1124
1124
|
dom: typeof dom_d_exports;
|
|
1125
1125
|
"dom-legacy": {
|
|
1126
1126
|
plugins: string[];
|
|
1127
|
-
rules: Record<string,
|
|
1127
|
+
rules: Record<string, _eslint_react_kit47.RuleConfig<unknown[]>> | undefined;
|
|
1128
1128
|
};
|
|
1129
1129
|
off: typeof off_d_exports;
|
|
1130
1130
|
"off-legacy": {
|
|
1131
1131
|
plugins: string[];
|
|
1132
|
-
rules: Record<string,
|
|
1132
|
+
rules: Record<string, _eslint_react_kit47.RuleConfig<unknown[]>> | undefined;
|
|
1133
1133
|
};
|
|
1134
1134
|
recommended: typeof recommended_d_exports;
|
|
1135
1135
|
"recommended-legacy": {
|
|
1136
1136
|
plugins: string[];
|
|
1137
|
-
rules: Record<string,
|
|
1137
|
+
rules: Record<string, _eslint_react_kit47.RuleConfig<unknown[]>> | undefined;
|
|
1138
1138
|
};
|
|
1139
1139
|
"recommended-type-checked": typeof recommended_type_checked_d_exports;
|
|
1140
1140
|
"recommended-type-checked-legacy": {
|
|
1141
1141
|
plugins: string[];
|
|
1142
|
-
rules: Record<string,
|
|
1142
|
+
rules: Record<string, _eslint_react_kit47.RuleConfig<unknown[]>> | undefined;
|
|
1143
1143
|
};
|
|
1144
1144
|
"recommended-typescript": typeof recommended_typescript_d_exports;
|
|
1145
1145
|
"recommended-typescript-legacy": {
|
|
1146
1146
|
plugins: string[];
|
|
1147
|
-
rules: Record<string,
|
|
1147
|
+
rules: Record<string, _eslint_react_kit47.RuleConfig<unknown[]>> | undefined;
|
|
1148
1148
|
};
|
|
1149
1149
|
x: typeof x_d_exports;
|
|
1150
1150
|
"x-legacy": {
|
|
1151
1151
|
plugins: string[];
|
|
1152
|
-
rules: Record<string,
|
|
1152
|
+
rules: Record<string, _eslint_react_kit47.RuleConfig<unknown[]>> | undefined;
|
|
1153
1153
|
};
|
|
1154
1154
|
};
|
|
1155
1155
|
meta: {
|
|
1156
1156
|
name: string;
|
|
1157
1157
|
version: string;
|
|
1158
1158
|
};
|
|
1159
|
-
rules: Record<string,
|
|
1159
|
+
rules: Record<string, _eslint_react_kit47.CompatibleRule>;
|
|
1160
1160
|
};
|
|
1161
1161
|
//#endregion
|
|
1162
1162
|
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.188";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/configs/dom.ts
|
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.188",
|
|
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.44.0",
|
|
42
42
|
"@typescript-eslint/types": "^8.44.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.44.0",
|
|
44
|
-
"@eslint-react/eff": "2.0.0-next.
|
|
45
|
-
"@eslint-react/kit": "2.0.0-next.
|
|
46
|
-
"eslint-plugin-react-debug": "2.0.0-next.
|
|
47
|
-
"@eslint-react/shared": "2.0.0-next.
|
|
48
|
-
"eslint-plugin-react-hooks-extra": "2.0.0-next.
|
|
49
|
-
"eslint-plugin-react-naming-convention": "2.0.0-next.
|
|
50
|
-
"eslint-plugin-react-dom": "2.0.0-next.
|
|
51
|
-
"eslint-plugin-react-web-api": "2.0.0-next.
|
|
52
|
-
"eslint-plugin-react-x": "2.0.0-next.
|
|
44
|
+
"@eslint-react/eff": "2.0.0-next.188",
|
|
45
|
+
"@eslint-react/kit": "2.0.0-next.188",
|
|
46
|
+
"eslint-plugin-react-debug": "2.0.0-next.188",
|
|
47
|
+
"@eslint-react/shared": "2.0.0-next.188",
|
|
48
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-next.188",
|
|
49
|
+
"eslint-plugin-react-naming-convention": "2.0.0-next.188",
|
|
50
|
+
"eslint-plugin-react-dom": "2.0.0-next.188",
|
|
51
|
+
"eslint-plugin-react-web-api": "2.0.0-next.188",
|
|
52
|
+
"eslint-plugin-react-x": "2.0.0-next.188"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"tsdown": "^0.15.2",
|