@eslint-react/eslint-plugin 2.1.0 → 2.1.1-beta.1
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 +108 -108
- 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_kit0 from "@eslint-react/kit";
|
|
2
2
|
import { RuleConfig } from "@eslint-react/kit";
|
|
3
3
|
|
|
4
4
|
//#region src/configs/all.d.ts
|
|
@@ -105,14 +105,14 @@ declare const plugins$9: {
|
|
|
105
105
|
plugins: {};
|
|
106
106
|
name?: string;
|
|
107
107
|
rules?: Record<string, RuleConfig>;
|
|
108
|
-
settings?:
|
|
108
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
109
109
|
};
|
|
110
110
|
};
|
|
111
111
|
meta: {
|
|
112
112
|
name: string;
|
|
113
113
|
version: string;
|
|
114
114
|
};
|
|
115
|
-
rules: Record<string,
|
|
115
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
116
116
|
};
|
|
117
117
|
"@eslint-react/hooks-extra": {
|
|
118
118
|
configs: {
|
|
@@ -120,14 +120,14 @@ declare const plugins$9: {
|
|
|
120
120
|
plugins: {};
|
|
121
121
|
name?: string;
|
|
122
122
|
rules?: Record<string, RuleConfig>;
|
|
123
|
-
settings?:
|
|
123
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
124
124
|
};
|
|
125
125
|
};
|
|
126
126
|
meta: {
|
|
127
127
|
name: string;
|
|
128
128
|
version: string;
|
|
129
129
|
};
|
|
130
|
-
rules: Record<string,
|
|
130
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
131
131
|
};
|
|
132
132
|
"@eslint-react/naming-convention": {
|
|
133
133
|
configs: {
|
|
@@ -135,14 +135,14 @@ declare const plugins$9: {
|
|
|
135
135
|
plugins: {};
|
|
136
136
|
name?: string;
|
|
137
137
|
rules?: Record<string, RuleConfig>;
|
|
138
|
-
settings?:
|
|
138
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
139
139
|
};
|
|
140
140
|
};
|
|
141
141
|
meta: {
|
|
142
142
|
name: string;
|
|
143
143
|
version: string;
|
|
144
144
|
};
|
|
145
|
-
rules: Record<string,
|
|
145
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
146
146
|
};
|
|
147
147
|
"@eslint-react/web-api": {
|
|
148
148
|
configs: {
|
|
@@ -150,14 +150,14 @@ declare const plugins$9: {
|
|
|
150
150
|
plugins: {};
|
|
151
151
|
name?: string;
|
|
152
152
|
rules?: Record<string, RuleConfig>;
|
|
153
|
-
settings?:
|
|
153
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
154
154
|
};
|
|
155
155
|
};
|
|
156
156
|
meta: {
|
|
157
157
|
name: string;
|
|
158
158
|
version: string;
|
|
159
159
|
};
|
|
160
|
-
rules: Record<string,
|
|
160
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
161
161
|
};
|
|
162
162
|
"@eslint-react/dom": {
|
|
163
163
|
configs: {
|
|
@@ -165,20 +165,20 @@ declare const plugins$9: {
|
|
|
165
165
|
plugins: {};
|
|
166
166
|
name?: string;
|
|
167
167
|
rules?: Record<string, RuleConfig>;
|
|
168
|
-
settings?:
|
|
168
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
169
169
|
};
|
|
170
170
|
strict: {
|
|
171
171
|
plugins: {};
|
|
172
172
|
name?: string;
|
|
173
173
|
rules?: Record<string, RuleConfig>;
|
|
174
|
-
settings?:
|
|
174
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
175
175
|
};
|
|
176
176
|
};
|
|
177
177
|
meta: {
|
|
178
178
|
name: string;
|
|
179
179
|
version: string;
|
|
180
180
|
};
|
|
181
|
-
rules: Record<string,
|
|
181
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
182
182
|
};
|
|
183
183
|
"@eslint-react": {
|
|
184
184
|
configs: {
|
|
@@ -186,26 +186,26 @@ declare const plugins$9: {
|
|
|
186
186
|
plugins: {};
|
|
187
187
|
name?: string;
|
|
188
188
|
rules?: Record<string, RuleConfig>;
|
|
189
|
-
settings?:
|
|
189
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
190
190
|
};
|
|
191
191
|
"recommended-type-checked": {
|
|
192
192
|
plugins: {};
|
|
193
193
|
name?: string;
|
|
194
194
|
rules?: Record<string, RuleConfig>;
|
|
195
|
-
settings?:
|
|
195
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
196
196
|
};
|
|
197
197
|
"recommended-typescript": {
|
|
198
198
|
plugins: {};
|
|
199
199
|
name?: string;
|
|
200
200
|
rules?: Record<string, RuleConfig>;
|
|
201
|
-
settings?:
|
|
201
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
202
202
|
};
|
|
203
203
|
};
|
|
204
204
|
meta: {
|
|
205
205
|
name: string;
|
|
206
206
|
version: string;
|
|
207
207
|
};
|
|
208
|
-
rules: Record<string,
|
|
208
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
209
209
|
};
|
|
210
210
|
};
|
|
211
211
|
declare const settings$6: {
|
|
@@ -233,14 +233,14 @@ declare const plugins$8: {
|
|
|
233
233
|
plugins: {};
|
|
234
234
|
name?: string;
|
|
235
235
|
rules?: Record<string, RuleConfig>;
|
|
236
|
-
settings?:
|
|
236
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
237
237
|
};
|
|
238
238
|
};
|
|
239
239
|
meta: {
|
|
240
240
|
name: string;
|
|
241
241
|
version: string;
|
|
242
242
|
};
|
|
243
|
-
rules: Record<string,
|
|
243
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
244
244
|
};
|
|
245
245
|
};
|
|
246
246
|
declare namespace disable_conflict_eslint_plugin_react_d_exports {
|
|
@@ -293,20 +293,20 @@ declare const plugins$7: {
|
|
|
293
293
|
plugins: {};
|
|
294
294
|
name?: string;
|
|
295
295
|
rules?: Record<string, RuleConfig>;
|
|
296
|
-
settings?:
|
|
296
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
297
297
|
};
|
|
298
298
|
strict: {
|
|
299
299
|
plugins: {};
|
|
300
300
|
name?: string;
|
|
301
301
|
rules?: Record<string, RuleConfig>;
|
|
302
|
-
settings?:
|
|
302
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
303
303
|
};
|
|
304
304
|
};
|
|
305
305
|
meta: {
|
|
306
306
|
name: string;
|
|
307
307
|
version: string;
|
|
308
308
|
};
|
|
309
|
-
rules: Record<string,
|
|
309
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
310
310
|
};
|
|
311
311
|
};
|
|
312
312
|
declare namespace no_deprecated_d_exports {
|
|
@@ -331,20 +331,20 @@ declare const plugins$6: {
|
|
|
331
331
|
plugins: {};
|
|
332
332
|
name?: string;
|
|
333
333
|
rules?: Record<string, RuleConfig>;
|
|
334
|
-
settings?:
|
|
334
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
335
335
|
};
|
|
336
336
|
strict: {
|
|
337
337
|
plugins: {};
|
|
338
338
|
name?: string;
|
|
339
339
|
rules?: Record<string, RuleConfig>;
|
|
340
|
-
settings?:
|
|
340
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
341
341
|
};
|
|
342
342
|
};
|
|
343
343
|
meta: {
|
|
344
344
|
name: string;
|
|
345
345
|
version: string;
|
|
346
346
|
};
|
|
347
|
-
rules: Record<string,
|
|
347
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
348
348
|
};
|
|
349
349
|
"@eslint-react": {
|
|
350
350
|
configs: {
|
|
@@ -352,26 +352,26 @@ declare const plugins$6: {
|
|
|
352
352
|
plugins: {};
|
|
353
353
|
name?: string;
|
|
354
354
|
rules?: Record<string, RuleConfig>;
|
|
355
|
-
settings?:
|
|
355
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
356
356
|
};
|
|
357
357
|
"recommended-type-checked": {
|
|
358
358
|
plugins: {};
|
|
359
359
|
name?: string;
|
|
360
360
|
rules?: Record<string, RuleConfig>;
|
|
361
|
-
settings?:
|
|
361
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
362
362
|
};
|
|
363
363
|
"recommended-typescript": {
|
|
364
364
|
plugins: {};
|
|
365
365
|
name?: string;
|
|
366
366
|
rules?: Record<string, RuleConfig>;
|
|
367
|
-
settings?:
|
|
367
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
368
368
|
};
|
|
369
369
|
};
|
|
370
370
|
meta: {
|
|
371
371
|
name: string;
|
|
372
372
|
version: string;
|
|
373
373
|
};
|
|
374
|
-
rules: Record<string,
|
|
374
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
375
375
|
};
|
|
376
376
|
};
|
|
377
377
|
declare namespace off_d_exports {
|
|
@@ -450,14 +450,14 @@ declare const plugins$5: {
|
|
|
450
450
|
plugins: {};
|
|
451
451
|
name?: string;
|
|
452
452
|
rules?: Record<string, RuleConfig>;
|
|
453
|
-
settings?:
|
|
453
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
454
454
|
};
|
|
455
455
|
};
|
|
456
456
|
meta: {
|
|
457
457
|
name: string;
|
|
458
458
|
version: string;
|
|
459
459
|
};
|
|
460
|
-
rules: Record<string,
|
|
460
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
461
461
|
};
|
|
462
462
|
"@eslint-react/hooks-extra": {
|
|
463
463
|
configs: {
|
|
@@ -465,14 +465,14 @@ declare const plugins$5: {
|
|
|
465
465
|
plugins: {};
|
|
466
466
|
name?: string;
|
|
467
467
|
rules?: Record<string, RuleConfig>;
|
|
468
|
-
settings?:
|
|
468
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
469
469
|
};
|
|
470
470
|
};
|
|
471
471
|
meta: {
|
|
472
472
|
name: string;
|
|
473
473
|
version: string;
|
|
474
474
|
};
|
|
475
|
-
rules: Record<string,
|
|
475
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
476
476
|
};
|
|
477
477
|
"@eslint-react/naming-convention": {
|
|
478
478
|
configs: {
|
|
@@ -480,14 +480,14 @@ declare const plugins$5: {
|
|
|
480
480
|
plugins: {};
|
|
481
481
|
name?: string;
|
|
482
482
|
rules?: Record<string, RuleConfig>;
|
|
483
|
-
settings?:
|
|
483
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
484
484
|
};
|
|
485
485
|
};
|
|
486
486
|
meta: {
|
|
487
487
|
name: string;
|
|
488
488
|
version: string;
|
|
489
489
|
};
|
|
490
|
-
rules: Record<string,
|
|
490
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
491
491
|
};
|
|
492
492
|
"@eslint-react/web-api": {
|
|
493
493
|
configs: {
|
|
@@ -495,14 +495,14 @@ declare const plugins$5: {
|
|
|
495
495
|
plugins: {};
|
|
496
496
|
name?: string;
|
|
497
497
|
rules?: Record<string, RuleConfig>;
|
|
498
|
-
settings?:
|
|
498
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
499
499
|
};
|
|
500
500
|
};
|
|
501
501
|
meta: {
|
|
502
502
|
name: string;
|
|
503
503
|
version: string;
|
|
504
504
|
};
|
|
505
|
-
rules: Record<string,
|
|
505
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
506
506
|
};
|
|
507
507
|
"@eslint-react/dom": {
|
|
508
508
|
configs: {
|
|
@@ -510,20 +510,20 @@ declare const plugins$5: {
|
|
|
510
510
|
plugins: {};
|
|
511
511
|
name?: string;
|
|
512
512
|
rules?: Record<string, RuleConfig>;
|
|
513
|
-
settings?:
|
|
513
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
514
514
|
};
|
|
515
515
|
strict: {
|
|
516
516
|
plugins: {};
|
|
517
517
|
name?: string;
|
|
518
518
|
rules?: Record<string, RuleConfig>;
|
|
519
|
-
settings?:
|
|
519
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
520
520
|
};
|
|
521
521
|
};
|
|
522
522
|
meta: {
|
|
523
523
|
name: string;
|
|
524
524
|
version: string;
|
|
525
525
|
};
|
|
526
|
-
rules: Record<string,
|
|
526
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
527
527
|
};
|
|
528
528
|
"@eslint-react": {
|
|
529
529
|
configs: {
|
|
@@ -531,26 +531,26 @@ declare const plugins$5: {
|
|
|
531
531
|
plugins: {};
|
|
532
532
|
name?: string;
|
|
533
533
|
rules?: Record<string, RuleConfig>;
|
|
534
|
-
settings?:
|
|
534
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
535
535
|
};
|
|
536
536
|
"recommended-type-checked": {
|
|
537
537
|
plugins: {};
|
|
538
538
|
name?: string;
|
|
539
539
|
rules?: Record<string, RuleConfig>;
|
|
540
|
-
settings?:
|
|
540
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
541
541
|
};
|
|
542
542
|
"recommended-typescript": {
|
|
543
543
|
plugins: {};
|
|
544
544
|
name?: string;
|
|
545
545
|
rules?: Record<string, RuleConfig>;
|
|
546
|
-
settings?:
|
|
546
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
547
547
|
};
|
|
548
548
|
};
|
|
549
549
|
meta: {
|
|
550
550
|
name: string;
|
|
551
551
|
version: string;
|
|
552
552
|
};
|
|
553
|
-
rules: Record<string,
|
|
553
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
554
554
|
};
|
|
555
555
|
};
|
|
556
556
|
declare const settings$5: {
|
|
@@ -635,14 +635,14 @@ declare const plugins$4: {
|
|
|
635
635
|
plugins: {};
|
|
636
636
|
name?: string;
|
|
637
637
|
rules?: Record<string, RuleConfig>;
|
|
638
|
-
settings?:
|
|
638
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
639
639
|
};
|
|
640
640
|
};
|
|
641
641
|
meta: {
|
|
642
642
|
name: string;
|
|
643
643
|
version: string;
|
|
644
644
|
};
|
|
645
|
-
rules: Record<string,
|
|
645
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
646
646
|
};
|
|
647
647
|
"@eslint-react/hooks-extra": {
|
|
648
648
|
configs: {
|
|
@@ -650,14 +650,14 @@ declare const plugins$4: {
|
|
|
650
650
|
plugins: {};
|
|
651
651
|
name?: string;
|
|
652
652
|
rules?: Record<string, RuleConfig>;
|
|
653
|
-
settings?:
|
|
653
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
654
654
|
};
|
|
655
655
|
};
|
|
656
656
|
meta: {
|
|
657
657
|
name: string;
|
|
658
658
|
version: string;
|
|
659
659
|
};
|
|
660
|
-
rules: Record<string,
|
|
660
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
661
661
|
};
|
|
662
662
|
"@eslint-react/naming-convention": {
|
|
663
663
|
configs: {
|
|
@@ -665,14 +665,14 @@ declare const plugins$4: {
|
|
|
665
665
|
plugins: {};
|
|
666
666
|
name?: string;
|
|
667
667
|
rules?: Record<string, RuleConfig>;
|
|
668
|
-
settings?:
|
|
668
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
669
669
|
};
|
|
670
670
|
};
|
|
671
671
|
meta: {
|
|
672
672
|
name: string;
|
|
673
673
|
version: string;
|
|
674
674
|
};
|
|
675
|
-
rules: Record<string,
|
|
675
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
676
676
|
};
|
|
677
677
|
"@eslint-react/web-api": {
|
|
678
678
|
configs: {
|
|
@@ -680,14 +680,14 @@ declare const plugins$4: {
|
|
|
680
680
|
plugins: {};
|
|
681
681
|
name?: string;
|
|
682
682
|
rules?: Record<string, RuleConfig>;
|
|
683
|
-
settings?:
|
|
683
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
684
684
|
};
|
|
685
685
|
};
|
|
686
686
|
meta: {
|
|
687
687
|
name: string;
|
|
688
688
|
version: string;
|
|
689
689
|
};
|
|
690
|
-
rules: Record<string,
|
|
690
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
691
691
|
};
|
|
692
692
|
"@eslint-react/dom": {
|
|
693
693
|
configs: {
|
|
@@ -695,20 +695,20 @@ declare const plugins$4: {
|
|
|
695
695
|
plugins: {};
|
|
696
696
|
name?: string;
|
|
697
697
|
rules?: Record<string, RuleConfig>;
|
|
698
|
-
settings?:
|
|
698
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
699
699
|
};
|
|
700
700
|
strict: {
|
|
701
701
|
plugins: {};
|
|
702
702
|
name?: string;
|
|
703
703
|
rules?: Record<string, RuleConfig>;
|
|
704
|
-
settings?:
|
|
704
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
705
705
|
};
|
|
706
706
|
};
|
|
707
707
|
meta: {
|
|
708
708
|
name: string;
|
|
709
709
|
version: string;
|
|
710
710
|
};
|
|
711
|
-
rules: Record<string,
|
|
711
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
712
712
|
};
|
|
713
713
|
"@eslint-react": {
|
|
714
714
|
configs: {
|
|
@@ -716,26 +716,26 @@ declare const plugins$4: {
|
|
|
716
716
|
plugins: {};
|
|
717
717
|
name?: string;
|
|
718
718
|
rules?: Record<string, RuleConfig>;
|
|
719
|
-
settings?:
|
|
719
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
720
720
|
};
|
|
721
721
|
"recommended-type-checked": {
|
|
722
722
|
plugins: {};
|
|
723
723
|
name?: string;
|
|
724
724
|
rules?: Record<string, RuleConfig>;
|
|
725
|
-
settings?:
|
|
725
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
726
726
|
};
|
|
727
727
|
"recommended-typescript": {
|
|
728
728
|
plugins: {};
|
|
729
729
|
name?: string;
|
|
730
730
|
rules?: Record<string, RuleConfig>;
|
|
731
|
-
settings?:
|
|
731
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
732
732
|
};
|
|
733
733
|
};
|
|
734
734
|
meta: {
|
|
735
735
|
name: string;
|
|
736
736
|
version: string;
|
|
737
737
|
};
|
|
738
|
-
rules: Record<string,
|
|
738
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
739
739
|
};
|
|
740
740
|
};
|
|
741
741
|
declare const settings$4: {
|
|
@@ -819,14 +819,14 @@ declare const plugins$3: {
|
|
|
819
819
|
plugins: {};
|
|
820
820
|
name?: string;
|
|
821
821
|
rules?: Record<string, RuleConfig>;
|
|
822
|
-
settings?:
|
|
822
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
823
823
|
};
|
|
824
824
|
};
|
|
825
825
|
meta: {
|
|
826
826
|
name: string;
|
|
827
827
|
version: string;
|
|
828
828
|
};
|
|
829
|
-
rules: Record<string,
|
|
829
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
830
830
|
};
|
|
831
831
|
"@eslint-react/hooks-extra": {
|
|
832
832
|
configs: {
|
|
@@ -834,14 +834,14 @@ declare const plugins$3: {
|
|
|
834
834
|
plugins: {};
|
|
835
835
|
name?: string;
|
|
836
836
|
rules?: Record<string, RuleConfig>;
|
|
837
|
-
settings?:
|
|
837
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
838
838
|
};
|
|
839
839
|
};
|
|
840
840
|
meta: {
|
|
841
841
|
name: string;
|
|
842
842
|
version: string;
|
|
843
843
|
};
|
|
844
|
-
rules: Record<string,
|
|
844
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
845
845
|
};
|
|
846
846
|
"@eslint-react/naming-convention": {
|
|
847
847
|
configs: {
|
|
@@ -849,14 +849,14 @@ declare const plugins$3: {
|
|
|
849
849
|
plugins: {};
|
|
850
850
|
name?: string;
|
|
851
851
|
rules?: Record<string, RuleConfig>;
|
|
852
|
-
settings?:
|
|
852
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
853
853
|
};
|
|
854
854
|
};
|
|
855
855
|
meta: {
|
|
856
856
|
name: string;
|
|
857
857
|
version: string;
|
|
858
858
|
};
|
|
859
|
-
rules: Record<string,
|
|
859
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
860
860
|
};
|
|
861
861
|
"@eslint-react/web-api": {
|
|
862
862
|
configs: {
|
|
@@ -864,14 +864,14 @@ declare const plugins$3: {
|
|
|
864
864
|
plugins: {};
|
|
865
865
|
name?: string;
|
|
866
866
|
rules?: Record<string, RuleConfig>;
|
|
867
|
-
settings?:
|
|
867
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
868
868
|
};
|
|
869
869
|
};
|
|
870
870
|
meta: {
|
|
871
871
|
name: string;
|
|
872
872
|
version: string;
|
|
873
873
|
};
|
|
874
|
-
rules: Record<string,
|
|
874
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
875
875
|
};
|
|
876
876
|
"@eslint-react/dom": {
|
|
877
877
|
configs: {
|
|
@@ -879,20 +879,20 @@ declare const plugins$3: {
|
|
|
879
879
|
plugins: {};
|
|
880
880
|
name?: string;
|
|
881
881
|
rules?: Record<string, RuleConfig>;
|
|
882
|
-
settings?:
|
|
882
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
883
883
|
};
|
|
884
884
|
strict: {
|
|
885
885
|
plugins: {};
|
|
886
886
|
name?: string;
|
|
887
887
|
rules?: Record<string, RuleConfig>;
|
|
888
|
-
settings?:
|
|
888
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
889
889
|
};
|
|
890
890
|
};
|
|
891
891
|
meta: {
|
|
892
892
|
name: string;
|
|
893
893
|
version: string;
|
|
894
894
|
};
|
|
895
|
-
rules: Record<string,
|
|
895
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
896
896
|
};
|
|
897
897
|
"@eslint-react": {
|
|
898
898
|
configs: {
|
|
@@ -900,26 +900,26 @@ declare const plugins$3: {
|
|
|
900
900
|
plugins: {};
|
|
901
901
|
name?: string;
|
|
902
902
|
rules?: Record<string, RuleConfig>;
|
|
903
|
-
settings?:
|
|
903
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
904
904
|
};
|
|
905
905
|
"recommended-type-checked": {
|
|
906
906
|
plugins: {};
|
|
907
907
|
name?: string;
|
|
908
908
|
rules?: Record<string, RuleConfig>;
|
|
909
|
-
settings?:
|
|
909
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
910
910
|
};
|
|
911
911
|
"recommended-typescript": {
|
|
912
912
|
plugins: {};
|
|
913
913
|
name?: string;
|
|
914
914
|
rules?: Record<string, RuleConfig>;
|
|
915
|
-
settings?:
|
|
915
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
916
916
|
};
|
|
917
917
|
};
|
|
918
918
|
meta: {
|
|
919
919
|
name: string;
|
|
920
920
|
version: string;
|
|
921
921
|
};
|
|
922
|
-
rules: Record<string,
|
|
922
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
923
923
|
};
|
|
924
924
|
};
|
|
925
925
|
declare const settings$3: {
|
|
@@ -1020,14 +1020,14 @@ declare const plugins$2: {
|
|
|
1020
1020
|
plugins: {};
|
|
1021
1021
|
name?: string;
|
|
1022
1022
|
rules?: Record<string, RuleConfig>;
|
|
1023
|
-
settings?:
|
|
1023
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1024
1024
|
};
|
|
1025
1025
|
};
|
|
1026
1026
|
meta: {
|
|
1027
1027
|
name: string;
|
|
1028
1028
|
version: string;
|
|
1029
1029
|
};
|
|
1030
|
-
rules: Record<string,
|
|
1030
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1031
1031
|
};
|
|
1032
1032
|
"@eslint-react/hooks-extra": {
|
|
1033
1033
|
configs: {
|
|
@@ -1035,14 +1035,14 @@ declare const plugins$2: {
|
|
|
1035
1035
|
plugins: {};
|
|
1036
1036
|
name?: string;
|
|
1037
1037
|
rules?: Record<string, RuleConfig>;
|
|
1038
|
-
settings?:
|
|
1038
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1039
1039
|
};
|
|
1040
1040
|
};
|
|
1041
1041
|
meta: {
|
|
1042
1042
|
name: string;
|
|
1043
1043
|
version: string;
|
|
1044
1044
|
};
|
|
1045
|
-
rules: Record<string,
|
|
1045
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1046
1046
|
};
|
|
1047
1047
|
"@eslint-react/naming-convention": {
|
|
1048
1048
|
configs: {
|
|
@@ -1050,14 +1050,14 @@ declare const plugins$2: {
|
|
|
1050
1050
|
plugins: {};
|
|
1051
1051
|
name?: string;
|
|
1052
1052
|
rules?: Record<string, RuleConfig>;
|
|
1053
|
-
settings?:
|
|
1053
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1054
1054
|
};
|
|
1055
1055
|
};
|
|
1056
1056
|
meta: {
|
|
1057
1057
|
name: string;
|
|
1058
1058
|
version: string;
|
|
1059
1059
|
};
|
|
1060
|
-
rules: Record<string,
|
|
1060
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1061
1061
|
};
|
|
1062
1062
|
"@eslint-react/web-api": {
|
|
1063
1063
|
configs: {
|
|
@@ -1065,14 +1065,14 @@ declare const plugins$2: {
|
|
|
1065
1065
|
plugins: {};
|
|
1066
1066
|
name?: string;
|
|
1067
1067
|
rules?: Record<string, RuleConfig>;
|
|
1068
|
-
settings?:
|
|
1068
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1069
1069
|
};
|
|
1070
1070
|
};
|
|
1071
1071
|
meta: {
|
|
1072
1072
|
name: string;
|
|
1073
1073
|
version: string;
|
|
1074
1074
|
};
|
|
1075
|
-
rules: Record<string,
|
|
1075
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1076
1076
|
};
|
|
1077
1077
|
"@eslint-react/dom": {
|
|
1078
1078
|
configs: {
|
|
@@ -1080,20 +1080,20 @@ declare const plugins$2: {
|
|
|
1080
1080
|
plugins: {};
|
|
1081
1081
|
name?: string;
|
|
1082
1082
|
rules?: Record<string, RuleConfig>;
|
|
1083
|
-
settings?:
|
|
1083
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1084
1084
|
};
|
|
1085
1085
|
strict: {
|
|
1086
1086
|
plugins: {};
|
|
1087
1087
|
name?: string;
|
|
1088
1088
|
rules?: Record<string, RuleConfig>;
|
|
1089
|
-
settings?:
|
|
1089
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1090
1090
|
};
|
|
1091
1091
|
};
|
|
1092
1092
|
meta: {
|
|
1093
1093
|
name: string;
|
|
1094
1094
|
version: string;
|
|
1095
1095
|
};
|
|
1096
|
-
rules: Record<string,
|
|
1096
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1097
1097
|
};
|
|
1098
1098
|
"@eslint-react": {
|
|
1099
1099
|
configs: {
|
|
@@ -1101,26 +1101,26 @@ declare const plugins$2: {
|
|
|
1101
1101
|
plugins: {};
|
|
1102
1102
|
name?: string;
|
|
1103
1103
|
rules?: Record<string, RuleConfig>;
|
|
1104
|
-
settings?:
|
|
1104
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1105
1105
|
};
|
|
1106
1106
|
"recommended-type-checked": {
|
|
1107
1107
|
plugins: {};
|
|
1108
1108
|
name?: string;
|
|
1109
1109
|
rules?: Record<string, RuleConfig>;
|
|
1110
|
-
settings?:
|
|
1110
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1111
1111
|
};
|
|
1112
1112
|
"recommended-typescript": {
|
|
1113
1113
|
plugins: {};
|
|
1114
1114
|
name?: string;
|
|
1115
1115
|
rules?: Record<string, RuleConfig>;
|
|
1116
|
-
settings?:
|
|
1116
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1117
1117
|
};
|
|
1118
1118
|
};
|
|
1119
1119
|
meta: {
|
|
1120
1120
|
name: string;
|
|
1121
1121
|
version: string;
|
|
1122
1122
|
};
|
|
1123
|
-
rules: Record<string,
|
|
1123
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1124
1124
|
};
|
|
1125
1125
|
};
|
|
1126
1126
|
declare const settings$2: {
|
|
@@ -1220,14 +1220,14 @@ declare const plugins$1: {
|
|
|
1220
1220
|
plugins: {};
|
|
1221
1221
|
name?: string;
|
|
1222
1222
|
rules?: Record<string, RuleConfig>;
|
|
1223
|
-
settings?:
|
|
1223
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1224
1224
|
};
|
|
1225
1225
|
};
|
|
1226
1226
|
meta: {
|
|
1227
1227
|
name: string;
|
|
1228
1228
|
version: string;
|
|
1229
1229
|
};
|
|
1230
|
-
rules: Record<string,
|
|
1230
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1231
1231
|
};
|
|
1232
1232
|
"@eslint-react/hooks-extra": {
|
|
1233
1233
|
configs: {
|
|
@@ -1235,14 +1235,14 @@ declare const plugins$1: {
|
|
|
1235
1235
|
plugins: {};
|
|
1236
1236
|
name?: string;
|
|
1237
1237
|
rules?: Record<string, RuleConfig>;
|
|
1238
|
-
settings?:
|
|
1238
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1239
1239
|
};
|
|
1240
1240
|
};
|
|
1241
1241
|
meta: {
|
|
1242
1242
|
name: string;
|
|
1243
1243
|
version: string;
|
|
1244
1244
|
};
|
|
1245
|
-
rules: Record<string,
|
|
1245
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1246
1246
|
};
|
|
1247
1247
|
"@eslint-react/naming-convention": {
|
|
1248
1248
|
configs: {
|
|
@@ -1250,14 +1250,14 @@ declare const plugins$1: {
|
|
|
1250
1250
|
plugins: {};
|
|
1251
1251
|
name?: string;
|
|
1252
1252
|
rules?: Record<string, RuleConfig>;
|
|
1253
|
-
settings?:
|
|
1253
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1254
1254
|
};
|
|
1255
1255
|
};
|
|
1256
1256
|
meta: {
|
|
1257
1257
|
name: string;
|
|
1258
1258
|
version: string;
|
|
1259
1259
|
};
|
|
1260
|
-
rules: Record<string,
|
|
1260
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1261
1261
|
};
|
|
1262
1262
|
"@eslint-react/web-api": {
|
|
1263
1263
|
configs: {
|
|
@@ -1265,14 +1265,14 @@ declare const plugins$1: {
|
|
|
1265
1265
|
plugins: {};
|
|
1266
1266
|
name?: string;
|
|
1267
1267
|
rules?: Record<string, RuleConfig>;
|
|
1268
|
-
settings?:
|
|
1268
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1269
1269
|
};
|
|
1270
1270
|
};
|
|
1271
1271
|
meta: {
|
|
1272
1272
|
name: string;
|
|
1273
1273
|
version: string;
|
|
1274
1274
|
};
|
|
1275
|
-
rules: Record<string,
|
|
1275
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1276
1276
|
};
|
|
1277
1277
|
"@eslint-react/dom": {
|
|
1278
1278
|
configs: {
|
|
@@ -1280,20 +1280,20 @@ declare const plugins$1: {
|
|
|
1280
1280
|
plugins: {};
|
|
1281
1281
|
name?: string;
|
|
1282
1282
|
rules?: Record<string, RuleConfig>;
|
|
1283
|
-
settings?:
|
|
1283
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1284
1284
|
};
|
|
1285
1285
|
strict: {
|
|
1286
1286
|
plugins: {};
|
|
1287
1287
|
name?: string;
|
|
1288
1288
|
rules?: Record<string, RuleConfig>;
|
|
1289
|
-
settings?:
|
|
1289
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1290
1290
|
};
|
|
1291
1291
|
};
|
|
1292
1292
|
meta: {
|
|
1293
1293
|
name: string;
|
|
1294
1294
|
version: string;
|
|
1295
1295
|
};
|
|
1296
|
-
rules: Record<string,
|
|
1296
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1297
1297
|
};
|
|
1298
1298
|
"@eslint-react": {
|
|
1299
1299
|
configs: {
|
|
@@ -1301,26 +1301,26 @@ declare const plugins$1: {
|
|
|
1301
1301
|
plugins: {};
|
|
1302
1302
|
name?: string;
|
|
1303
1303
|
rules?: Record<string, RuleConfig>;
|
|
1304
|
-
settings?:
|
|
1304
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1305
1305
|
};
|
|
1306
1306
|
"recommended-type-checked": {
|
|
1307
1307
|
plugins: {};
|
|
1308
1308
|
name?: string;
|
|
1309
1309
|
rules?: Record<string, RuleConfig>;
|
|
1310
|
-
settings?:
|
|
1310
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1311
1311
|
};
|
|
1312
1312
|
"recommended-typescript": {
|
|
1313
1313
|
plugins: {};
|
|
1314
1314
|
name?: string;
|
|
1315
1315
|
rules?: Record<string, RuleConfig>;
|
|
1316
|
-
settings?:
|
|
1316
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1317
1317
|
};
|
|
1318
1318
|
};
|
|
1319
1319
|
meta: {
|
|
1320
1320
|
name: string;
|
|
1321
1321
|
version: string;
|
|
1322
1322
|
};
|
|
1323
|
-
rules: Record<string,
|
|
1323
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1324
1324
|
};
|
|
1325
1325
|
};
|
|
1326
1326
|
declare const settings$1: {
|
|
@@ -1382,26 +1382,26 @@ declare const plugins: {
|
|
|
1382
1382
|
plugins: {};
|
|
1383
1383
|
name?: string;
|
|
1384
1384
|
rules?: Record<string, RuleConfig>;
|
|
1385
|
-
settings?:
|
|
1385
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1386
1386
|
};
|
|
1387
1387
|
"recommended-type-checked": {
|
|
1388
1388
|
plugins: {};
|
|
1389
1389
|
name?: string;
|
|
1390
1390
|
rules?: Record<string, RuleConfig>;
|
|
1391
|
-
settings?:
|
|
1391
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1392
1392
|
};
|
|
1393
1393
|
"recommended-typescript": {
|
|
1394
1394
|
plugins: {};
|
|
1395
1395
|
name?: string;
|
|
1396
1396
|
rules?: Record<string, RuleConfig>;
|
|
1397
|
-
settings?:
|
|
1397
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1398
1398
|
};
|
|
1399
1399
|
};
|
|
1400
1400
|
meta: {
|
|
1401
1401
|
name: string;
|
|
1402
1402
|
version: string;
|
|
1403
1403
|
};
|
|
1404
|
-
rules: Record<string,
|
|
1404
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1405
1405
|
};
|
|
1406
1406
|
};
|
|
1407
1407
|
declare const settings: {
|
|
@@ -1486,7 +1486,7 @@ declare const _default: {
|
|
|
1486
1486
|
name: string;
|
|
1487
1487
|
version: string;
|
|
1488
1488
|
};
|
|
1489
|
-
rules: Record<string,
|
|
1489
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1490
1490
|
};
|
|
1491
1491
|
//#endregion
|
|
1492
1492
|
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.1.
|
|
3
|
+
"version": "2.1.1-beta.1",
|
|
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.46.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.46.0",
|
|
44
44
|
"ts-api-utils": "^2.1.0",
|
|
45
|
-
"@eslint-react/eff": "2.1.
|
|
46
|
-
"@eslint-react/kit": "2.1.
|
|
47
|
-
"@eslint-react/shared": "2.1.
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-hooks-extra": "2.1.
|
|
51
|
-
"eslint-plugin-react-naming-convention": "2.1.
|
|
52
|
-
"eslint-plugin-react-web-api": "2.1.
|
|
53
|
-
"eslint-plugin-react-x": "2.1.
|
|
45
|
+
"@eslint-react/eff": "2.1.1-beta.1",
|
|
46
|
+
"@eslint-react/kit": "2.1.1-beta.1",
|
|
47
|
+
"@eslint-react/shared": "2.1.1-beta.1",
|
|
48
|
+
"eslint-plugin-react-debug": "2.1.1-beta.1",
|
|
49
|
+
"eslint-plugin-react-dom": "2.1.1-beta.1",
|
|
50
|
+
"eslint-plugin-react-hooks-extra": "2.1.1-beta.1",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "2.1.1-beta.1",
|
|
52
|
+
"eslint-plugin-react-web-api": "2.1.1-beta.1",
|
|
53
|
+
"eslint-plugin-react-x": "2.1.1-beta.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"tsdown": "^0.15.6",
|