@eslint-react/eslint-plugin 2.0.0-next.171 → 2.0.0-next.172
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_kit19 from "@eslint-react/kit";
|
|
2
2
|
import { RuleConfig } from "@eslint-react/kit";
|
|
3
3
|
|
|
4
4
|
//#region src/configs/all.d.ts
|
|
@@ -101,7 +101,7 @@ declare const plugins$6: {
|
|
|
101
101
|
plugins: {};
|
|
102
102
|
name?: string;
|
|
103
103
|
rules?: Record<string, RuleConfig>;
|
|
104
|
-
settings?:
|
|
104
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
105
105
|
};
|
|
106
106
|
"all-legacy": {
|
|
107
107
|
plugins: string[];
|
|
@@ -112,7 +112,7 @@ declare const plugins$6: {
|
|
|
112
112
|
name: string;
|
|
113
113
|
version: string;
|
|
114
114
|
};
|
|
115
|
-
rules: Record<string,
|
|
115
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
116
116
|
};
|
|
117
117
|
"@eslint-react/hooks-extra": {
|
|
118
118
|
configs: {
|
|
@@ -120,7 +120,7 @@ declare const plugins$6: {
|
|
|
120
120
|
plugins: {};
|
|
121
121
|
name?: string;
|
|
122
122
|
rules?: Record<string, RuleConfig>;
|
|
123
|
-
settings?:
|
|
123
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
124
124
|
};
|
|
125
125
|
"recommended-legacy": {
|
|
126
126
|
plugins: string[];
|
|
@@ -131,7 +131,7 @@ declare const plugins$6: {
|
|
|
131
131
|
name: string;
|
|
132
132
|
version: string;
|
|
133
133
|
};
|
|
134
|
-
rules: Record<string,
|
|
134
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
135
135
|
};
|
|
136
136
|
"@eslint-react/naming-convention": {
|
|
137
137
|
configs: {
|
|
@@ -139,7 +139,7 @@ declare const plugins$6: {
|
|
|
139
139
|
plugins: {};
|
|
140
140
|
name?: string;
|
|
141
141
|
rules?: Record<string, RuleConfig>;
|
|
142
|
-
settings?:
|
|
142
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
143
143
|
};
|
|
144
144
|
"recommended-legacy": {
|
|
145
145
|
plugins: string[];
|
|
@@ -150,7 +150,7 @@ declare const plugins$6: {
|
|
|
150
150
|
name: string;
|
|
151
151
|
version: string;
|
|
152
152
|
};
|
|
153
|
-
rules: Record<string,
|
|
153
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
154
154
|
};
|
|
155
155
|
"@eslint-react/web-api": {
|
|
156
156
|
configs: {
|
|
@@ -158,7 +158,7 @@ declare const plugins$6: {
|
|
|
158
158
|
plugins: {};
|
|
159
159
|
name?: string;
|
|
160
160
|
rules?: Record<string, RuleConfig>;
|
|
161
|
-
settings?:
|
|
161
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
162
162
|
};
|
|
163
163
|
"recommended-legacy": {
|
|
164
164
|
plugins: string[];
|
|
@@ -169,7 +169,7 @@ declare const plugins$6: {
|
|
|
169
169
|
name: string;
|
|
170
170
|
version: string;
|
|
171
171
|
};
|
|
172
|
-
rules: Record<string,
|
|
172
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
173
173
|
};
|
|
174
174
|
"@eslint-react/dom": {
|
|
175
175
|
configs: {
|
|
@@ -177,7 +177,7 @@ declare const plugins$6: {
|
|
|
177
177
|
plugins: {};
|
|
178
178
|
name?: string;
|
|
179
179
|
rules?: Record<string, RuleConfig>;
|
|
180
|
-
settings?:
|
|
180
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
181
181
|
};
|
|
182
182
|
"recommended-legacy": {
|
|
183
183
|
plugins: string[];
|
|
@@ -188,7 +188,7 @@ declare const plugins$6: {
|
|
|
188
188
|
name: string;
|
|
189
189
|
version: string;
|
|
190
190
|
};
|
|
191
|
-
rules: Record<string,
|
|
191
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
192
192
|
};
|
|
193
193
|
"@eslint-react": {
|
|
194
194
|
configs: {
|
|
@@ -196,7 +196,7 @@ declare const plugins$6: {
|
|
|
196
196
|
plugins: {};
|
|
197
197
|
name?: string;
|
|
198
198
|
rules?: Record<string, RuleConfig>;
|
|
199
|
-
settings?:
|
|
199
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
200
200
|
};
|
|
201
201
|
"recommended-legacy": {
|
|
202
202
|
plugins: string[];
|
|
@@ -206,7 +206,7 @@ declare const plugins$6: {
|
|
|
206
206
|
plugins: {};
|
|
207
207
|
name?: string;
|
|
208
208
|
rules?: Record<string, RuleConfig>;
|
|
209
|
-
settings?:
|
|
209
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
210
210
|
};
|
|
211
211
|
"recommended-type-checked-legacy": {
|
|
212
212
|
plugins: string[];
|
|
@@ -216,7 +216,7 @@ declare const plugins$6: {
|
|
|
216
216
|
plugins: {};
|
|
217
217
|
name?: string;
|
|
218
218
|
rules?: Record<string, RuleConfig>;
|
|
219
|
-
settings?:
|
|
219
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
220
220
|
};
|
|
221
221
|
"recommended-typescript-legacy": {
|
|
222
222
|
plugins: string[];
|
|
@@ -227,7 +227,7 @@ declare const plugins$6: {
|
|
|
227
227
|
name: string;
|
|
228
228
|
version: string;
|
|
229
229
|
};
|
|
230
|
-
rules: Record<string,
|
|
230
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
231
231
|
};
|
|
232
232
|
};
|
|
233
233
|
declare const settings$5: {
|
|
@@ -261,7 +261,7 @@ declare const plugins$5: {
|
|
|
261
261
|
plugins: {};
|
|
262
262
|
name?: string;
|
|
263
263
|
rules?: Record<string, RuleConfig>;
|
|
264
|
-
settings?:
|
|
264
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
265
265
|
};
|
|
266
266
|
"all-legacy": {
|
|
267
267
|
plugins: string[];
|
|
@@ -272,7 +272,7 @@ declare const plugins$5: {
|
|
|
272
272
|
name: string;
|
|
273
273
|
version: string;
|
|
274
274
|
};
|
|
275
|
-
rules: Record<string,
|
|
275
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
276
276
|
};
|
|
277
277
|
};
|
|
278
278
|
declare namespace disable_conflict_eslint_plugin_react_d_exports {
|
|
@@ -328,7 +328,7 @@ declare const plugins$4: {
|
|
|
328
328
|
plugins: {};
|
|
329
329
|
name?: string;
|
|
330
330
|
rules?: Record<string, RuleConfig>;
|
|
331
|
-
settings?:
|
|
331
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
332
332
|
};
|
|
333
333
|
"recommended-legacy": {
|
|
334
334
|
plugins: string[];
|
|
@@ -339,7 +339,7 @@ declare const plugins$4: {
|
|
|
339
339
|
name: string;
|
|
340
340
|
version: string;
|
|
341
341
|
};
|
|
342
|
-
rules: Record<string,
|
|
342
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
343
343
|
};
|
|
344
344
|
};
|
|
345
345
|
declare const settings$4: {
|
|
@@ -436,7 +436,7 @@ declare const plugins$3: {
|
|
|
436
436
|
plugins: {};
|
|
437
437
|
name?: string;
|
|
438
438
|
rules?: Record<string, RuleConfig>;
|
|
439
|
-
settings?:
|
|
439
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
440
440
|
};
|
|
441
441
|
"all-legacy": {
|
|
442
442
|
plugins: string[];
|
|
@@ -447,7 +447,7 @@ declare const plugins$3: {
|
|
|
447
447
|
name: string;
|
|
448
448
|
version: string;
|
|
449
449
|
};
|
|
450
|
-
rules: Record<string,
|
|
450
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
451
451
|
};
|
|
452
452
|
"@eslint-react/hooks-extra": {
|
|
453
453
|
configs: {
|
|
@@ -455,7 +455,7 @@ declare const plugins$3: {
|
|
|
455
455
|
plugins: {};
|
|
456
456
|
name?: string;
|
|
457
457
|
rules?: Record<string, RuleConfig>;
|
|
458
|
-
settings?:
|
|
458
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
459
459
|
};
|
|
460
460
|
"recommended-legacy": {
|
|
461
461
|
plugins: string[];
|
|
@@ -466,7 +466,7 @@ declare const plugins$3: {
|
|
|
466
466
|
name: string;
|
|
467
467
|
version: string;
|
|
468
468
|
};
|
|
469
|
-
rules: Record<string,
|
|
469
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
470
470
|
};
|
|
471
471
|
"@eslint-react/naming-convention": {
|
|
472
472
|
configs: {
|
|
@@ -474,7 +474,7 @@ declare const plugins$3: {
|
|
|
474
474
|
plugins: {};
|
|
475
475
|
name?: string;
|
|
476
476
|
rules?: Record<string, RuleConfig>;
|
|
477
|
-
settings?:
|
|
477
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
478
478
|
};
|
|
479
479
|
"recommended-legacy": {
|
|
480
480
|
plugins: string[];
|
|
@@ -485,7 +485,7 @@ declare const plugins$3: {
|
|
|
485
485
|
name: string;
|
|
486
486
|
version: string;
|
|
487
487
|
};
|
|
488
|
-
rules: Record<string,
|
|
488
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
489
489
|
};
|
|
490
490
|
"@eslint-react/web-api": {
|
|
491
491
|
configs: {
|
|
@@ -493,7 +493,7 @@ declare const plugins$3: {
|
|
|
493
493
|
plugins: {};
|
|
494
494
|
name?: string;
|
|
495
495
|
rules?: Record<string, RuleConfig>;
|
|
496
|
-
settings?:
|
|
496
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
497
497
|
};
|
|
498
498
|
"recommended-legacy": {
|
|
499
499
|
plugins: string[];
|
|
@@ -504,7 +504,7 @@ declare const plugins$3: {
|
|
|
504
504
|
name: string;
|
|
505
505
|
version: string;
|
|
506
506
|
};
|
|
507
|
-
rules: Record<string,
|
|
507
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
508
508
|
};
|
|
509
509
|
"@eslint-react/dom": {
|
|
510
510
|
configs: {
|
|
@@ -512,7 +512,7 @@ declare const plugins$3: {
|
|
|
512
512
|
plugins: {};
|
|
513
513
|
name?: string;
|
|
514
514
|
rules?: Record<string, RuleConfig>;
|
|
515
|
-
settings?:
|
|
515
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
516
516
|
};
|
|
517
517
|
"recommended-legacy": {
|
|
518
518
|
plugins: string[];
|
|
@@ -523,7 +523,7 @@ declare const plugins$3: {
|
|
|
523
523
|
name: string;
|
|
524
524
|
version: string;
|
|
525
525
|
};
|
|
526
|
-
rules: Record<string,
|
|
526
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
527
527
|
};
|
|
528
528
|
"@eslint-react": {
|
|
529
529
|
configs: {
|
|
@@ -531,7 +531,7 @@ declare const plugins$3: {
|
|
|
531
531
|
plugins: {};
|
|
532
532
|
name?: string;
|
|
533
533
|
rules?: Record<string, RuleConfig>;
|
|
534
|
-
settings?:
|
|
534
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
535
535
|
};
|
|
536
536
|
"recommended-legacy": {
|
|
537
537
|
plugins: string[];
|
|
@@ -541,7 +541,7 @@ declare const plugins$3: {
|
|
|
541
541
|
plugins: {};
|
|
542
542
|
name?: string;
|
|
543
543
|
rules?: Record<string, RuleConfig>;
|
|
544
|
-
settings?:
|
|
544
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
545
545
|
};
|
|
546
546
|
"recommended-type-checked-legacy": {
|
|
547
547
|
plugins: string[];
|
|
@@ -551,7 +551,7 @@ declare const plugins$3: {
|
|
|
551
551
|
plugins: {};
|
|
552
552
|
name?: string;
|
|
553
553
|
rules?: Record<string, RuleConfig>;
|
|
554
|
-
settings?:
|
|
554
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
555
555
|
};
|
|
556
556
|
"recommended-typescript-legacy": {
|
|
557
557
|
plugins: string[];
|
|
@@ -562,7 +562,7 @@ declare const plugins$3: {
|
|
|
562
562
|
name: string;
|
|
563
563
|
version: string;
|
|
564
564
|
};
|
|
565
|
-
rules: Record<string,
|
|
565
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
566
566
|
};
|
|
567
567
|
};
|
|
568
568
|
declare const settings$3: {
|
|
@@ -658,7 +658,7 @@ declare const plugins$2: {
|
|
|
658
658
|
plugins: {};
|
|
659
659
|
name?: string;
|
|
660
660
|
rules?: Record<string, RuleConfig>;
|
|
661
|
-
settings?:
|
|
661
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
662
662
|
};
|
|
663
663
|
"all-legacy": {
|
|
664
664
|
plugins: string[];
|
|
@@ -669,7 +669,7 @@ declare const plugins$2: {
|
|
|
669
669
|
name: string;
|
|
670
670
|
version: string;
|
|
671
671
|
};
|
|
672
|
-
rules: Record<string,
|
|
672
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
673
673
|
};
|
|
674
674
|
"@eslint-react/hooks-extra": {
|
|
675
675
|
configs: {
|
|
@@ -677,7 +677,7 @@ declare const plugins$2: {
|
|
|
677
677
|
plugins: {};
|
|
678
678
|
name?: string;
|
|
679
679
|
rules?: Record<string, RuleConfig>;
|
|
680
|
-
settings?:
|
|
680
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
681
681
|
};
|
|
682
682
|
"recommended-legacy": {
|
|
683
683
|
plugins: string[];
|
|
@@ -688,7 +688,7 @@ declare const plugins$2: {
|
|
|
688
688
|
name: string;
|
|
689
689
|
version: string;
|
|
690
690
|
};
|
|
691
|
-
rules: Record<string,
|
|
691
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
692
692
|
};
|
|
693
693
|
"@eslint-react/naming-convention": {
|
|
694
694
|
configs: {
|
|
@@ -696,7 +696,7 @@ declare const plugins$2: {
|
|
|
696
696
|
plugins: {};
|
|
697
697
|
name?: string;
|
|
698
698
|
rules?: Record<string, RuleConfig>;
|
|
699
|
-
settings?:
|
|
699
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
700
700
|
};
|
|
701
701
|
"recommended-legacy": {
|
|
702
702
|
plugins: string[];
|
|
@@ -707,7 +707,7 @@ declare const plugins$2: {
|
|
|
707
707
|
name: string;
|
|
708
708
|
version: string;
|
|
709
709
|
};
|
|
710
|
-
rules: Record<string,
|
|
710
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
711
711
|
};
|
|
712
712
|
"@eslint-react/web-api": {
|
|
713
713
|
configs: {
|
|
@@ -715,7 +715,7 @@ declare const plugins$2: {
|
|
|
715
715
|
plugins: {};
|
|
716
716
|
name?: string;
|
|
717
717
|
rules?: Record<string, RuleConfig>;
|
|
718
|
-
settings?:
|
|
718
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
719
719
|
};
|
|
720
720
|
"recommended-legacy": {
|
|
721
721
|
plugins: string[];
|
|
@@ -726,7 +726,7 @@ declare const plugins$2: {
|
|
|
726
726
|
name: string;
|
|
727
727
|
version: string;
|
|
728
728
|
};
|
|
729
|
-
rules: Record<string,
|
|
729
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
730
730
|
};
|
|
731
731
|
"@eslint-react/dom": {
|
|
732
732
|
configs: {
|
|
@@ -734,7 +734,7 @@ declare const plugins$2: {
|
|
|
734
734
|
plugins: {};
|
|
735
735
|
name?: string;
|
|
736
736
|
rules?: Record<string, RuleConfig>;
|
|
737
|
-
settings?:
|
|
737
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
738
738
|
};
|
|
739
739
|
"recommended-legacy": {
|
|
740
740
|
plugins: string[];
|
|
@@ -745,7 +745,7 @@ declare const plugins$2: {
|
|
|
745
745
|
name: string;
|
|
746
746
|
version: string;
|
|
747
747
|
};
|
|
748
|
-
rules: Record<string,
|
|
748
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
749
749
|
};
|
|
750
750
|
"@eslint-react": {
|
|
751
751
|
configs: {
|
|
@@ -753,7 +753,7 @@ declare const plugins$2: {
|
|
|
753
753
|
plugins: {};
|
|
754
754
|
name?: string;
|
|
755
755
|
rules?: Record<string, RuleConfig>;
|
|
756
|
-
settings?:
|
|
756
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
757
757
|
};
|
|
758
758
|
"recommended-legacy": {
|
|
759
759
|
plugins: string[];
|
|
@@ -763,7 +763,7 @@ declare const plugins$2: {
|
|
|
763
763
|
plugins: {};
|
|
764
764
|
name?: string;
|
|
765
765
|
rules?: Record<string, RuleConfig>;
|
|
766
|
-
settings?:
|
|
766
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
767
767
|
};
|
|
768
768
|
"recommended-type-checked-legacy": {
|
|
769
769
|
plugins: string[];
|
|
@@ -773,7 +773,7 @@ declare const plugins$2: {
|
|
|
773
773
|
plugins: {};
|
|
774
774
|
name?: string;
|
|
775
775
|
rules?: Record<string, RuleConfig>;
|
|
776
|
-
settings?:
|
|
776
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
777
777
|
};
|
|
778
778
|
"recommended-typescript-legacy": {
|
|
779
779
|
plugins: string[];
|
|
@@ -784,7 +784,7 @@ declare const plugins$2: {
|
|
|
784
784
|
name: string;
|
|
785
785
|
version: string;
|
|
786
786
|
};
|
|
787
|
-
rules: Record<string,
|
|
787
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
788
788
|
};
|
|
789
789
|
};
|
|
790
790
|
declare const settings$2: {
|
|
@@ -878,7 +878,7 @@ declare const plugins$1: {
|
|
|
878
878
|
plugins: {};
|
|
879
879
|
name?: string;
|
|
880
880
|
rules?: Record<string, RuleConfig>;
|
|
881
|
-
settings?:
|
|
881
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
882
882
|
};
|
|
883
883
|
"all-legacy": {
|
|
884
884
|
plugins: string[];
|
|
@@ -889,7 +889,7 @@ declare const plugins$1: {
|
|
|
889
889
|
name: string;
|
|
890
890
|
version: string;
|
|
891
891
|
};
|
|
892
|
-
rules: Record<string,
|
|
892
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
893
893
|
};
|
|
894
894
|
"@eslint-react/hooks-extra": {
|
|
895
895
|
configs: {
|
|
@@ -897,7 +897,7 @@ declare const plugins$1: {
|
|
|
897
897
|
plugins: {};
|
|
898
898
|
name?: string;
|
|
899
899
|
rules?: Record<string, RuleConfig>;
|
|
900
|
-
settings?:
|
|
900
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
901
901
|
};
|
|
902
902
|
"recommended-legacy": {
|
|
903
903
|
plugins: string[];
|
|
@@ -908,7 +908,7 @@ declare const plugins$1: {
|
|
|
908
908
|
name: string;
|
|
909
909
|
version: string;
|
|
910
910
|
};
|
|
911
|
-
rules: Record<string,
|
|
911
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
912
912
|
};
|
|
913
913
|
"@eslint-react/naming-convention": {
|
|
914
914
|
configs: {
|
|
@@ -916,7 +916,7 @@ declare const plugins$1: {
|
|
|
916
916
|
plugins: {};
|
|
917
917
|
name?: string;
|
|
918
918
|
rules?: Record<string, RuleConfig>;
|
|
919
|
-
settings?:
|
|
919
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
920
920
|
};
|
|
921
921
|
"recommended-legacy": {
|
|
922
922
|
plugins: string[];
|
|
@@ -927,7 +927,7 @@ declare const plugins$1: {
|
|
|
927
927
|
name: string;
|
|
928
928
|
version: string;
|
|
929
929
|
};
|
|
930
|
-
rules: Record<string,
|
|
930
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
931
931
|
};
|
|
932
932
|
"@eslint-react/web-api": {
|
|
933
933
|
configs: {
|
|
@@ -935,7 +935,7 @@ declare const plugins$1: {
|
|
|
935
935
|
plugins: {};
|
|
936
936
|
name?: string;
|
|
937
937
|
rules?: Record<string, RuleConfig>;
|
|
938
|
-
settings?:
|
|
938
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
939
939
|
};
|
|
940
940
|
"recommended-legacy": {
|
|
941
941
|
plugins: string[];
|
|
@@ -946,7 +946,7 @@ declare const plugins$1: {
|
|
|
946
946
|
name: string;
|
|
947
947
|
version: string;
|
|
948
948
|
};
|
|
949
|
-
rules: Record<string,
|
|
949
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
950
950
|
};
|
|
951
951
|
"@eslint-react/dom": {
|
|
952
952
|
configs: {
|
|
@@ -954,7 +954,7 @@ declare const plugins$1: {
|
|
|
954
954
|
plugins: {};
|
|
955
955
|
name?: string;
|
|
956
956
|
rules?: Record<string, RuleConfig>;
|
|
957
|
-
settings?:
|
|
957
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
958
958
|
};
|
|
959
959
|
"recommended-legacy": {
|
|
960
960
|
plugins: string[];
|
|
@@ -965,7 +965,7 @@ declare const plugins$1: {
|
|
|
965
965
|
name: string;
|
|
966
966
|
version: string;
|
|
967
967
|
};
|
|
968
|
-
rules: Record<string,
|
|
968
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
969
969
|
};
|
|
970
970
|
"@eslint-react": {
|
|
971
971
|
configs: {
|
|
@@ -973,7 +973,7 @@ declare const plugins$1: {
|
|
|
973
973
|
plugins: {};
|
|
974
974
|
name?: string;
|
|
975
975
|
rules?: Record<string, RuleConfig>;
|
|
976
|
-
settings?:
|
|
976
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
977
977
|
};
|
|
978
978
|
"recommended-legacy": {
|
|
979
979
|
plugins: string[];
|
|
@@ -983,7 +983,7 @@ declare const plugins$1: {
|
|
|
983
983
|
plugins: {};
|
|
984
984
|
name?: string;
|
|
985
985
|
rules?: Record<string, RuleConfig>;
|
|
986
|
-
settings?:
|
|
986
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
987
987
|
};
|
|
988
988
|
"recommended-type-checked-legacy": {
|
|
989
989
|
plugins: string[];
|
|
@@ -993,7 +993,7 @@ declare const plugins$1: {
|
|
|
993
993
|
plugins: {};
|
|
994
994
|
name?: string;
|
|
995
995
|
rules?: Record<string, RuleConfig>;
|
|
996
|
-
settings?:
|
|
996
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
997
997
|
};
|
|
998
998
|
"recommended-typescript-legacy": {
|
|
999
999
|
plugins: string[];
|
|
@@ -1004,7 +1004,7 @@ declare const plugins$1: {
|
|
|
1004
1004
|
name: string;
|
|
1005
1005
|
version: string;
|
|
1006
1006
|
};
|
|
1007
|
-
rules: Record<string,
|
|
1007
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
1008
1008
|
};
|
|
1009
1009
|
};
|
|
1010
1010
|
declare const settings$1: {
|
|
@@ -1076,7 +1076,7 @@ declare const plugins: {
|
|
|
1076
1076
|
plugins: {};
|
|
1077
1077
|
name?: string;
|
|
1078
1078
|
rules?: Record<string, RuleConfig>;
|
|
1079
|
-
settings?:
|
|
1079
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
1080
1080
|
};
|
|
1081
1081
|
"recommended-legacy": {
|
|
1082
1082
|
plugins: string[];
|
|
@@ -1086,7 +1086,7 @@ declare const plugins: {
|
|
|
1086
1086
|
plugins: {};
|
|
1087
1087
|
name?: string;
|
|
1088
1088
|
rules?: Record<string, RuleConfig>;
|
|
1089
|
-
settings?:
|
|
1089
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
1090
1090
|
};
|
|
1091
1091
|
"recommended-type-checked-legacy": {
|
|
1092
1092
|
plugins: string[];
|
|
@@ -1096,7 +1096,7 @@ declare const plugins: {
|
|
|
1096
1096
|
plugins: {};
|
|
1097
1097
|
name?: string;
|
|
1098
1098
|
rules?: Record<string, RuleConfig>;
|
|
1099
|
-
settings?:
|
|
1099
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
1100
1100
|
};
|
|
1101
1101
|
"recommended-typescript-legacy": {
|
|
1102
1102
|
plugins: string[];
|
|
@@ -1107,7 +1107,7 @@ declare const plugins: {
|
|
|
1107
1107
|
name: string;
|
|
1108
1108
|
version: string;
|
|
1109
1109
|
};
|
|
1110
|
-
rules: Record<string,
|
|
1110
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
1111
1111
|
};
|
|
1112
1112
|
};
|
|
1113
1113
|
declare const settings: {
|
|
@@ -1130,74 +1130,74 @@ declare const _default: {
|
|
|
1130
1130
|
all: typeof all_d_exports;
|
|
1131
1131
|
"all-legacy": {
|
|
1132
1132
|
plugins: string[];
|
|
1133
|
-
rules: Record<string,
|
|
1133
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1134
1134
|
};
|
|
1135
1135
|
debug: typeof debug_d_exports;
|
|
1136
1136
|
"debug-legacy": {
|
|
1137
1137
|
plugins: string[];
|
|
1138
|
-
rules: Record<string,
|
|
1138
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1139
1139
|
};
|
|
1140
1140
|
"disable-conflict-eslint-plugin-react": typeof disable_conflict_eslint_plugin_react_d_exports;
|
|
1141
1141
|
"disable-conflict-eslint-plugin-react-legacy": {
|
|
1142
1142
|
plugins: string[];
|
|
1143
|
-
rules: Record<string,
|
|
1143
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1144
1144
|
};
|
|
1145
1145
|
"disable-debug": typeof disable_debug_d_exports;
|
|
1146
1146
|
"disable-debug-legacy": {
|
|
1147
1147
|
plugins: string[];
|
|
1148
|
-
rules: Record<string,
|
|
1148
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1149
1149
|
};
|
|
1150
1150
|
"disable-dom": typeof disable_dom_d_exports;
|
|
1151
1151
|
"disable-dom-legacy": {
|
|
1152
1152
|
plugins: string[];
|
|
1153
|
-
rules: Record<string,
|
|
1153
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1154
1154
|
};
|
|
1155
1155
|
"disable-type-checked": typeof disable_type_checked_d_exports;
|
|
1156
1156
|
"disable-type-checked-legacy": {
|
|
1157
1157
|
plugins: string[];
|
|
1158
|
-
rules: Record<string,
|
|
1158
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1159
1159
|
};
|
|
1160
1160
|
"disable-web-api": typeof disable_web_api_d_exports;
|
|
1161
1161
|
"disable-web-api-legacy": {
|
|
1162
1162
|
plugins: string[];
|
|
1163
|
-
rules: Record<string,
|
|
1163
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1164
1164
|
};
|
|
1165
1165
|
dom: typeof dom_d_exports;
|
|
1166
1166
|
"dom-legacy": {
|
|
1167
1167
|
plugins: string[];
|
|
1168
|
-
rules: Record<string,
|
|
1168
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1169
1169
|
};
|
|
1170
1170
|
off: typeof off_d_exports;
|
|
1171
1171
|
"off-legacy": {
|
|
1172
1172
|
plugins: string[];
|
|
1173
|
-
rules: Record<string,
|
|
1173
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1174
1174
|
};
|
|
1175
1175
|
recommended: typeof recommended_d_exports;
|
|
1176
1176
|
"recommended-legacy": {
|
|
1177
1177
|
plugins: string[];
|
|
1178
|
-
rules: Record<string,
|
|
1178
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1179
1179
|
};
|
|
1180
1180
|
"recommended-type-checked": typeof recommended_type_checked_d_exports;
|
|
1181
1181
|
"recommended-type-checked-legacy": {
|
|
1182
1182
|
plugins: string[];
|
|
1183
|
-
rules: Record<string,
|
|
1183
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1184
1184
|
};
|
|
1185
1185
|
"recommended-typescript": typeof recommended_typescript_d_exports;
|
|
1186
1186
|
"recommended-typescript-legacy": {
|
|
1187
1187
|
plugins: string[];
|
|
1188
|
-
rules: Record<string,
|
|
1188
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1189
1189
|
};
|
|
1190
1190
|
x: typeof x_d_exports;
|
|
1191
1191
|
"x-legacy": {
|
|
1192
1192
|
plugins: string[];
|
|
1193
|
-
rules: Record<string,
|
|
1193
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1194
1194
|
};
|
|
1195
1195
|
};
|
|
1196
1196
|
meta: {
|
|
1197
1197
|
name: string;
|
|
1198
1198
|
version: string;
|
|
1199
1199
|
};
|
|
1200
|
-
rules: Record<string,
|
|
1200
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
1201
1201
|
};
|
|
1202
1202
|
//#endregion
|
|
1203
1203
|
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.172";
|
|
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.172",
|
|
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.42.0",
|
|
42
42
|
"@typescript-eslint/types": "^8.42.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.42.0",
|
|
44
|
-
"@eslint-react/eff": "2.0.0-next.
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"eslint-plugin-react-debug": "2.0.0-next.
|
|
48
|
-
"eslint-plugin-react-dom": "2.0.0-next.
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-x": "2.0.0-next.
|
|
44
|
+
"@eslint-react/eff": "2.0.0-next.172",
|
|
45
|
+
"@eslint-react/shared": "2.0.0-next.172",
|
|
46
|
+
"@eslint-react/kit": "2.0.0-next.172",
|
|
47
|
+
"eslint-plugin-react-debug": "2.0.0-next.172",
|
|
48
|
+
"eslint-plugin-react-dom": "2.0.0-next.172",
|
|
49
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-next.172",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "2.0.0-next.172",
|
|
51
|
+
"eslint-plugin-react-web-api": "2.0.0-next.172",
|
|
52
|
+
"eslint-plugin-react-x": "2.0.0-next.172"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"tsdown": "^0.14.2",
|