@eslint-react/eslint-plugin 2.2.1-beta.0 → 2.2.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 +136 -136
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _eslint_react_shared7 from "@eslint-react/shared";
|
|
2
2
|
import { RuleConfig } from "@eslint-react/shared";
|
|
3
3
|
|
|
4
4
|
//#region src/configs/all.d.ts
|
|
@@ -105,14 +105,14 @@ declare const plugins$10: {
|
|
|
105
105
|
plugins: {};
|
|
106
106
|
name?: string;
|
|
107
107
|
rules?: Record<string, RuleConfig>;
|
|
108
|
-
settings?:
|
|
108
|
+
settings?: _eslint_react_shared7.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_shared7.CompatibleRule>;
|
|
116
116
|
};
|
|
117
117
|
"@eslint-react/naming-convention": {
|
|
118
118
|
configs: {
|
|
@@ -120,14 +120,14 @@ declare const plugins$10: {
|
|
|
120
120
|
plugins: {};
|
|
121
121
|
name?: string;
|
|
122
122
|
rules?: Record<string, RuleConfig>;
|
|
123
|
-
settings?:
|
|
123
|
+
settings?: _eslint_react_shared7.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_shared7.CompatibleRule>;
|
|
131
131
|
};
|
|
132
132
|
"@eslint-react/web-api": {
|
|
133
133
|
configs: {
|
|
@@ -135,14 +135,14 @@ declare const plugins$10: {
|
|
|
135
135
|
plugins: {};
|
|
136
136
|
name?: string;
|
|
137
137
|
rules?: Record<string, RuleConfig>;
|
|
138
|
-
settings?:
|
|
138
|
+
settings?: _eslint_react_shared7.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_shared7.CompatibleRule>;
|
|
146
146
|
};
|
|
147
147
|
"@eslint-react/dom": {
|
|
148
148
|
configs: {
|
|
@@ -150,20 +150,20 @@ declare const plugins$10: {
|
|
|
150
150
|
plugins: {};
|
|
151
151
|
name?: string;
|
|
152
152
|
rules?: Record<string, RuleConfig>;
|
|
153
|
-
settings?:
|
|
153
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
154
154
|
};
|
|
155
155
|
strict: {
|
|
156
156
|
plugins: {};
|
|
157
157
|
name?: string;
|
|
158
158
|
rules?: Record<string, RuleConfig>;
|
|
159
|
-
settings?:
|
|
159
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
160
160
|
};
|
|
161
161
|
};
|
|
162
162
|
meta: {
|
|
163
163
|
name: string;
|
|
164
164
|
version: string;
|
|
165
165
|
};
|
|
166
|
-
rules: Record<string,
|
|
166
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
167
167
|
};
|
|
168
168
|
"@eslint-react": {
|
|
169
169
|
configs: {
|
|
@@ -171,44 +171,44 @@ declare const plugins$10: {
|
|
|
171
171
|
plugins: {};
|
|
172
172
|
name?: string;
|
|
173
173
|
rules?: Record<string, RuleConfig>;
|
|
174
|
-
settings?:
|
|
174
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
175
175
|
};
|
|
176
176
|
"recommended-typescript": {
|
|
177
177
|
plugins: {};
|
|
178
178
|
name?: string;
|
|
179
179
|
rules?: Record<string, RuleConfig>;
|
|
180
|
-
settings?:
|
|
180
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
181
181
|
};
|
|
182
182
|
"recommended-type-checked": {
|
|
183
183
|
plugins: {};
|
|
184
184
|
name?: string;
|
|
185
185
|
rules?: Record<string, RuleConfig>;
|
|
186
|
-
settings?:
|
|
186
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
187
187
|
};
|
|
188
188
|
strict: {
|
|
189
189
|
plugins: {};
|
|
190
190
|
name?: string;
|
|
191
191
|
rules?: Record<string, RuleConfig>;
|
|
192
|
-
settings?:
|
|
192
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
193
193
|
};
|
|
194
194
|
"strict-typescript": {
|
|
195
195
|
plugins: {};
|
|
196
196
|
name?: string;
|
|
197
197
|
rules?: Record<string, RuleConfig>;
|
|
198
|
-
settings?:
|
|
198
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
199
199
|
};
|
|
200
200
|
"strict-type-checked": {
|
|
201
201
|
plugins: {};
|
|
202
202
|
name?: string;
|
|
203
203
|
rules?: Record<string, RuleConfig>;
|
|
204
|
-
settings?:
|
|
204
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
205
205
|
};
|
|
206
206
|
};
|
|
207
207
|
meta: {
|
|
208
208
|
name: string;
|
|
209
209
|
version: string;
|
|
210
210
|
};
|
|
211
|
-
rules: Record<string,
|
|
211
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
212
212
|
};
|
|
213
213
|
};
|
|
214
214
|
declare const settings$8: {
|
|
@@ -263,20 +263,20 @@ declare const plugins$9: {
|
|
|
263
263
|
plugins: {};
|
|
264
264
|
name?: string;
|
|
265
265
|
rules?: Record<string, RuleConfig>;
|
|
266
|
-
settings?:
|
|
266
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
267
267
|
};
|
|
268
268
|
strict: {
|
|
269
269
|
plugins: {};
|
|
270
270
|
name?: string;
|
|
271
271
|
rules?: Record<string, RuleConfig>;
|
|
272
|
-
settings?:
|
|
272
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
273
273
|
};
|
|
274
274
|
};
|
|
275
275
|
meta: {
|
|
276
276
|
name: string;
|
|
277
277
|
version: string;
|
|
278
278
|
};
|
|
279
|
-
rules: Record<string,
|
|
279
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
280
280
|
};
|
|
281
281
|
};
|
|
282
282
|
declare namespace no_deprecated_d_exports {
|
|
@@ -301,20 +301,20 @@ declare const plugins$8: {
|
|
|
301
301
|
plugins: {};
|
|
302
302
|
name?: string;
|
|
303
303
|
rules?: Record<string, RuleConfig>;
|
|
304
|
-
settings?:
|
|
304
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
305
305
|
};
|
|
306
306
|
strict: {
|
|
307
307
|
plugins: {};
|
|
308
308
|
name?: string;
|
|
309
309
|
rules?: Record<string, RuleConfig>;
|
|
310
|
-
settings?:
|
|
310
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
311
311
|
};
|
|
312
312
|
};
|
|
313
313
|
meta: {
|
|
314
314
|
name: string;
|
|
315
315
|
version: string;
|
|
316
316
|
};
|
|
317
|
-
rules: Record<string,
|
|
317
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
318
318
|
};
|
|
319
319
|
"@eslint-react": {
|
|
320
320
|
configs: {
|
|
@@ -322,44 +322,44 @@ declare const plugins$8: {
|
|
|
322
322
|
plugins: {};
|
|
323
323
|
name?: string;
|
|
324
324
|
rules?: Record<string, RuleConfig>;
|
|
325
|
-
settings?:
|
|
325
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
326
326
|
};
|
|
327
327
|
"recommended-typescript": {
|
|
328
328
|
plugins: {};
|
|
329
329
|
name?: string;
|
|
330
330
|
rules?: Record<string, RuleConfig>;
|
|
331
|
-
settings?:
|
|
331
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
332
332
|
};
|
|
333
333
|
"recommended-type-checked": {
|
|
334
334
|
plugins: {};
|
|
335
335
|
name?: string;
|
|
336
336
|
rules?: Record<string, RuleConfig>;
|
|
337
|
-
settings?:
|
|
337
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
338
338
|
};
|
|
339
339
|
strict: {
|
|
340
340
|
plugins: {};
|
|
341
341
|
name?: string;
|
|
342
342
|
rules?: Record<string, RuleConfig>;
|
|
343
|
-
settings?:
|
|
343
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
344
344
|
};
|
|
345
345
|
"strict-typescript": {
|
|
346
346
|
plugins: {};
|
|
347
347
|
name?: string;
|
|
348
348
|
rules?: Record<string, RuleConfig>;
|
|
349
|
-
settings?:
|
|
349
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
350
350
|
};
|
|
351
351
|
"strict-type-checked": {
|
|
352
352
|
plugins: {};
|
|
353
353
|
name?: string;
|
|
354
354
|
rules?: Record<string, RuleConfig>;
|
|
355
|
-
settings?:
|
|
355
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
356
356
|
};
|
|
357
357
|
};
|
|
358
358
|
meta: {
|
|
359
359
|
name: string;
|
|
360
360
|
version: string;
|
|
361
361
|
};
|
|
362
|
-
rules: Record<string,
|
|
362
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
363
363
|
};
|
|
364
364
|
};
|
|
365
365
|
declare namespace off_d_exports {
|
|
@@ -438,14 +438,14 @@ declare const plugins$7: {
|
|
|
438
438
|
plugins: {};
|
|
439
439
|
name?: string;
|
|
440
440
|
rules?: Record<string, RuleConfig>;
|
|
441
|
-
settings?:
|
|
441
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
442
442
|
};
|
|
443
443
|
};
|
|
444
444
|
meta: {
|
|
445
445
|
name: string;
|
|
446
446
|
version: string;
|
|
447
447
|
};
|
|
448
|
-
rules: Record<string,
|
|
448
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
449
449
|
};
|
|
450
450
|
"@eslint-react/naming-convention": {
|
|
451
451
|
configs: {
|
|
@@ -453,14 +453,14 @@ declare const plugins$7: {
|
|
|
453
453
|
plugins: {};
|
|
454
454
|
name?: string;
|
|
455
455
|
rules?: Record<string, RuleConfig>;
|
|
456
|
-
settings?:
|
|
456
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
457
457
|
};
|
|
458
458
|
};
|
|
459
459
|
meta: {
|
|
460
460
|
name: string;
|
|
461
461
|
version: string;
|
|
462
462
|
};
|
|
463
|
-
rules: Record<string,
|
|
463
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
464
464
|
};
|
|
465
465
|
"@eslint-react/web-api": {
|
|
466
466
|
configs: {
|
|
@@ -468,14 +468,14 @@ declare const plugins$7: {
|
|
|
468
468
|
plugins: {};
|
|
469
469
|
name?: string;
|
|
470
470
|
rules?: Record<string, RuleConfig>;
|
|
471
|
-
settings?:
|
|
471
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
472
472
|
};
|
|
473
473
|
};
|
|
474
474
|
meta: {
|
|
475
475
|
name: string;
|
|
476
476
|
version: string;
|
|
477
477
|
};
|
|
478
|
-
rules: Record<string,
|
|
478
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
479
479
|
};
|
|
480
480
|
"@eslint-react/dom": {
|
|
481
481
|
configs: {
|
|
@@ -483,20 +483,20 @@ declare const plugins$7: {
|
|
|
483
483
|
plugins: {};
|
|
484
484
|
name?: string;
|
|
485
485
|
rules?: Record<string, RuleConfig>;
|
|
486
|
-
settings?:
|
|
486
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
487
487
|
};
|
|
488
488
|
strict: {
|
|
489
489
|
plugins: {};
|
|
490
490
|
name?: string;
|
|
491
491
|
rules?: Record<string, RuleConfig>;
|
|
492
|
-
settings?:
|
|
492
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
493
493
|
};
|
|
494
494
|
};
|
|
495
495
|
meta: {
|
|
496
496
|
name: string;
|
|
497
497
|
version: string;
|
|
498
498
|
};
|
|
499
|
-
rules: Record<string,
|
|
499
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
500
500
|
};
|
|
501
501
|
"@eslint-react": {
|
|
502
502
|
configs: {
|
|
@@ -504,44 +504,44 @@ declare const plugins$7: {
|
|
|
504
504
|
plugins: {};
|
|
505
505
|
name?: string;
|
|
506
506
|
rules?: Record<string, RuleConfig>;
|
|
507
|
-
settings?:
|
|
507
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
508
508
|
};
|
|
509
509
|
"recommended-typescript": {
|
|
510
510
|
plugins: {};
|
|
511
511
|
name?: string;
|
|
512
512
|
rules?: Record<string, RuleConfig>;
|
|
513
|
-
settings?:
|
|
513
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
514
514
|
};
|
|
515
515
|
"recommended-type-checked": {
|
|
516
516
|
plugins: {};
|
|
517
517
|
name?: string;
|
|
518
518
|
rules?: Record<string, RuleConfig>;
|
|
519
|
-
settings?:
|
|
519
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
520
520
|
};
|
|
521
521
|
strict: {
|
|
522
522
|
plugins: {};
|
|
523
523
|
name?: string;
|
|
524
524
|
rules?: Record<string, RuleConfig>;
|
|
525
|
-
settings?:
|
|
525
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
526
526
|
};
|
|
527
527
|
"strict-typescript": {
|
|
528
528
|
plugins: {};
|
|
529
529
|
name?: string;
|
|
530
530
|
rules?: Record<string, RuleConfig>;
|
|
531
|
-
settings?:
|
|
531
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
532
532
|
};
|
|
533
533
|
"strict-type-checked": {
|
|
534
534
|
plugins: {};
|
|
535
535
|
name?: string;
|
|
536
536
|
rules?: Record<string, RuleConfig>;
|
|
537
|
-
settings?:
|
|
537
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
538
538
|
};
|
|
539
539
|
};
|
|
540
540
|
meta: {
|
|
541
541
|
name: string;
|
|
542
542
|
version: string;
|
|
543
543
|
};
|
|
544
|
-
rules: Record<string,
|
|
544
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
545
545
|
};
|
|
546
546
|
};
|
|
547
547
|
declare const settings$7: {
|
|
@@ -626,14 +626,14 @@ declare const plugins$6: {
|
|
|
626
626
|
plugins: {};
|
|
627
627
|
name?: string;
|
|
628
628
|
rules?: Record<string, RuleConfig>;
|
|
629
|
-
settings?:
|
|
629
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
630
630
|
};
|
|
631
631
|
};
|
|
632
632
|
meta: {
|
|
633
633
|
name: string;
|
|
634
634
|
version: string;
|
|
635
635
|
};
|
|
636
|
-
rules: Record<string,
|
|
636
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
637
637
|
};
|
|
638
638
|
"@eslint-react/naming-convention": {
|
|
639
639
|
configs: {
|
|
@@ -641,14 +641,14 @@ declare const plugins$6: {
|
|
|
641
641
|
plugins: {};
|
|
642
642
|
name?: string;
|
|
643
643
|
rules?: Record<string, RuleConfig>;
|
|
644
|
-
settings?:
|
|
644
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
645
645
|
};
|
|
646
646
|
};
|
|
647
647
|
meta: {
|
|
648
648
|
name: string;
|
|
649
649
|
version: string;
|
|
650
650
|
};
|
|
651
|
-
rules: Record<string,
|
|
651
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
652
652
|
};
|
|
653
653
|
"@eslint-react/web-api": {
|
|
654
654
|
configs: {
|
|
@@ -656,14 +656,14 @@ declare const plugins$6: {
|
|
|
656
656
|
plugins: {};
|
|
657
657
|
name?: string;
|
|
658
658
|
rules?: Record<string, RuleConfig>;
|
|
659
|
-
settings?:
|
|
659
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
660
660
|
};
|
|
661
661
|
};
|
|
662
662
|
meta: {
|
|
663
663
|
name: string;
|
|
664
664
|
version: string;
|
|
665
665
|
};
|
|
666
|
-
rules: Record<string,
|
|
666
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
667
667
|
};
|
|
668
668
|
"@eslint-react/dom": {
|
|
669
669
|
configs: {
|
|
@@ -671,20 +671,20 @@ declare const plugins$6: {
|
|
|
671
671
|
plugins: {};
|
|
672
672
|
name?: string;
|
|
673
673
|
rules?: Record<string, RuleConfig>;
|
|
674
|
-
settings?:
|
|
674
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
675
675
|
};
|
|
676
676
|
strict: {
|
|
677
677
|
plugins: {};
|
|
678
678
|
name?: string;
|
|
679
679
|
rules?: Record<string, RuleConfig>;
|
|
680
|
-
settings?:
|
|
680
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
681
681
|
};
|
|
682
682
|
};
|
|
683
683
|
meta: {
|
|
684
684
|
name: string;
|
|
685
685
|
version: string;
|
|
686
686
|
};
|
|
687
|
-
rules: Record<string,
|
|
687
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
688
688
|
};
|
|
689
689
|
"@eslint-react": {
|
|
690
690
|
configs: {
|
|
@@ -692,44 +692,44 @@ declare const plugins$6: {
|
|
|
692
692
|
plugins: {};
|
|
693
693
|
name?: string;
|
|
694
694
|
rules?: Record<string, RuleConfig>;
|
|
695
|
-
settings?:
|
|
695
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
696
696
|
};
|
|
697
697
|
"recommended-typescript": {
|
|
698
698
|
plugins: {};
|
|
699
699
|
name?: string;
|
|
700
700
|
rules?: Record<string, RuleConfig>;
|
|
701
|
-
settings?:
|
|
701
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
702
702
|
};
|
|
703
703
|
"recommended-type-checked": {
|
|
704
704
|
plugins: {};
|
|
705
705
|
name?: string;
|
|
706
706
|
rules?: Record<string, RuleConfig>;
|
|
707
|
-
settings?:
|
|
707
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
708
708
|
};
|
|
709
709
|
strict: {
|
|
710
710
|
plugins: {};
|
|
711
711
|
name?: string;
|
|
712
712
|
rules?: Record<string, RuleConfig>;
|
|
713
|
-
settings?:
|
|
713
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
714
714
|
};
|
|
715
715
|
"strict-typescript": {
|
|
716
716
|
plugins: {};
|
|
717
717
|
name?: string;
|
|
718
718
|
rules?: Record<string, RuleConfig>;
|
|
719
|
-
settings?:
|
|
719
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
720
720
|
};
|
|
721
721
|
"strict-type-checked": {
|
|
722
722
|
plugins: {};
|
|
723
723
|
name?: string;
|
|
724
724
|
rules?: Record<string, RuleConfig>;
|
|
725
|
-
settings?:
|
|
725
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
726
726
|
};
|
|
727
727
|
};
|
|
728
728
|
meta: {
|
|
729
729
|
name: string;
|
|
730
730
|
version: string;
|
|
731
731
|
};
|
|
732
|
-
rules: Record<string,
|
|
732
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
733
733
|
};
|
|
734
734
|
};
|
|
735
735
|
declare const settings$6: {
|
|
@@ -813,14 +813,14 @@ declare const plugins$5: {
|
|
|
813
813
|
plugins: {};
|
|
814
814
|
name?: string;
|
|
815
815
|
rules?: Record<string, RuleConfig>;
|
|
816
|
-
settings?:
|
|
816
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
817
817
|
};
|
|
818
818
|
};
|
|
819
819
|
meta: {
|
|
820
820
|
name: string;
|
|
821
821
|
version: string;
|
|
822
822
|
};
|
|
823
|
-
rules: Record<string,
|
|
823
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
824
824
|
};
|
|
825
825
|
"@eslint-react/naming-convention": {
|
|
826
826
|
configs: {
|
|
@@ -828,14 +828,14 @@ declare const plugins$5: {
|
|
|
828
828
|
plugins: {};
|
|
829
829
|
name?: string;
|
|
830
830
|
rules?: Record<string, RuleConfig>;
|
|
831
|
-
settings?:
|
|
831
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
832
832
|
};
|
|
833
833
|
};
|
|
834
834
|
meta: {
|
|
835
835
|
name: string;
|
|
836
836
|
version: string;
|
|
837
837
|
};
|
|
838
|
-
rules: Record<string,
|
|
838
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
839
839
|
};
|
|
840
840
|
"@eslint-react/web-api": {
|
|
841
841
|
configs: {
|
|
@@ -843,14 +843,14 @@ declare const plugins$5: {
|
|
|
843
843
|
plugins: {};
|
|
844
844
|
name?: string;
|
|
845
845
|
rules?: Record<string, RuleConfig>;
|
|
846
|
-
settings?:
|
|
846
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
847
847
|
};
|
|
848
848
|
};
|
|
849
849
|
meta: {
|
|
850
850
|
name: string;
|
|
851
851
|
version: string;
|
|
852
852
|
};
|
|
853
|
-
rules: Record<string,
|
|
853
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
854
854
|
};
|
|
855
855
|
"@eslint-react/dom": {
|
|
856
856
|
configs: {
|
|
@@ -858,20 +858,20 @@ declare const plugins$5: {
|
|
|
858
858
|
plugins: {};
|
|
859
859
|
name?: string;
|
|
860
860
|
rules?: Record<string, RuleConfig>;
|
|
861
|
-
settings?:
|
|
861
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
862
862
|
};
|
|
863
863
|
strict: {
|
|
864
864
|
plugins: {};
|
|
865
865
|
name?: string;
|
|
866
866
|
rules?: Record<string, RuleConfig>;
|
|
867
|
-
settings?:
|
|
867
|
+
settings?: _eslint_react_shared7.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_shared7.CompatibleRule>;
|
|
875
875
|
};
|
|
876
876
|
"@eslint-react": {
|
|
877
877
|
configs: {
|
|
@@ -879,44 +879,44 @@ declare const plugins$5: {
|
|
|
879
879
|
plugins: {};
|
|
880
880
|
name?: string;
|
|
881
881
|
rules?: Record<string, RuleConfig>;
|
|
882
|
-
settings?:
|
|
882
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
883
883
|
};
|
|
884
884
|
"recommended-typescript": {
|
|
885
885
|
plugins: {};
|
|
886
886
|
name?: string;
|
|
887
887
|
rules?: Record<string, RuleConfig>;
|
|
888
|
-
settings?:
|
|
888
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
889
889
|
};
|
|
890
890
|
"recommended-type-checked": {
|
|
891
891
|
plugins: {};
|
|
892
892
|
name?: string;
|
|
893
893
|
rules?: Record<string, RuleConfig>;
|
|
894
|
-
settings?:
|
|
894
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
895
895
|
};
|
|
896
896
|
strict: {
|
|
897
897
|
plugins: {};
|
|
898
898
|
name?: string;
|
|
899
899
|
rules?: Record<string, RuleConfig>;
|
|
900
|
-
settings?:
|
|
900
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
901
901
|
};
|
|
902
902
|
"strict-typescript": {
|
|
903
903
|
plugins: {};
|
|
904
904
|
name?: string;
|
|
905
905
|
rules?: Record<string, RuleConfig>;
|
|
906
|
-
settings?:
|
|
906
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
907
907
|
};
|
|
908
908
|
"strict-type-checked": {
|
|
909
909
|
plugins: {};
|
|
910
910
|
name?: string;
|
|
911
911
|
rules?: Record<string, RuleConfig>;
|
|
912
|
-
settings?:
|
|
912
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
913
913
|
};
|
|
914
914
|
};
|
|
915
915
|
meta: {
|
|
916
916
|
name: string;
|
|
917
917
|
version: string;
|
|
918
918
|
};
|
|
919
|
-
rules: Record<string,
|
|
919
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
920
920
|
};
|
|
921
921
|
};
|
|
922
922
|
declare const settings$5: {
|
|
@@ -1012,14 +1012,14 @@ declare const plugins$4: {
|
|
|
1012
1012
|
plugins: {};
|
|
1013
1013
|
name?: string;
|
|
1014
1014
|
rules?: Record<string, RuleConfig>;
|
|
1015
|
-
settings?:
|
|
1015
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1016
1016
|
};
|
|
1017
1017
|
};
|
|
1018
1018
|
meta: {
|
|
1019
1019
|
name: string;
|
|
1020
1020
|
version: string;
|
|
1021
1021
|
};
|
|
1022
|
-
rules: Record<string,
|
|
1022
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1023
1023
|
};
|
|
1024
1024
|
"@eslint-react/naming-convention": {
|
|
1025
1025
|
configs: {
|
|
@@ -1027,14 +1027,14 @@ declare const plugins$4: {
|
|
|
1027
1027
|
plugins: {};
|
|
1028
1028
|
name?: string;
|
|
1029
1029
|
rules?: Record<string, RuleConfig>;
|
|
1030
|
-
settings?:
|
|
1030
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1031
1031
|
};
|
|
1032
1032
|
};
|
|
1033
1033
|
meta: {
|
|
1034
1034
|
name: string;
|
|
1035
1035
|
version: string;
|
|
1036
1036
|
};
|
|
1037
|
-
rules: Record<string,
|
|
1037
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1038
1038
|
};
|
|
1039
1039
|
"@eslint-react/web-api": {
|
|
1040
1040
|
configs: {
|
|
@@ -1042,14 +1042,14 @@ declare const plugins$4: {
|
|
|
1042
1042
|
plugins: {};
|
|
1043
1043
|
name?: string;
|
|
1044
1044
|
rules?: Record<string, RuleConfig>;
|
|
1045
|
-
settings?:
|
|
1045
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1046
1046
|
};
|
|
1047
1047
|
};
|
|
1048
1048
|
meta: {
|
|
1049
1049
|
name: string;
|
|
1050
1050
|
version: string;
|
|
1051
1051
|
};
|
|
1052
|
-
rules: Record<string,
|
|
1052
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1053
1053
|
};
|
|
1054
1054
|
"@eslint-react/dom": {
|
|
1055
1055
|
configs: {
|
|
@@ -1057,20 +1057,20 @@ declare const plugins$4: {
|
|
|
1057
1057
|
plugins: {};
|
|
1058
1058
|
name?: string;
|
|
1059
1059
|
rules?: Record<string, RuleConfig>;
|
|
1060
|
-
settings?:
|
|
1060
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1061
1061
|
};
|
|
1062
1062
|
strict: {
|
|
1063
1063
|
plugins: {};
|
|
1064
1064
|
name?: string;
|
|
1065
1065
|
rules?: Record<string, RuleConfig>;
|
|
1066
|
-
settings?:
|
|
1066
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1067
1067
|
};
|
|
1068
1068
|
};
|
|
1069
1069
|
meta: {
|
|
1070
1070
|
name: string;
|
|
1071
1071
|
version: string;
|
|
1072
1072
|
};
|
|
1073
|
-
rules: Record<string,
|
|
1073
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1074
1074
|
};
|
|
1075
1075
|
"@eslint-react": {
|
|
1076
1076
|
configs: {
|
|
@@ -1078,44 +1078,44 @@ declare const plugins$4: {
|
|
|
1078
1078
|
plugins: {};
|
|
1079
1079
|
name?: string;
|
|
1080
1080
|
rules?: Record<string, RuleConfig>;
|
|
1081
|
-
settings?:
|
|
1081
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1082
1082
|
};
|
|
1083
1083
|
"recommended-typescript": {
|
|
1084
1084
|
plugins: {};
|
|
1085
1085
|
name?: string;
|
|
1086
1086
|
rules?: Record<string, RuleConfig>;
|
|
1087
|
-
settings?:
|
|
1087
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1088
1088
|
};
|
|
1089
1089
|
"recommended-type-checked": {
|
|
1090
1090
|
plugins: {};
|
|
1091
1091
|
name?: string;
|
|
1092
1092
|
rules?: Record<string, RuleConfig>;
|
|
1093
|
-
settings?:
|
|
1093
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1094
1094
|
};
|
|
1095
1095
|
strict: {
|
|
1096
1096
|
plugins: {};
|
|
1097
1097
|
name?: string;
|
|
1098
1098
|
rules?: Record<string, RuleConfig>;
|
|
1099
|
-
settings?:
|
|
1099
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1100
1100
|
};
|
|
1101
1101
|
"strict-typescript": {
|
|
1102
1102
|
plugins: {};
|
|
1103
1103
|
name?: string;
|
|
1104
1104
|
rules?: Record<string, RuleConfig>;
|
|
1105
|
-
settings?:
|
|
1105
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1106
1106
|
};
|
|
1107
1107
|
"strict-type-checked": {
|
|
1108
1108
|
plugins: {};
|
|
1109
1109
|
name?: string;
|
|
1110
1110
|
rules?: Record<string, RuleConfig>;
|
|
1111
|
-
settings?:
|
|
1111
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1112
1112
|
};
|
|
1113
1113
|
};
|
|
1114
1114
|
meta: {
|
|
1115
1115
|
name: string;
|
|
1116
1116
|
version: string;
|
|
1117
1117
|
};
|
|
1118
|
-
rules: Record<string,
|
|
1118
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1119
1119
|
};
|
|
1120
1120
|
};
|
|
1121
1121
|
declare const settings$4: {
|
|
@@ -1216,14 +1216,14 @@ declare const plugins$3: {
|
|
|
1216
1216
|
plugins: {};
|
|
1217
1217
|
name?: string;
|
|
1218
1218
|
rules?: Record<string, RuleConfig>;
|
|
1219
|
-
settings?:
|
|
1219
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1220
1220
|
};
|
|
1221
1221
|
};
|
|
1222
1222
|
meta: {
|
|
1223
1223
|
name: string;
|
|
1224
1224
|
version: string;
|
|
1225
1225
|
};
|
|
1226
|
-
rules: Record<string,
|
|
1226
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1227
1227
|
};
|
|
1228
1228
|
"@eslint-react/naming-convention": {
|
|
1229
1229
|
configs: {
|
|
@@ -1231,14 +1231,14 @@ declare const plugins$3: {
|
|
|
1231
1231
|
plugins: {};
|
|
1232
1232
|
name?: string;
|
|
1233
1233
|
rules?: Record<string, RuleConfig>;
|
|
1234
|
-
settings?:
|
|
1234
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1235
1235
|
};
|
|
1236
1236
|
};
|
|
1237
1237
|
meta: {
|
|
1238
1238
|
name: string;
|
|
1239
1239
|
version: string;
|
|
1240
1240
|
};
|
|
1241
|
-
rules: Record<string,
|
|
1241
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1242
1242
|
};
|
|
1243
1243
|
"@eslint-react/web-api": {
|
|
1244
1244
|
configs: {
|
|
@@ -1246,14 +1246,14 @@ declare const plugins$3: {
|
|
|
1246
1246
|
plugins: {};
|
|
1247
1247
|
name?: string;
|
|
1248
1248
|
rules?: Record<string, RuleConfig>;
|
|
1249
|
-
settings?:
|
|
1249
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1250
1250
|
};
|
|
1251
1251
|
};
|
|
1252
1252
|
meta: {
|
|
1253
1253
|
name: string;
|
|
1254
1254
|
version: string;
|
|
1255
1255
|
};
|
|
1256
|
-
rules: Record<string,
|
|
1256
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1257
1257
|
};
|
|
1258
1258
|
"@eslint-react/dom": {
|
|
1259
1259
|
configs: {
|
|
@@ -1261,20 +1261,20 @@ declare const plugins$3: {
|
|
|
1261
1261
|
plugins: {};
|
|
1262
1262
|
name?: string;
|
|
1263
1263
|
rules?: Record<string, RuleConfig>;
|
|
1264
|
-
settings?:
|
|
1264
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1265
1265
|
};
|
|
1266
1266
|
strict: {
|
|
1267
1267
|
plugins: {};
|
|
1268
1268
|
name?: string;
|
|
1269
1269
|
rules?: Record<string, RuleConfig>;
|
|
1270
|
-
settings?:
|
|
1270
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1271
1271
|
};
|
|
1272
1272
|
};
|
|
1273
1273
|
meta: {
|
|
1274
1274
|
name: string;
|
|
1275
1275
|
version: string;
|
|
1276
1276
|
};
|
|
1277
|
-
rules: Record<string,
|
|
1277
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1278
1278
|
};
|
|
1279
1279
|
"@eslint-react": {
|
|
1280
1280
|
configs: {
|
|
@@ -1282,44 +1282,44 @@ declare const plugins$3: {
|
|
|
1282
1282
|
plugins: {};
|
|
1283
1283
|
name?: string;
|
|
1284
1284
|
rules?: Record<string, RuleConfig>;
|
|
1285
|
-
settings?:
|
|
1285
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1286
1286
|
};
|
|
1287
1287
|
"recommended-typescript": {
|
|
1288
1288
|
plugins: {};
|
|
1289
1289
|
name?: string;
|
|
1290
1290
|
rules?: Record<string, RuleConfig>;
|
|
1291
|
-
settings?:
|
|
1291
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1292
1292
|
};
|
|
1293
1293
|
"recommended-type-checked": {
|
|
1294
1294
|
plugins: {};
|
|
1295
1295
|
name?: string;
|
|
1296
1296
|
rules?: Record<string, RuleConfig>;
|
|
1297
|
-
settings?:
|
|
1297
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1298
1298
|
};
|
|
1299
1299
|
strict: {
|
|
1300
1300
|
plugins: {};
|
|
1301
1301
|
name?: string;
|
|
1302
1302
|
rules?: Record<string, RuleConfig>;
|
|
1303
|
-
settings?:
|
|
1303
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1304
1304
|
};
|
|
1305
1305
|
"strict-typescript": {
|
|
1306
1306
|
plugins: {};
|
|
1307
1307
|
name?: string;
|
|
1308
1308
|
rules?: Record<string, RuleConfig>;
|
|
1309
|
-
settings?:
|
|
1309
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1310
1310
|
};
|
|
1311
1311
|
"strict-type-checked": {
|
|
1312
1312
|
plugins: {};
|
|
1313
1313
|
name?: string;
|
|
1314
1314
|
rules?: Record<string, RuleConfig>;
|
|
1315
|
-
settings?:
|
|
1315
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1316
1316
|
};
|
|
1317
1317
|
};
|
|
1318
1318
|
meta: {
|
|
1319
1319
|
name: string;
|
|
1320
1320
|
version: string;
|
|
1321
1321
|
};
|
|
1322
|
-
rules: Record<string,
|
|
1322
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1323
1323
|
};
|
|
1324
1324
|
};
|
|
1325
1325
|
declare const settings$3: {
|
|
@@ -1418,14 +1418,14 @@ declare const plugins$2: {
|
|
|
1418
1418
|
plugins: {};
|
|
1419
1419
|
name?: string;
|
|
1420
1420
|
rules?: Record<string, RuleConfig>;
|
|
1421
|
-
settings?:
|
|
1421
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1422
1422
|
};
|
|
1423
1423
|
};
|
|
1424
1424
|
meta: {
|
|
1425
1425
|
name: string;
|
|
1426
1426
|
version: string;
|
|
1427
1427
|
};
|
|
1428
|
-
rules: Record<string,
|
|
1428
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1429
1429
|
};
|
|
1430
1430
|
"@eslint-react/naming-convention": {
|
|
1431
1431
|
configs: {
|
|
@@ -1433,14 +1433,14 @@ declare const plugins$2: {
|
|
|
1433
1433
|
plugins: {};
|
|
1434
1434
|
name?: string;
|
|
1435
1435
|
rules?: Record<string, RuleConfig>;
|
|
1436
|
-
settings?:
|
|
1436
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1437
1437
|
};
|
|
1438
1438
|
};
|
|
1439
1439
|
meta: {
|
|
1440
1440
|
name: string;
|
|
1441
1441
|
version: string;
|
|
1442
1442
|
};
|
|
1443
|
-
rules: Record<string,
|
|
1443
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1444
1444
|
};
|
|
1445
1445
|
"@eslint-react/web-api": {
|
|
1446
1446
|
configs: {
|
|
@@ -1448,14 +1448,14 @@ declare const plugins$2: {
|
|
|
1448
1448
|
plugins: {};
|
|
1449
1449
|
name?: string;
|
|
1450
1450
|
rules?: Record<string, RuleConfig>;
|
|
1451
|
-
settings?:
|
|
1451
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1452
1452
|
};
|
|
1453
1453
|
};
|
|
1454
1454
|
meta: {
|
|
1455
1455
|
name: string;
|
|
1456
1456
|
version: string;
|
|
1457
1457
|
};
|
|
1458
|
-
rules: Record<string,
|
|
1458
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1459
1459
|
};
|
|
1460
1460
|
"@eslint-react/dom": {
|
|
1461
1461
|
configs: {
|
|
@@ -1463,20 +1463,20 @@ declare const plugins$2: {
|
|
|
1463
1463
|
plugins: {};
|
|
1464
1464
|
name?: string;
|
|
1465
1465
|
rules?: Record<string, RuleConfig>;
|
|
1466
|
-
settings?:
|
|
1466
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1467
1467
|
};
|
|
1468
1468
|
strict: {
|
|
1469
1469
|
plugins: {};
|
|
1470
1470
|
name?: string;
|
|
1471
1471
|
rules?: Record<string, RuleConfig>;
|
|
1472
|
-
settings?:
|
|
1472
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1473
1473
|
};
|
|
1474
1474
|
};
|
|
1475
1475
|
meta: {
|
|
1476
1476
|
name: string;
|
|
1477
1477
|
version: string;
|
|
1478
1478
|
};
|
|
1479
|
-
rules: Record<string,
|
|
1479
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1480
1480
|
};
|
|
1481
1481
|
"@eslint-react": {
|
|
1482
1482
|
configs: {
|
|
@@ -1484,44 +1484,44 @@ declare const plugins$2: {
|
|
|
1484
1484
|
plugins: {};
|
|
1485
1485
|
name?: string;
|
|
1486
1486
|
rules?: Record<string, RuleConfig>;
|
|
1487
|
-
settings?:
|
|
1487
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1488
1488
|
};
|
|
1489
1489
|
"recommended-typescript": {
|
|
1490
1490
|
plugins: {};
|
|
1491
1491
|
name?: string;
|
|
1492
1492
|
rules?: Record<string, RuleConfig>;
|
|
1493
|
-
settings?:
|
|
1493
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1494
1494
|
};
|
|
1495
1495
|
"recommended-type-checked": {
|
|
1496
1496
|
plugins: {};
|
|
1497
1497
|
name?: string;
|
|
1498
1498
|
rules?: Record<string, RuleConfig>;
|
|
1499
|
-
settings?:
|
|
1499
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1500
1500
|
};
|
|
1501
1501
|
strict: {
|
|
1502
1502
|
plugins: {};
|
|
1503
1503
|
name?: string;
|
|
1504
1504
|
rules?: Record<string, RuleConfig>;
|
|
1505
|
-
settings?:
|
|
1505
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1506
1506
|
};
|
|
1507
1507
|
"strict-typescript": {
|
|
1508
1508
|
plugins: {};
|
|
1509
1509
|
name?: string;
|
|
1510
1510
|
rules?: Record<string, RuleConfig>;
|
|
1511
|
-
settings?:
|
|
1511
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1512
1512
|
};
|
|
1513
1513
|
"strict-type-checked": {
|
|
1514
1514
|
plugins: {};
|
|
1515
1515
|
name?: string;
|
|
1516
1516
|
rules?: Record<string, RuleConfig>;
|
|
1517
|
-
settings?:
|
|
1517
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1518
1518
|
};
|
|
1519
1519
|
};
|
|
1520
1520
|
meta: {
|
|
1521
1521
|
name: string;
|
|
1522
1522
|
version: string;
|
|
1523
1523
|
};
|
|
1524
|
-
rules: Record<string,
|
|
1524
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1525
1525
|
};
|
|
1526
1526
|
};
|
|
1527
1527
|
declare const settings$2: {
|
|
@@ -1548,14 +1548,14 @@ declare const plugins$1: {
|
|
|
1548
1548
|
plugins: {};
|
|
1549
1549
|
name?: string;
|
|
1550
1550
|
rules?: Record<string, RuleConfig>;
|
|
1551
|
-
settings?:
|
|
1551
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1552
1552
|
};
|
|
1553
1553
|
};
|
|
1554
1554
|
meta: {
|
|
1555
1555
|
name: string;
|
|
1556
1556
|
version: string;
|
|
1557
1557
|
};
|
|
1558
|
-
rules: Record<string,
|
|
1558
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1559
1559
|
};
|
|
1560
1560
|
};
|
|
1561
1561
|
declare const settings$1: {
|
|
@@ -1617,44 +1617,44 @@ declare const plugins: {
|
|
|
1617
1617
|
plugins: {};
|
|
1618
1618
|
name?: string;
|
|
1619
1619
|
rules?: Record<string, RuleConfig>;
|
|
1620
|
-
settings?:
|
|
1620
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1621
1621
|
};
|
|
1622
1622
|
"recommended-typescript": {
|
|
1623
1623
|
plugins: {};
|
|
1624
1624
|
name?: string;
|
|
1625
1625
|
rules?: Record<string, RuleConfig>;
|
|
1626
|
-
settings?:
|
|
1626
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1627
1627
|
};
|
|
1628
1628
|
"recommended-type-checked": {
|
|
1629
1629
|
plugins: {};
|
|
1630
1630
|
name?: string;
|
|
1631
1631
|
rules?: Record<string, RuleConfig>;
|
|
1632
|
-
settings?:
|
|
1632
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1633
1633
|
};
|
|
1634
1634
|
strict: {
|
|
1635
1635
|
plugins: {};
|
|
1636
1636
|
name?: string;
|
|
1637
1637
|
rules?: Record<string, RuleConfig>;
|
|
1638
|
-
settings?:
|
|
1638
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1639
1639
|
};
|
|
1640
1640
|
"strict-typescript": {
|
|
1641
1641
|
plugins: {};
|
|
1642
1642
|
name?: string;
|
|
1643
1643
|
rules?: Record<string, RuleConfig>;
|
|
1644
|
-
settings?:
|
|
1644
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1645
1645
|
};
|
|
1646
1646
|
"strict-type-checked": {
|
|
1647
1647
|
plugins: {};
|
|
1648
1648
|
name?: string;
|
|
1649
1649
|
rules?: Record<string, RuleConfig>;
|
|
1650
|
-
settings?:
|
|
1650
|
+
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1651
1651
|
};
|
|
1652
1652
|
};
|
|
1653
1653
|
meta: {
|
|
1654
1654
|
name: string;
|
|
1655
1655
|
version: string;
|
|
1656
1656
|
};
|
|
1657
|
-
rules: Record<string,
|
|
1657
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1658
1658
|
};
|
|
1659
1659
|
};
|
|
1660
1660
|
declare const settings: {
|
|
@@ -1739,7 +1739,7 @@ declare const _default: {
|
|
|
1739
1739
|
name: string;
|
|
1740
1740
|
version: string;
|
|
1741
1741
|
};
|
|
1742
|
-
rules: Record<string,
|
|
1742
|
+
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1743
1743
|
};
|
|
1744
1744
|
//#endregion
|
|
1745
1745
|
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.2.1
|
|
3
|
+
"version": "2.2.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,13 +42,13 @@
|
|
|
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.2.1
|
|
46
|
-
"@eslint-react/shared": "2.2.1
|
|
47
|
-
"eslint-plugin-react-dom": "2.2.1
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-x": "2.2.1
|
|
45
|
+
"@eslint-react/eff": "2.2.1",
|
|
46
|
+
"@eslint-react/shared": "2.2.1",
|
|
47
|
+
"eslint-plugin-react-dom": "2.2.1",
|
|
48
|
+
"eslint-plugin-react-hooks-extra": "2.2.1",
|
|
49
|
+
"eslint-plugin-react-naming-convention": "2.2.1",
|
|
50
|
+
"eslint-plugin-react-web-api": "2.2.1",
|
|
51
|
+
"eslint-plugin-react-x": "2.2.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"tsdown": "^0.15.6",
|