@eslint-react/eslint-plugin 2.0.0-next.167 → 2.0.0-next.169
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 -85
- package/dist/index.js +1 -1
- package/package.json +11 -11
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _eslint_react_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: {
|
|
@@ -237,7 +237,6 @@ declare const settings$5: {
|
|
|
237
237
|
readonly strict: true;
|
|
238
238
|
readonly skipImportCheck: true;
|
|
239
239
|
readonly polymorphicPropName: "as";
|
|
240
|
-
readonly additionalComponents: [];
|
|
241
240
|
readonly additionalHooks: {
|
|
242
241
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
243
242
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -262,7 +261,7 @@ declare const plugins$5: {
|
|
|
262
261
|
plugins: {};
|
|
263
262
|
name?: string;
|
|
264
263
|
rules?: Record<string, RuleConfig>;
|
|
265
|
-
settings?:
|
|
264
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
266
265
|
};
|
|
267
266
|
"all-legacy": {
|
|
268
267
|
plugins: string[];
|
|
@@ -273,7 +272,7 @@ declare const plugins$5: {
|
|
|
273
272
|
name: string;
|
|
274
273
|
version: string;
|
|
275
274
|
};
|
|
276
|
-
rules: Record<string,
|
|
275
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
277
276
|
};
|
|
278
277
|
};
|
|
279
278
|
declare namespace disable_conflict_eslint_plugin_react_d_exports {
|
|
@@ -329,7 +328,7 @@ declare const plugins$4: {
|
|
|
329
328
|
plugins: {};
|
|
330
329
|
name?: string;
|
|
331
330
|
rules?: Record<string, RuleConfig>;
|
|
332
|
-
settings?:
|
|
331
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
333
332
|
};
|
|
334
333
|
"recommended-legacy": {
|
|
335
334
|
plugins: string[];
|
|
@@ -340,7 +339,7 @@ declare const plugins$4: {
|
|
|
340
339
|
name: string;
|
|
341
340
|
version: string;
|
|
342
341
|
};
|
|
343
|
-
rules: Record<string,
|
|
342
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
344
343
|
};
|
|
345
344
|
};
|
|
346
345
|
declare const settings$4: {
|
|
@@ -350,7 +349,6 @@ declare const settings$4: {
|
|
|
350
349
|
readonly strict: true;
|
|
351
350
|
readonly skipImportCheck: true;
|
|
352
351
|
readonly polymorphicPropName: "as";
|
|
353
|
-
readonly additionalComponents: [];
|
|
354
352
|
readonly additionalHooks: {
|
|
355
353
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
356
354
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -438,7 +436,7 @@ declare const plugins$3: {
|
|
|
438
436
|
plugins: {};
|
|
439
437
|
name?: string;
|
|
440
438
|
rules?: Record<string, RuleConfig>;
|
|
441
|
-
settings?:
|
|
439
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
442
440
|
};
|
|
443
441
|
"all-legacy": {
|
|
444
442
|
plugins: string[];
|
|
@@ -449,7 +447,7 @@ declare const plugins$3: {
|
|
|
449
447
|
name: string;
|
|
450
448
|
version: string;
|
|
451
449
|
};
|
|
452
|
-
rules: Record<string,
|
|
450
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
453
451
|
};
|
|
454
452
|
"@eslint-react/hooks-extra": {
|
|
455
453
|
configs: {
|
|
@@ -457,7 +455,7 @@ declare const plugins$3: {
|
|
|
457
455
|
plugins: {};
|
|
458
456
|
name?: string;
|
|
459
457
|
rules?: Record<string, RuleConfig>;
|
|
460
|
-
settings?:
|
|
458
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
461
459
|
};
|
|
462
460
|
"recommended-legacy": {
|
|
463
461
|
plugins: string[];
|
|
@@ -468,7 +466,7 @@ declare const plugins$3: {
|
|
|
468
466
|
name: string;
|
|
469
467
|
version: string;
|
|
470
468
|
};
|
|
471
|
-
rules: Record<string,
|
|
469
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
472
470
|
};
|
|
473
471
|
"@eslint-react/naming-convention": {
|
|
474
472
|
configs: {
|
|
@@ -476,7 +474,7 @@ declare const plugins$3: {
|
|
|
476
474
|
plugins: {};
|
|
477
475
|
name?: string;
|
|
478
476
|
rules?: Record<string, RuleConfig>;
|
|
479
|
-
settings?:
|
|
477
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
480
478
|
};
|
|
481
479
|
"recommended-legacy": {
|
|
482
480
|
plugins: string[];
|
|
@@ -487,7 +485,7 @@ declare const plugins$3: {
|
|
|
487
485
|
name: string;
|
|
488
486
|
version: string;
|
|
489
487
|
};
|
|
490
|
-
rules: Record<string,
|
|
488
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
491
489
|
};
|
|
492
490
|
"@eslint-react/web-api": {
|
|
493
491
|
configs: {
|
|
@@ -495,7 +493,7 @@ declare const plugins$3: {
|
|
|
495
493
|
plugins: {};
|
|
496
494
|
name?: string;
|
|
497
495
|
rules?: Record<string, RuleConfig>;
|
|
498
|
-
settings?:
|
|
496
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
499
497
|
};
|
|
500
498
|
"recommended-legacy": {
|
|
501
499
|
plugins: string[];
|
|
@@ -506,7 +504,7 @@ declare const plugins$3: {
|
|
|
506
504
|
name: string;
|
|
507
505
|
version: string;
|
|
508
506
|
};
|
|
509
|
-
rules: Record<string,
|
|
507
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
510
508
|
};
|
|
511
509
|
"@eslint-react/dom": {
|
|
512
510
|
configs: {
|
|
@@ -514,7 +512,7 @@ declare const plugins$3: {
|
|
|
514
512
|
plugins: {};
|
|
515
513
|
name?: string;
|
|
516
514
|
rules?: Record<string, RuleConfig>;
|
|
517
|
-
settings?:
|
|
515
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
518
516
|
};
|
|
519
517
|
"recommended-legacy": {
|
|
520
518
|
plugins: string[];
|
|
@@ -525,7 +523,7 @@ declare const plugins$3: {
|
|
|
525
523
|
name: string;
|
|
526
524
|
version: string;
|
|
527
525
|
};
|
|
528
|
-
rules: Record<string,
|
|
526
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
529
527
|
};
|
|
530
528
|
"@eslint-react": {
|
|
531
529
|
configs: {
|
|
@@ -533,7 +531,7 @@ declare const plugins$3: {
|
|
|
533
531
|
plugins: {};
|
|
534
532
|
name?: string;
|
|
535
533
|
rules?: Record<string, RuleConfig>;
|
|
536
|
-
settings?:
|
|
534
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
537
535
|
};
|
|
538
536
|
"recommended-legacy": {
|
|
539
537
|
plugins: string[];
|
|
@@ -543,7 +541,7 @@ declare const plugins$3: {
|
|
|
543
541
|
plugins: {};
|
|
544
542
|
name?: string;
|
|
545
543
|
rules?: Record<string, RuleConfig>;
|
|
546
|
-
settings?:
|
|
544
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
547
545
|
};
|
|
548
546
|
"recommended-type-checked-legacy": {
|
|
549
547
|
plugins: string[];
|
|
@@ -553,7 +551,7 @@ declare const plugins$3: {
|
|
|
553
551
|
plugins: {};
|
|
554
552
|
name?: string;
|
|
555
553
|
rules?: Record<string, RuleConfig>;
|
|
556
|
-
settings?:
|
|
554
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
557
555
|
};
|
|
558
556
|
"recommended-typescript-legacy": {
|
|
559
557
|
plugins: string[];
|
|
@@ -564,7 +562,7 @@ declare const plugins$3: {
|
|
|
564
562
|
name: string;
|
|
565
563
|
version: string;
|
|
566
564
|
};
|
|
567
|
-
rules: Record<string,
|
|
565
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
568
566
|
};
|
|
569
567
|
};
|
|
570
568
|
declare const settings$3: {
|
|
@@ -574,7 +572,6 @@ declare const settings$3: {
|
|
|
574
572
|
readonly strict: true;
|
|
575
573
|
readonly skipImportCheck: true;
|
|
576
574
|
readonly polymorphicPropName: "as";
|
|
577
|
-
readonly additionalComponents: [];
|
|
578
575
|
readonly additionalHooks: {
|
|
579
576
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
580
577
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -661,7 +658,7 @@ declare const plugins$2: {
|
|
|
661
658
|
plugins: {};
|
|
662
659
|
name?: string;
|
|
663
660
|
rules?: Record<string, RuleConfig>;
|
|
664
|
-
settings?:
|
|
661
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
665
662
|
};
|
|
666
663
|
"all-legacy": {
|
|
667
664
|
plugins: string[];
|
|
@@ -672,7 +669,7 @@ declare const plugins$2: {
|
|
|
672
669
|
name: string;
|
|
673
670
|
version: string;
|
|
674
671
|
};
|
|
675
|
-
rules: Record<string,
|
|
672
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
676
673
|
};
|
|
677
674
|
"@eslint-react/hooks-extra": {
|
|
678
675
|
configs: {
|
|
@@ -680,7 +677,7 @@ declare const plugins$2: {
|
|
|
680
677
|
plugins: {};
|
|
681
678
|
name?: string;
|
|
682
679
|
rules?: Record<string, RuleConfig>;
|
|
683
|
-
settings?:
|
|
680
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
684
681
|
};
|
|
685
682
|
"recommended-legacy": {
|
|
686
683
|
plugins: string[];
|
|
@@ -691,7 +688,7 @@ declare const plugins$2: {
|
|
|
691
688
|
name: string;
|
|
692
689
|
version: string;
|
|
693
690
|
};
|
|
694
|
-
rules: Record<string,
|
|
691
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
695
692
|
};
|
|
696
693
|
"@eslint-react/naming-convention": {
|
|
697
694
|
configs: {
|
|
@@ -699,7 +696,7 @@ declare const plugins$2: {
|
|
|
699
696
|
plugins: {};
|
|
700
697
|
name?: string;
|
|
701
698
|
rules?: Record<string, RuleConfig>;
|
|
702
|
-
settings?:
|
|
699
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
703
700
|
};
|
|
704
701
|
"recommended-legacy": {
|
|
705
702
|
plugins: string[];
|
|
@@ -710,7 +707,7 @@ declare const plugins$2: {
|
|
|
710
707
|
name: string;
|
|
711
708
|
version: string;
|
|
712
709
|
};
|
|
713
|
-
rules: Record<string,
|
|
710
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
714
711
|
};
|
|
715
712
|
"@eslint-react/web-api": {
|
|
716
713
|
configs: {
|
|
@@ -718,7 +715,7 @@ declare const plugins$2: {
|
|
|
718
715
|
plugins: {};
|
|
719
716
|
name?: string;
|
|
720
717
|
rules?: Record<string, RuleConfig>;
|
|
721
|
-
settings?:
|
|
718
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
722
719
|
};
|
|
723
720
|
"recommended-legacy": {
|
|
724
721
|
plugins: string[];
|
|
@@ -729,7 +726,7 @@ declare const plugins$2: {
|
|
|
729
726
|
name: string;
|
|
730
727
|
version: string;
|
|
731
728
|
};
|
|
732
|
-
rules: Record<string,
|
|
729
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
733
730
|
};
|
|
734
731
|
"@eslint-react/dom": {
|
|
735
732
|
configs: {
|
|
@@ -737,7 +734,7 @@ declare const plugins$2: {
|
|
|
737
734
|
plugins: {};
|
|
738
735
|
name?: string;
|
|
739
736
|
rules?: Record<string, RuleConfig>;
|
|
740
|
-
settings?:
|
|
737
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
741
738
|
};
|
|
742
739
|
"recommended-legacy": {
|
|
743
740
|
plugins: string[];
|
|
@@ -748,7 +745,7 @@ declare const plugins$2: {
|
|
|
748
745
|
name: string;
|
|
749
746
|
version: string;
|
|
750
747
|
};
|
|
751
|
-
rules: Record<string,
|
|
748
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
752
749
|
};
|
|
753
750
|
"@eslint-react": {
|
|
754
751
|
configs: {
|
|
@@ -756,7 +753,7 @@ declare const plugins$2: {
|
|
|
756
753
|
plugins: {};
|
|
757
754
|
name?: string;
|
|
758
755
|
rules?: Record<string, RuleConfig>;
|
|
759
|
-
settings?:
|
|
756
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
760
757
|
};
|
|
761
758
|
"recommended-legacy": {
|
|
762
759
|
plugins: string[];
|
|
@@ -766,7 +763,7 @@ declare const plugins$2: {
|
|
|
766
763
|
plugins: {};
|
|
767
764
|
name?: string;
|
|
768
765
|
rules?: Record<string, RuleConfig>;
|
|
769
|
-
settings?:
|
|
766
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
770
767
|
};
|
|
771
768
|
"recommended-type-checked-legacy": {
|
|
772
769
|
plugins: string[];
|
|
@@ -776,7 +773,7 @@ declare const plugins$2: {
|
|
|
776
773
|
plugins: {};
|
|
777
774
|
name?: string;
|
|
778
775
|
rules?: Record<string, RuleConfig>;
|
|
779
|
-
settings?:
|
|
776
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
780
777
|
};
|
|
781
778
|
"recommended-typescript-legacy": {
|
|
782
779
|
plugins: string[];
|
|
@@ -787,7 +784,7 @@ declare const plugins$2: {
|
|
|
787
784
|
name: string;
|
|
788
785
|
version: string;
|
|
789
786
|
};
|
|
790
|
-
rules: Record<string,
|
|
787
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
791
788
|
};
|
|
792
789
|
};
|
|
793
790
|
declare const settings$2: {
|
|
@@ -797,7 +794,6 @@ declare const settings$2: {
|
|
|
797
794
|
readonly strict: true;
|
|
798
795
|
readonly skipImportCheck: true;
|
|
799
796
|
readonly polymorphicPropName: "as";
|
|
800
|
-
readonly additionalComponents: [];
|
|
801
797
|
readonly additionalHooks: {
|
|
802
798
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
803
799
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -882,7 +878,7 @@ declare const plugins$1: {
|
|
|
882
878
|
plugins: {};
|
|
883
879
|
name?: string;
|
|
884
880
|
rules?: Record<string, RuleConfig>;
|
|
885
|
-
settings?:
|
|
881
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
886
882
|
};
|
|
887
883
|
"all-legacy": {
|
|
888
884
|
plugins: string[];
|
|
@@ -893,7 +889,7 @@ declare const plugins$1: {
|
|
|
893
889
|
name: string;
|
|
894
890
|
version: string;
|
|
895
891
|
};
|
|
896
|
-
rules: Record<string,
|
|
892
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
897
893
|
};
|
|
898
894
|
"@eslint-react/hooks-extra": {
|
|
899
895
|
configs: {
|
|
@@ -901,7 +897,7 @@ declare const plugins$1: {
|
|
|
901
897
|
plugins: {};
|
|
902
898
|
name?: string;
|
|
903
899
|
rules?: Record<string, RuleConfig>;
|
|
904
|
-
settings?:
|
|
900
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
905
901
|
};
|
|
906
902
|
"recommended-legacy": {
|
|
907
903
|
plugins: string[];
|
|
@@ -912,7 +908,7 @@ declare const plugins$1: {
|
|
|
912
908
|
name: string;
|
|
913
909
|
version: string;
|
|
914
910
|
};
|
|
915
|
-
rules: Record<string,
|
|
911
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
916
912
|
};
|
|
917
913
|
"@eslint-react/naming-convention": {
|
|
918
914
|
configs: {
|
|
@@ -920,7 +916,7 @@ declare const plugins$1: {
|
|
|
920
916
|
plugins: {};
|
|
921
917
|
name?: string;
|
|
922
918
|
rules?: Record<string, RuleConfig>;
|
|
923
|
-
settings?:
|
|
919
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
924
920
|
};
|
|
925
921
|
"recommended-legacy": {
|
|
926
922
|
plugins: string[];
|
|
@@ -931,7 +927,7 @@ declare const plugins$1: {
|
|
|
931
927
|
name: string;
|
|
932
928
|
version: string;
|
|
933
929
|
};
|
|
934
|
-
rules: Record<string,
|
|
930
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
935
931
|
};
|
|
936
932
|
"@eslint-react/web-api": {
|
|
937
933
|
configs: {
|
|
@@ -939,7 +935,7 @@ declare const plugins$1: {
|
|
|
939
935
|
plugins: {};
|
|
940
936
|
name?: string;
|
|
941
937
|
rules?: Record<string, RuleConfig>;
|
|
942
|
-
settings?:
|
|
938
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
943
939
|
};
|
|
944
940
|
"recommended-legacy": {
|
|
945
941
|
plugins: string[];
|
|
@@ -950,7 +946,7 @@ declare const plugins$1: {
|
|
|
950
946
|
name: string;
|
|
951
947
|
version: string;
|
|
952
948
|
};
|
|
953
|
-
rules: Record<string,
|
|
949
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
954
950
|
};
|
|
955
951
|
"@eslint-react/dom": {
|
|
956
952
|
configs: {
|
|
@@ -958,7 +954,7 @@ declare const plugins$1: {
|
|
|
958
954
|
plugins: {};
|
|
959
955
|
name?: string;
|
|
960
956
|
rules?: Record<string, RuleConfig>;
|
|
961
|
-
settings?:
|
|
957
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
962
958
|
};
|
|
963
959
|
"recommended-legacy": {
|
|
964
960
|
plugins: string[];
|
|
@@ -969,7 +965,7 @@ declare const plugins$1: {
|
|
|
969
965
|
name: string;
|
|
970
966
|
version: string;
|
|
971
967
|
};
|
|
972
|
-
rules: Record<string,
|
|
968
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
973
969
|
};
|
|
974
970
|
"@eslint-react": {
|
|
975
971
|
configs: {
|
|
@@ -977,7 +973,7 @@ declare const plugins$1: {
|
|
|
977
973
|
plugins: {};
|
|
978
974
|
name?: string;
|
|
979
975
|
rules?: Record<string, RuleConfig>;
|
|
980
|
-
settings?:
|
|
976
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
981
977
|
};
|
|
982
978
|
"recommended-legacy": {
|
|
983
979
|
plugins: string[];
|
|
@@ -987,7 +983,7 @@ declare const plugins$1: {
|
|
|
987
983
|
plugins: {};
|
|
988
984
|
name?: string;
|
|
989
985
|
rules?: Record<string, RuleConfig>;
|
|
990
|
-
settings?:
|
|
986
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
991
987
|
};
|
|
992
988
|
"recommended-type-checked-legacy": {
|
|
993
989
|
plugins: string[];
|
|
@@ -997,7 +993,7 @@ declare const plugins$1: {
|
|
|
997
993
|
plugins: {};
|
|
998
994
|
name?: string;
|
|
999
995
|
rules?: Record<string, RuleConfig>;
|
|
1000
|
-
settings?:
|
|
996
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
1001
997
|
};
|
|
1002
998
|
"recommended-typescript-legacy": {
|
|
1003
999
|
plugins: string[];
|
|
@@ -1008,7 +1004,7 @@ declare const plugins$1: {
|
|
|
1008
1004
|
name: string;
|
|
1009
1005
|
version: string;
|
|
1010
1006
|
};
|
|
1011
|
-
rules: Record<string,
|
|
1007
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
1012
1008
|
};
|
|
1013
1009
|
};
|
|
1014
1010
|
declare const settings$1: {
|
|
@@ -1018,7 +1014,6 @@ declare const settings$1: {
|
|
|
1018
1014
|
readonly strict: true;
|
|
1019
1015
|
readonly skipImportCheck: true;
|
|
1020
1016
|
readonly polymorphicPropName: "as";
|
|
1021
|
-
readonly additionalComponents: [];
|
|
1022
1017
|
readonly additionalHooks: {
|
|
1023
1018
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
1024
1019
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -1081,7 +1076,7 @@ declare const plugins: {
|
|
|
1081
1076
|
plugins: {};
|
|
1082
1077
|
name?: string;
|
|
1083
1078
|
rules?: Record<string, RuleConfig>;
|
|
1084
|
-
settings?:
|
|
1079
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
1085
1080
|
};
|
|
1086
1081
|
"recommended-legacy": {
|
|
1087
1082
|
plugins: string[];
|
|
@@ -1091,7 +1086,7 @@ declare const plugins: {
|
|
|
1091
1086
|
plugins: {};
|
|
1092
1087
|
name?: string;
|
|
1093
1088
|
rules?: Record<string, RuleConfig>;
|
|
1094
|
-
settings?:
|
|
1089
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
1095
1090
|
};
|
|
1096
1091
|
"recommended-type-checked-legacy": {
|
|
1097
1092
|
plugins: string[];
|
|
@@ -1101,7 +1096,7 @@ declare const plugins: {
|
|
|
1101
1096
|
plugins: {};
|
|
1102
1097
|
name?: string;
|
|
1103
1098
|
rules?: Record<string, RuleConfig>;
|
|
1104
|
-
settings?:
|
|
1099
|
+
settings?: _eslint_react_kit19.SettingsConfig;
|
|
1105
1100
|
};
|
|
1106
1101
|
"recommended-typescript-legacy": {
|
|
1107
1102
|
plugins: string[];
|
|
@@ -1112,7 +1107,7 @@ declare const plugins: {
|
|
|
1112
1107
|
name: string;
|
|
1113
1108
|
version: string;
|
|
1114
1109
|
};
|
|
1115
|
-
rules: Record<string,
|
|
1110
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
1116
1111
|
};
|
|
1117
1112
|
};
|
|
1118
1113
|
declare const settings: {
|
|
@@ -1122,7 +1117,6 @@ declare const settings: {
|
|
|
1122
1117
|
readonly strict: true;
|
|
1123
1118
|
readonly skipImportCheck: true;
|
|
1124
1119
|
readonly polymorphicPropName: "as";
|
|
1125
|
-
readonly additionalComponents: [];
|
|
1126
1120
|
readonly additionalHooks: {
|
|
1127
1121
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
1128
1122
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -1136,74 +1130,74 @@ declare const _default: {
|
|
|
1136
1130
|
all: typeof all_d_exports;
|
|
1137
1131
|
"all-legacy": {
|
|
1138
1132
|
plugins: string[];
|
|
1139
|
-
rules: Record<string,
|
|
1133
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1140
1134
|
};
|
|
1141
1135
|
debug: typeof debug_d_exports;
|
|
1142
1136
|
"debug-legacy": {
|
|
1143
1137
|
plugins: string[];
|
|
1144
|
-
rules: Record<string,
|
|
1138
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1145
1139
|
};
|
|
1146
1140
|
"disable-conflict-eslint-plugin-react": typeof disable_conflict_eslint_plugin_react_d_exports;
|
|
1147
1141
|
"disable-conflict-eslint-plugin-react-legacy": {
|
|
1148
1142
|
plugins: string[];
|
|
1149
|
-
rules: Record<string,
|
|
1143
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1150
1144
|
};
|
|
1151
1145
|
"disable-debug": typeof disable_debug_d_exports;
|
|
1152
1146
|
"disable-debug-legacy": {
|
|
1153
1147
|
plugins: string[];
|
|
1154
|
-
rules: Record<string,
|
|
1148
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1155
1149
|
};
|
|
1156
1150
|
"disable-dom": typeof disable_dom_d_exports;
|
|
1157
1151
|
"disable-dom-legacy": {
|
|
1158
1152
|
plugins: string[];
|
|
1159
|
-
rules: Record<string,
|
|
1153
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1160
1154
|
};
|
|
1161
1155
|
"disable-type-checked": typeof disable_type_checked_d_exports;
|
|
1162
1156
|
"disable-type-checked-legacy": {
|
|
1163
1157
|
plugins: string[];
|
|
1164
|
-
rules: Record<string,
|
|
1158
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1165
1159
|
};
|
|
1166
1160
|
"disable-web-api": typeof disable_web_api_d_exports;
|
|
1167
1161
|
"disable-web-api-legacy": {
|
|
1168
1162
|
plugins: string[];
|
|
1169
|
-
rules: Record<string,
|
|
1163
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1170
1164
|
};
|
|
1171
1165
|
dom: typeof dom_d_exports;
|
|
1172
1166
|
"dom-legacy": {
|
|
1173
1167
|
plugins: string[];
|
|
1174
|
-
rules: Record<string,
|
|
1168
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1175
1169
|
};
|
|
1176
1170
|
off: typeof off_d_exports;
|
|
1177
1171
|
"off-legacy": {
|
|
1178
1172
|
plugins: string[];
|
|
1179
|
-
rules: Record<string,
|
|
1173
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1180
1174
|
};
|
|
1181
1175
|
recommended: typeof recommended_d_exports;
|
|
1182
1176
|
"recommended-legacy": {
|
|
1183
1177
|
plugins: string[];
|
|
1184
|
-
rules: Record<string,
|
|
1178
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1185
1179
|
};
|
|
1186
1180
|
"recommended-type-checked": typeof recommended_type_checked_d_exports;
|
|
1187
1181
|
"recommended-type-checked-legacy": {
|
|
1188
1182
|
plugins: string[];
|
|
1189
|
-
rules: Record<string,
|
|
1183
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1190
1184
|
};
|
|
1191
1185
|
"recommended-typescript": typeof recommended_typescript_d_exports;
|
|
1192
1186
|
"recommended-typescript-legacy": {
|
|
1193
1187
|
plugins: string[];
|
|
1194
|
-
rules: Record<string,
|
|
1188
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1195
1189
|
};
|
|
1196
1190
|
x: typeof x_d_exports;
|
|
1197
1191
|
"x-legacy": {
|
|
1198
1192
|
plugins: string[];
|
|
1199
|
-
rules: Record<string,
|
|
1193
|
+
rules: Record<string, _eslint_react_kit19.RuleConfig<unknown[]>> | undefined;
|
|
1200
1194
|
};
|
|
1201
1195
|
};
|
|
1202
1196
|
meta: {
|
|
1203
1197
|
name: string;
|
|
1204
1198
|
version: string;
|
|
1205
1199
|
};
|
|
1206
|
-
rules: Record<string,
|
|
1200
|
+
rules: Record<string, _eslint_react_kit19.CompatibleRule>;
|
|
1207
1201
|
};
|
|
1208
1202
|
//#endregion
|
|
1209
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.169";
|
|
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.169",
|
|
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,22 +41,22 @@
|
|
|
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/
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"
|
|
47
|
-
"eslint-plugin-react-
|
|
48
|
-
"eslint-plugin-react-hooks-extra": "2.0.0-next.
|
|
49
|
-
"eslint-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
44
|
+
"@eslint-react/kit": "2.0.0-next.169",
|
|
45
|
+
"@eslint-react/shared": "2.0.0-next.169",
|
|
46
|
+
"eslint-plugin-react-debug": "2.0.0-next.169",
|
|
47
|
+
"eslint-plugin-react-dom": "2.0.0-next.169",
|
|
48
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-next.169",
|
|
49
|
+
"@eslint-react/eff": "2.0.0-next.169",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "2.0.0-next.169",
|
|
51
|
+
"eslint-plugin-react-x": "2.0.0-next.169",
|
|
52
|
+
"eslint-plugin-react-web-api": "2.0.0-next.169"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"tsdown": "^0.14.2",
|
|
56
56
|
"@local/configs": "0.0.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"eslint": "^9.
|
|
59
|
+
"eslint": "^9.35.0",
|
|
60
60
|
"typescript": "^4.9.5 || ^5.4.5"
|
|
61
61
|
},
|
|
62
62
|
"peerDependenciesMeta": {
|