@eslint-react/eslint-plugin 2.2.0-beta.0 → 2.2.0
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 +152 -152
- package/dist/index.js +1 -1
- package/package.json +9 -9
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _eslint_react_shared0 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$11: {
|
|
|
105
105
|
plugins: {};
|
|
106
106
|
name?: string;
|
|
107
107
|
rules?: Record<string, RuleConfig>;
|
|
108
|
-
settings?:
|
|
108
|
+
settings?: _eslint_react_shared0.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_shared0.CompatibleRule>;
|
|
116
116
|
};
|
|
117
117
|
"@eslint-react/hooks-extra": {
|
|
118
118
|
configs: {
|
|
@@ -120,14 +120,14 @@ declare const plugins$11: {
|
|
|
120
120
|
plugins: {};
|
|
121
121
|
name?: string;
|
|
122
122
|
rules?: Record<string, RuleConfig>;
|
|
123
|
-
settings?:
|
|
123
|
+
settings?: _eslint_react_shared0.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_shared0.CompatibleRule>;
|
|
131
131
|
};
|
|
132
132
|
"@eslint-react/naming-convention": {
|
|
133
133
|
configs: {
|
|
@@ -135,14 +135,14 @@ declare const plugins$11: {
|
|
|
135
135
|
plugins: {};
|
|
136
136
|
name?: string;
|
|
137
137
|
rules?: Record<string, RuleConfig>;
|
|
138
|
-
settings?:
|
|
138
|
+
settings?: _eslint_react_shared0.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_shared0.CompatibleRule>;
|
|
146
146
|
};
|
|
147
147
|
"@eslint-react/web-api": {
|
|
148
148
|
configs: {
|
|
@@ -150,14 +150,14 @@ declare const plugins$11: {
|
|
|
150
150
|
plugins: {};
|
|
151
151
|
name?: string;
|
|
152
152
|
rules?: Record<string, RuleConfig>;
|
|
153
|
-
settings?:
|
|
153
|
+
settings?: _eslint_react_shared0.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_shared0.CompatibleRule>;
|
|
161
161
|
};
|
|
162
162
|
"@eslint-react/dom": {
|
|
163
163
|
configs: {
|
|
@@ -165,20 +165,20 @@ declare const plugins$11: {
|
|
|
165
165
|
plugins: {};
|
|
166
166
|
name?: string;
|
|
167
167
|
rules?: Record<string, RuleConfig>;
|
|
168
|
-
settings?:
|
|
168
|
+
settings?: _eslint_react_shared0.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_shared0.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_shared0.CompatibleRule>;
|
|
182
182
|
};
|
|
183
183
|
"@eslint-react": {
|
|
184
184
|
configs: {
|
|
@@ -186,44 +186,44 @@ declare const plugins$11: {
|
|
|
186
186
|
plugins: {};
|
|
187
187
|
name?: string;
|
|
188
188
|
rules?: Record<string, RuleConfig>;
|
|
189
|
-
settings?:
|
|
189
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
190
190
|
};
|
|
191
191
|
"recommended-typescript": {
|
|
192
192
|
plugins: {};
|
|
193
193
|
name?: string;
|
|
194
194
|
rules?: Record<string, RuleConfig>;
|
|
195
|
-
settings?:
|
|
195
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
196
196
|
};
|
|
197
197
|
"recommended-type-checked": {
|
|
198
198
|
plugins: {};
|
|
199
199
|
name?: string;
|
|
200
200
|
rules?: Record<string, RuleConfig>;
|
|
201
|
-
settings?:
|
|
201
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
202
202
|
};
|
|
203
203
|
strict: {
|
|
204
204
|
plugins: {};
|
|
205
205
|
name?: string;
|
|
206
206
|
rules?: Record<string, RuleConfig>;
|
|
207
|
-
settings?:
|
|
207
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
208
208
|
};
|
|
209
209
|
"strict-typescript": {
|
|
210
210
|
plugins: {};
|
|
211
211
|
name?: string;
|
|
212
212
|
rules?: Record<string, RuleConfig>;
|
|
213
|
-
settings?:
|
|
213
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
214
214
|
};
|
|
215
215
|
"strict-type-checked": {
|
|
216
216
|
plugins: {};
|
|
217
217
|
name?: string;
|
|
218
218
|
rules?: Record<string, RuleConfig>;
|
|
219
|
-
settings?:
|
|
219
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
220
220
|
};
|
|
221
221
|
};
|
|
222
222
|
meta: {
|
|
223
223
|
name: string;
|
|
224
224
|
version: string;
|
|
225
225
|
};
|
|
226
|
-
rules: Record<string,
|
|
226
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
227
227
|
};
|
|
228
228
|
};
|
|
229
229
|
declare const settings$8: {
|
|
@@ -251,14 +251,14 @@ declare const plugins$10: {
|
|
|
251
251
|
plugins: {};
|
|
252
252
|
name?: string;
|
|
253
253
|
rules?: Record<string, RuleConfig>;
|
|
254
|
-
settings?:
|
|
254
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
255
255
|
};
|
|
256
256
|
};
|
|
257
257
|
meta: {
|
|
258
258
|
name: string;
|
|
259
259
|
version: string;
|
|
260
260
|
};
|
|
261
|
-
rules: Record<string,
|
|
261
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
262
262
|
};
|
|
263
263
|
};
|
|
264
264
|
declare namespace disable_conflict_eslint_plugin_react_d_exports {
|
|
@@ -311,20 +311,20 @@ declare const plugins$9: {
|
|
|
311
311
|
plugins: {};
|
|
312
312
|
name?: string;
|
|
313
313
|
rules?: Record<string, RuleConfig>;
|
|
314
|
-
settings?:
|
|
314
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
315
315
|
};
|
|
316
316
|
strict: {
|
|
317
317
|
plugins: {};
|
|
318
318
|
name?: string;
|
|
319
319
|
rules?: Record<string, RuleConfig>;
|
|
320
|
-
settings?:
|
|
320
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
321
321
|
};
|
|
322
322
|
};
|
|
323
323
|
meta: {
|
|
324
324
|
name: string;
|
|
325
325
|
version: string;
|
|
326
326
|
};
|
|
327
|
-
rules: Record<string,
|
|
327
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
328
328
|
};
|
|
329
329
|
};
|
|
330
330
|
declare namespace no_deprecated_d_exports {
|
|
@@ -349,20 +349,20 @@ declare const plugins$8: {
|
|
|
349
349
|
plugins: {};
|
|
350
350
|
name?: string;
|
|
351
351
|
rules?: Record<string, RuleConfig>;
|
|
352
|
-
settings?:
|
|
352
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
353
353
|
};
|
|
354
354
|
strict: {
|
|
355
355
|
plugins: {};
|
|
356
356
|
name?: string;
|
|
357
357
|
rules?: Record<string, RuleConfig>;
|
|
358
|
-
settings?:
|
|
358
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
359
359
|
};
|
|
360
360
|
};
|
|
361
361
|
meta: {
|
|
362
362
|
name: string;
|
|
363
363
|
version: string;
|
|
364
364
|
};
|
|
365
|
-
rules: Record<string,
|
|
365
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
366
366
|
};
|
|
367
367
|
"@eslint-react": {
|
|
368
368
|
configs: {
|
|
@@ -370,44 +370,44 @@ declare const plugins$8: {
|
|
|
370
370
|
plugins: {};
|
|
371
371
|
name?: string;
|
|
372
372
|
rules?: Record<string, RuleConfig>;
|
|
373
|
-
settings?:
|
|
373
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
374
374
|
};
|
|
375
375
|
"recommended-typescript": {
|
|
376
376
|
plugins: {};
|
|
377
377
|
name?: string;
|
|
378
378
|
rules?: Record<string, RuleConfig>;
|
|
379
|
-
settings?:
|
|
379
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
380
380
|
};
|
|
381
381
|
"recommended-type-checked": {
|
|
382
382
|
plugins: {};
|
|
383
383
|
name?: string;
|
|
384
384
|
rules?: Record<string, RuleConfig>;
|
|
385
|
-
settings?:
|
|
385
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
386
386
|
};
|
|
387
387
|
strict: {
|
|
388
388
|
plugins: {};
|
|
389
389
|
name?: string;
|
|
390
390
|
rules?: Record<string, RuleConfig>;
|
|
391
|
-
settings?:
|
|
391
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
392
392
|
};
|
|
393
393
|
"strict-typescript": {
|
|
394
394
|
plugins: {};
|
|
395
395
|
name?: string;
|
|
396
396
|
rules?: Record<string, RuleConfig>;
|
|
397
|
-
settings?:
|
|
397
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
398
398
|
};
|
|
399
399
|
"strict-type-checked": {
|
|
400
400
|
plugins: {};
|
|
401
401
|
name?: string;
|
|
402
402
|
rules?: Record<string, RuleConfig>;
|
|
403
|
-
settings?:
|
|
403
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
404
404
|
};
|
|
405
405
|
};
|
|
406
406
|
meta: {
|
|
407
407
|
name: string;
|
|
408
408
|
version: string;
|
|
409
409
|
};
|
|
410
|
-
rules: Record<string,
|
|
410
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
411
411
|
};
|
|
412
412
|
};
|
|
413
413
|
declare namespace off_d_exports {
|
|
@@ -486,14 +486,14 @@ declare const plugins$7: {
|
|
|
486
486
|
plugins: {};
|
|
487
487
|
name?: string;
|
|
488
488
|
rules?: Record<string, RuleConfig>;
|
|
489
|
-
settings?:
|
|
489
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
490
490
|
};
|
|
491
491
|
};
|
|
492
492
|
meta: {
|
|
493
493
|
name: string;
|
|
494
494
|
version: string;
|
|
495
495
|
};
|
|
496
|
-
rules: Record<string,
|
|
496
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
497
497
|
};
|
|
498
498
|
"@eslint-react/hooks-extra": {
|
|
499
499
|
configs: {
|
|
@@ -501,14 +501,14 @@ declare const plugins$7: {
|
|
|
501
501
|
plugins: {};
|
|
502
502
|
name?: string;
|
|
503
503
|
rules?: Record<string, RuleConfig>;
|
|
504
|
-
settings?:
|
|
504
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
505
505
|
};
|
|
506
506
|
};
|
|
507
507
|
meta: {
|
|
508
508
|
name: string;
|
|
509
509
|
version: string;
|
|
510
510
|
};
|
|
511
|
-
rules: Record<string,
|
|
511
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
512
512
|
};
|
|
513
513
|
"@eslint-react/naming-convention": {
|
|
514
514
|
configs: {
|
|
@@ -516,14 +516,14 @@ declare const plugins$7: {
|
|
|
516
516
|
plugins: {};
|
|
517
517
|
name?: string;
|
|
518
518
|
rules?: Record<string, RuleConfig>;
|
|
519
|
-
settings?:
|
|
519
|
+
settings?: _eslint_react_shared0.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_shared0.CompatibleRule>;
|
|
527
527
|
};
|
|
528
528
|
"@eslint-react/web-api": {
|
|
529
529
|
configs: {
|
|
@@ -531,14 +531,14 @@ declare const plugins$7: {
|
|
|
531
531
|
plugins: {};
|
|
532
532
|
name?: string;
|
|
533
533
|
rules?: Record<string, RuleConfig>;
|
|
534
|
-
settings?:
|
|
534
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
535
535
|
};
|
|
536
536
|
};
|
|
537
537
|
meta: {
|
|
538
538
|
name: string;
|
|
539
539
|
version: string;
|
|
540
540
|
};
|
|
541
|
-
rules: Record<string,
|
|
541
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
542
542
|
};
|
|
543
543
|
"@eslint-react/dom": {
|
|
544
544
|
configs: {
|
|
@@ -546,20 +546,20 @@ declare const plugins$7: {
|
|
|
546
546
|
plugins: {};
|
|
547
547
|
name?: string;
|
|
548
548
|
rules?: Record<string, RuleConfig>;
|
|
549
|
-
settings?:
|
|
549
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
550
550
|
};
|
|
551
551
|
strict: {
|
|
552
552
|
plugins: {};
|
|
553
553
|
name?: string;
|
|
554
554
|
rules?: Record<string, RuleConfig>;
|
|
555
|
-
settings?:
|
|
555
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
556
556
|
};
|
|
557
557
|
};
|
|
558
558
|
meta: {
|
|
559
559
|
name: string;
|
|
560
560
|
version: string;
|
|
561
561
|
};
|
|
562
|
-
rules: Record<string,
|
|
562
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
563
563
|
};
|
|
564
564
|
"@eslint-react": {
|
|
565
565
|
configs: {
|
|
@@ -567,44 +567,44 @@ declare const plugins$7: {
|
|
|
567
567
|
plugins: {};
|
|
568
568
|
name?: string;
|
|
569
569
|
rules?: Record<string, RuleConfig>;
|
|
570
|
-
settings?:
|
|
570
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
571
571
|
};
|
|
572
572
|
"recommended-typescript": {
|
|
573
573
|
plugins: {};
|
|
574
574
|
name?: string;
|
|
575
575
|
rules?: Record<string, RuleConfig>;
|
|
576
|
-
settings?:
|
|
576
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
577
577
|
};
|
|
578
578
|
"recommended-type-checked": {
|
|
579
579
|
plugins: {};
|
|
580
580
|
name?: string;
|
|
581
581
|
rules?: Record<string, RuleConfig>;
|
|
582
|
-
settings?:
|
|
582
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
583
583
|
};
|
|
584
584
|
strict: {
|
|
585
585
|
plugins: {};
|
|
586
586
|
name?: string;
|
|
587
587
|
rules?: Record<string, RuleConfig>;
|
|
588
|
-
settings?:
|
|
588
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
589
589
|
};
|
|
590
590
|
"strict-typescript": {
|
|
591
591
|
plugins: {};
|
|
592
592
|
name?: string;
|
|
593
593
|
rules?: Record<string, RuleConfig>;
|
|
594
|
-
settings?:
|
|
594
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
595
595
|
};
|
|
596
596
|
"strict-type-checked": {
|
|
597
597
|
plugins: {};
|
|
598
598
|
name?: string;
|
|
599
599
|
rules?: Record<string, RuleConfig>;
|
|
600
|
-
settings?:
|
|
600
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
601
601
|
};
|
|
602
602
|
};
|
|
603
603
|
meta: {
|
|
604
604
|
name: string;
|
|
605
605
|
version: string;
|
|
606
606
|
};
|
|
607
|
-
rules: Record<string,
|
|
607
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
608
608
|
};
|
|
609
609
|
};
|
|
610
610
|
declare const settings$7: {
|
|
@@ -689,14 +689,14 @@ declare const plugins$6: {
|
|
|
689
689
|
plugins: {};
|
|
690
690
|
name?: string;
|
|
691
691
|
rules?: Record<string, RuleConfig>;
|
|
692
|
-
settings?:
|
|
692
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
693
693
|
};
|
|
694
694
|
};
|
|
695
695
|
meta: {
|
|
696
696
|
name: string;
|
|
697
697
|
version: string;
|
|
698
698
|
};
|
|
699
|
-
rules: Record<string,
|
|
699
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
700
700
|
};
|
|
701
701
|
"@eslint-react/hooks-extra": {
|
|
702
702
|
configs: {
|
|
@@ -704,14 +704,14 @@ declare const plugins$6: {
|
|
|
704
704
|
plugins: {};
|
|
705
705
|
name?: string;
|
|
706
706
|
rules?: Record<string, RuleConfig>;
|
|
707
|
-
settings?:
|
|
707
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
708
708
|
};
|
|
709
709
|
};
|
|
710
710
|
meta: {
|
|
711
711
|
name: string;
|
|
712
712
|
version: string;
|
|
713
713
|
};
|
|
714
|
-
rules: Record<string,
|
|
714
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
715
715
|
};
|
|
716
716
|
"@eslint-react/naming-convention": {
|
|
717
717
|
configs: {
|
|
@@ -719,14 +719,14 @@ declare const plugins$6: {
|
|
|
719
719
|
plugins: {};
|
|
720
720
|
name?: string;
|
|
721
721
|
rules?: Record<string, RuleConfig>;
|
|
722
|
-
settings?:
|
|
722
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
723
723
|
};
|
|
724
724
|
};
|
|
725
725
|
meta: {
|
|
726
726
|
name: string;
|
|
727
727
|
version: string;
|
|
728
728
|
};
|
|
729
|
-
rules: Record<string,
|
|
729
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
730
730
|
};
|
|
731
731
|
"@eslint-react/web-api": {
|
|
732
732
|
configs: {
|
|
@@ -734,14 +734,14 @@ declare const plugins$6: {
|
|
|
734
734
|
plugins: {};
|
|
735
735
|
name?: string;
|
|
736
736
|
rules?: Record<string, RuleConfig>;
|
|
737
|
-
settings?:
|
|
737
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
738
738
|
};
|
|
739
739
|
};
|
|
740
740
|
meta: {
|
|
741
741
|
name: string;
|
|
742
742
|
version: string;
|
|
743
743
|
};
|
|
744
|
-
rules: Record<string,
|
|
744
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
745
745
|
};
|
|
746
746
|
"@eslint-react/dom": {
|
|
747
747
|
configs: {
|
|
@@ -749,20 +749,20 @@ declare const plugins$6: {
|
|
|
749
749
|
plugins: {};
|
|
750
750
|
name?: string;
|
|
751
751
|
rules?: Record<string, RuleConfig>;
|
|
752
|
-
settings?:
|
|
752
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
753
753
|
};
|
|
754
754
|
strict: {
|
|
755
755
|
plugins: {};
|
|
756
756
|
name?: string;
|
|
757
757
|
rules?: Record<string, RuleConfig>;
|
|
758
|
-
settings?:
|
|
758
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
759
759
|
};
|
|
760
760
|
};
|
|
761
761
|
meta: {
|
|
762
762
|
name: string;
|
|
763
763
|
version: string;
|
|
764
764
|
};
|
|
765
|
-
rules: Record<string,
|
|
765
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
766
766
|
};
|
|
767
767
|
"@eslint-react": {
|
|
768
768
|
configs: {
|
|
@@ -770,44 +770,44 @@ declare const plugins$6: {
|
|
|
770
770
|
plugins: {};
|
|
771
771
|
name?: string;
|
|
772
772
|
rules?: Record<string, RuleConfig>;
|
|
773
|
-
settings?:
|
|
773
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
774
774
|
};
|
|
775
775
|
"recommended-typescript": {
|
|
776
776
|
plugins: {};
|
|
777
777
|
name?: string;
|
|
778
778
|
rules?: Record<string, RuleConfig>;
|
|
779
|
-
settings?:
|
|
779
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
780
780
|
};
|
|
781
781
|
"recommended-type-checked": {
|
|
782
782
|
plugins: {};
|
|
783
783
|
name?: string;
|
|
784
784
|
rules?: Record<string, RuleConfig>;
|
|
785
|
-
settings?:
|
|
785
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
786
786
|
};
|
|
787
787
|
strict: {
|
|
788
788
|
plugins: {};
|
|
789
789
|
name?: string;
|
|
790
790
|
rules?: Record<string, RuleConfig>;
|
|
791
|
-
settings?:
|
|
791
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
792
792
|
};
|
|
793
793
|
"strict-typescript": {
|
|
794
794
|
plugins: {};
|
|
795
795
|
name?: string;
|
|
796
796
|
rules?: Record<string, RuleConfig>;
|
|
797
|
-
settings?:
|
|
797
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
798
798
|
};
|
|
799
799
|
"strict-type-checked": {
|
|
800
800
|
plugins: {};
|
|
801
801
|
name?: string;
|
|
802
802
|
rules?: Record<string, RuleConfig>;
|
|
803
|
-
settings?:
|
|
803
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
804
804
|
};
|
|
805
805
|
};
|
|
806
806
|
meta: {
|
|
807
807
|
name: string;
|
|
808
808
|
version: string;
|
|
809
809
|
};
|
|
810
|
-
rules: Record<string,
|
|
810
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
811
811
|
};
|
|
812
812
|
};
|
|
813
813
|
declare const settings$6: {
|
|
@@ -891,14 +891,14 @@ declare const plugins$5: {
|
|
|
891
891
|
plugins: {};
|
|
892
892
|
name?: string;
|
|
893
893
|
rules?: Record<string, RuleConfig>;
|
|
894
|
-
settings?:
|
|
894
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
895
895
|
};
|
|
896
896
|
};
|
|
897
897
|
meta: {
|
|
898
898
|
name: string;
|
|
899
899
|
version: string;
|
|
900
900
|
};
|
|
901
|
-
rules: Record<string,
|
|
901
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
902
902
|
};
|
|
903
903
|
"@eslint-react/hooks-extra": {
|
|
904
904
|
configs: {
|
|
@@ -906,14 +906,14 @@ declare const plugins$5: {
|
|
|
906
906
|
plugins: {};
|
|
907
907
|
name?: string;
|
|
908
908
|
rules?: Record<string, RuleConfig>;
|
|
909
|
-
settings?:
|
|
909
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
910
910
|
};
|
|
911
911
|
};
|
|
912
912
|
meta: {
|
|
913
913
|
name: string;
|
|
914
914
|
version: string;
|
|
915
915
|
};
|
|
916
|
-
rules: Record<string,
|
|
916
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
917
917
|
};
|
|
918
918
|
"@eslint-react/naming-convention": {
|
|
919
919
|
configs: {
|
|
@@ -921,14 +921,14 @@ declare const plugins$5: {
|
|
|
921
921
|
plugins: {};
|
|
922
922
|
name?: string;
|
|
923
923
|
rules?: Record<string, RuleConfig>;
|
|
924
|
-
settings?:
|
|
924
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
925
925
|
};
|
|
926
926
|
};
|
|
927
927
|
meta: {
|
|
928
928
|
name: string;
|
|
929
929
|
version: string;
|
|
930
930
|
};
|
|
931
|
-
rules: Record<string,
|
|
931
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
932
932
|
};
|
|
933
933
|
"@eslint-react/web-api": {
|
|
934
934
|
configs: {
|
|
@@ -936,14 +936,14 @@ declare const plugins$5: {
|
|
|
936
936
|
plugins: {};
|
|
937
937
|
name?: string;
|
|
938
938
|
rules?: Record<string, RuleConfig>;
|
|
939
|
-
settings?:
|
|
939
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
940
940
|
};
|
|
941
941
|
};
|
|
942
942
|
meta: {
|
|
943
943
|
name: string;
|
|
944
944
|
version: string;
|
|
945
945
|
};
|
|
946
|
-
rules: Record<string,
|
|
946
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
947
947
|
};
|
|
948
948
|
"@eslint-react/dom": {
|
|
949
949
|
configs: {
|
|
@@ -951,20 +951,20 @@ declare const plugins$5: {
|
|
|
951
951
|
plugins: {};
|
|
952
952
|
name?: string;
|
|
953
953
|
rules?: Record<string, RuleConfig>;
|
|
954
|
-
settings?:
|
|
954
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
955
955
|
};
|
|
956
956
|
strict: {
|
|
957
957
|
plugins: {};
|
|
958
958
|
name?: string;
|
|
959
959
|
rules?: Record<string, RuleConfig>;
|
|
960
|
-
settings?:
|
|
960
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
961
961
|
};
|
|
962
962
|
};
|
|
963
963
|
meta: {
|
|
964
964
|
name: string;
|
|
965
965
|
version: string;
|
|
966
966
|
};
|
|
967
|
-
rules: Record<string,
|
|
967
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
968
968
|
};
|
|
969
969
|
"@eslint-react": {
|
|
970
970
|
configs: {
|
|
@@ -972,44 +972,44 @@ declare const plugins$5: {
|
|
|
972
972
|
plugins: {};
|
|
973
973
|
name?: string;
|
|
974
974
|
rules?: Record<string, RuleConfig>;
|
|
975
|
-
settings?:
|
|
975
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
976
976
|
};
|
|
977
977
|
"recommended-typescript": {
|
|
978
978
|
plugins: {};
|
|
979
979
|
name?: string;
|
|
980
980
|
rules?: Record<string, RuleConfig>;
|
|
981
|
-
settings?:
|
|
981
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
982
982
|
};
|
|
983
983
|
"recommended-type-checked": {
|
|
984
984
|
plugins: {};
|
|
985
985
|
name?: string;
|
|
986
986
|
rules?: Record<string, RuleConfig>;
|
|
987
|
-
settings?:
|
|
987
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
988
988
|
};
|
|
989
989
|
strict: {
|
|
990
990
|
plugins: {};
|
|
991
991
|
name?: string;
|
|
992
992
|
rules?: Record<string, RuleConfig>;
|
|
993
|
-
settings?:
|
|
993
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
994
994
|
};
|
|
995
995
|
"strict-typescript": {
|
|
996
996
|
plugins: {};
|
|
997
997
|
name?: string;
|
|
998
998
|
rules?: Record<string, RuleConfig>;
|
|
999
|
-
settings?:
|
|
999
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1000
1000
|
};
|
|
1001
1001
|
"strict-type-checked": {
|
|
1002
1002
|
plugins: {};
|
|
1003
1003
|
name?: string;
|
|
1004
1004
|
rules?: Record<string, RuleConfig>;
|
|
1005
|
-
settings?:
|
|
1005
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1006
1006
|
};
|
|
1007
1007
|
};
|
|
1008
1008
|
meta: {
|
|
1009
1009
|
name: string;
|
|
1010
1010
|
version: string;
|
|
1011
1011
|
};
|
|
1012
|
-
rules: Record<string,
|
|
1012
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1013
1013
|
};
|
|
1014
1014
|
};
|
|
1015
1015
|
declare const settings$5: {
|
|
@@ -1105,14 +1105,14 @@ declare const plugins$4: {
|
|
|
1105
1105
|
plugins: {};
|
|
1106
1106
|
name?: string;
|
|
1107
1107
|
rules?: Record<string, RuleConfig>;
|
|
1108
|
-
settings?:
|
|
1108
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1109
1109
|
};
|
|
1110
1110
|
};
|
|
1111
1111
|
meta: {
|
|
1112
1112
|
name: string;
|
|
1113
1113
|
version: string;
|
|
1114
1114
|
};
|
|
1115
|
-
rules: Record<string,
|
|
1115
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1116
1116
|
};
|
|
1117
1117
|
"@eslint-react/hooks-extra": {
|
|
1118
1118
|
configs: {
|
|
@@ -1120,14 +1120,14 @@ declare const plugins$4: {
|
|
|
1120
1120
|
plugins: {};
|
|
1121
1121
|
name?: string;
|
|
1122
1122
|
rules?: Record<string, RuleConfig>;
|
|
1123
|
-
settings?:
|
|
1123
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1124
1124
|
};
|
|
1125
1125
|
};
|
|
1126
1126
|
meta: {
|
|
1127
1127
|
name: string;
|
|
1128
1128
|
version: string;
|
|
1129
1129
|
};
|
|
1130
|
-
rules: Record<string,
|
|
1130
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1131
1131
|
};
|
|
1132
1132
|
"@eslint-react/naming-convention": {
|
|
1133
1133
|
configs: {
|
|
@@ -1135,14 +1135,14 @@ declare const plugins$4: {
|
|
|
1135
1135
|
plugins: {};
|
|
1136
1136
|
name?: string;
|
|
1137
1137
|
rules?: Record<string, RuleConfig>;
|
|
1138
|
-
settings?:
|
|
1138
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1139
1139
|
};
|
|
1140
1140
|
};
|
|
1141
1141
|
meta: {
|
|
1142
1142
|
name: string;
|
|
1143
1143
|
version: string;
|
|
1144
1144
|
};
|
|
1145
|
-
rules: Record<string,
|
|
1145
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1146
1146
|
};
|
|
1147
1147
|
"@eslint-react/web-api": {
|
|
1148
1148
|
configs: {
|
|
@@ -1150,14 +1150,14 @@ declare const plugins$4: {
|
|
|
1150
1150
|
plugins: {};
|
|
1151
1151
|
name?: string;
|
|
1152
1152
|
rules?: Record<string, RuleConfig>;
|
|
1153
|
-
settings?:
|
|
1153
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1154
1154
|
};
|
|
1155
1155
|
};
|
|
1156
1156
|
meta: {
|
|
1157
1157
|
name: string;
|
|
1158
1158
|
version: string;
|
|
1159
1159
|
};
|
|
1160
|
-
rules: Record<string,
|
|
1160
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1161
1161
|
};
|
|
1162
1162
|
"@eslint-react/dom": {
|
|
1163
1163
|
configs: {
|
|
@@ -1165,20 +1165,20 @@ declare const plugins$4: {
|
|
|
1165
1165
|
plugins: {};
|
|
1166
1166
|
name?: string;
|
|
1167
1167
|
rules?: Record<string, RuleConfig>;
|
|
1168
|
-
settings?:
|
|
1168
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1169
1169
|
};
|
|
1170
1170
|
strict: {
|
|
1171
1171
|
plugins: {};
|
|
1172
1172
|
name?: string;
|
|
1173
1173
|
rules?: Record<string, RuleConfig>;
|
|
1174
|
-
settings?:
|
|
1174
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1175
1175
|
};
|
|
1176
1176
|
};
|
|
1177
1177
|
meta: {
|
|
1178
1178
|
name: string;
|
|
1179
1179
|
version: string;
|
|
1180
1180
|
};
|
|
1181
|
-
rules: Record<string,
|
|
1181
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1182
1182
|
};
|
|
1183
1183
|
"@eslint-react": {
|
|
1184
1184
|
configs: {
|
|
@@ -1186,44 +1186,44 @@ declare const plugins$4: {
|
|
|
1186
1186
|
plugins: {};
|
|
1187
1187
|
name?: string;
|
|
1188
1188
|
rules?: Record<string, RuleConfig>;
|
|
1189
|
-
settings?:
|
|
1189
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1190
1190
|
};
|
|
1191
1191
|
"recommended-typescript": {
|
|
1192
1192
|
plugins: {};
|
|
1193
1193
|
name?: string;
|
|
1194
1194
|
rules?: Record<string, RuleConfig>;
|
|
1195
|
-
settings?:
|
|
1195
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1196
1196
|
};
|
|
1197
1197
|
"recommended-type-checked": {
|
|
1198
1198
|
plugins: {};
|
|
1199
1199
|
name?: string;
|
|
1200
1200
|
rules?: Record<string, RuleConfig>;
|
|
1201
|
-
settings?:
|
|
1201
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1202
1202
|
};
|
|
1203
1203
|
strict: {
|
|
1204
1204
|
plugins: {};
|
|
1205
1205
|
name?: string;
|
|
1206
1206
|
rules?: Record<string, RuleConfig>;
|
|
1207
|
-
settings?:
|
|
1207
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1208
1208
|
};
|
|
1209
1209
|
"strict-typescript": {
|
|
1210
1210
|
plugins: {};
|
|
1211
1211
|
name?: string;
|
|
1212
1212
|
rules?: Record<string, RuleConfig>;
|
|
1213
|
-
settings?:
|
|
1213
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1214
1214
|
};
|
|
1215
1215
|
"strict-type-checked": {
|
|
1216
1216
|
plugins: {};
|
|
1217
1217
|
name?: string;
|
|
1218
1218
|
rules?: Record<string, RuleConfig>;
|
|
1219
|
-
settings?:
|
|
1219
|
+
settings?: _eslint_react_shared0.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_shared0.CompatibleRule>;
|
|
1227
1227
|
};
|
|
1228
1228
|
};
|
|
1229
1229
|
declare const settings$4: {
|
|
@@ -1324,14 +1324,14 @@ declare const plugins$3: {
|
|
|
1324
1324
|
plugins: {};
|
|
1325
1325
|
name?: string;
|
|
1326
1326
|
rules?: Record<string, RuleConfig>;
|
|
1327
|
-
settings?:
|
|
1327
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1328
1328
|
};
|
|
1329
1329
|
};
|
|
1330
1330
|
meta: {
|
|
1331
1331
|
name: string;
|
|
1332
1332
|
version: string;
|
|
1333
1333
|
};
|
|
1334
|
-
rules: Record<string,
|
|
1334
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1335
1335
|
};
|
|
1336
1336
|
"@eslint-react/hooks-extra": {
|
|
1337
1337
|
configs: {
|
|
@@ -1339,14 +1339,14 @@ declare const plugins$3: {
|
|
|
1339
1339
|
plugins: {};
|
|
1340
1340
|
name?: string;
|
|
1341
1341
|
rules?: Record<string, RuleConfig>;
|
|
1342
|
-
settings?:
|
|
1342
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1343
1343
|
};
|
|
1344
1344
|
};
|
|
1345
1345
|
meta: {
|
|
1346
1346
|
name: string;
|
|
1347
1347
|
version: string;
|
|
1348
1348
|
};
|
|
1349
|
-
rules: Record<string,
|
|
1349
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1350
1350
|
};
|
|
1351
1351
|
"@eslint-react/naming-convention": {
|
|
1352
1352
|
configs: {
|
|
@@ -1354,14 +1354,14 @@ declare const plugins$3: {
|
|
|
1354
1354
|
plugins: {};
|
|
1355
1355
|
name?: string;
|
|
1356
1356
|
rules?: Record<string, RuleConfig>;
|
|
1357
|
-
settings?:
|
|
1357
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1358
1358
|
};
|
|
1359
1359
|
};
|
|
1360
1360
|
meta: {
|
|
1361
1361
|
name: string;
|
|
1362
1362
|
version: string;
|
|
1363
1363
|
};
|
|
1364
|
-
rules: Record<string,
|
|
1364
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1365
1365
|
};
|
|
1366
1366
|
"@eslint-react/web-api": {
|
|
1367
1367
|
configs: {
|
|
@@ -1369,14 +1369,14 @@ declare const plugins$3: {
|
|
|
1369
1369
|
plugins: {};
|
|
1370
1370
|
name?: string;
|
|
1371
1371
|
rules?: Record<string, RuleConfig>;
|
|
1372
|
-
settings?:
|
|
1372
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1373
1373
|
};
|
|
1374
1374
|
};
|
|
1375
1375
|
meta: {
|
|
1376
1376
|
name: string;
|
|
1377
1377
|
version: string;
|
|
1378
1378
|
};
|
|
1379
|
-
rules: Record<string,
|
|
1379
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1380
1380
|
};
|
|
1381
1381
|
"@eslint-react/dom": {
|
|
1382
1382
|
configs: {
|
|
@@ -1384,20 +1384,20 @@ declare const plugins$3: {
|
|
|
1384
1384
|
plugins: {};
|
|
1385
1385
|
name?: string;
|
|
1386
1386
|
rules?: Record<string, RuleConfig>;
|
|
1387
|
-
settings?:
|
|
1387
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1388
1388
|
};
|
|
1389
1389
|
strict: {
|
|
1390
1390
|
plugins: {};
|
|
1391
1391
|
name?: string;
|
|
1392
1392
|
rules?: Record<string, RuleConfig>;
|
|
1393
|
-
settings?:
|
|
1393
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1394
1394
|
};
|
|
1395
1395
|
};
|
|
1396
1396
|
meta: {
|
|
1397
1397
|
name: string;
|
|
1398
1398
|
version: string;
|
|
1399
1399
|
};
|
|
1400
|
-
rules: Record<string,
|
|
1400
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1401
1401
|
};
|
|
1402
1402
|
"@eslint-react": {
|
|
1403
1403
|
configs: {
|
|
@@ -1405,44 +1405,44 @@ declare const plugins$3: {
|
|
|
1405
1405
|
plugins: {};
|
|
1406
1406
|
name?: string;
|
|
1407
1407
|
rules?: Record<string, RuleConfig>;
|
|
1408
|
-
settings?:
|
|
1408
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1409
1409
|
};
|
|
1410
1410
|
"recommended-typescript": {
|
|
1411
1411
|
plugins: {};
|
|
1412
1412
|
name?: string;
|
|
1413
1413
|
rules?: Record<string, RuleConfig>;
|
|
1414
|
-
settings?:
|
|
1414
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1415
1415
|
};
|
|
1416
1416
|
"recommended-type-checked": {
|
|
1417
1417
|
plugins: {};
|
|
1418
1418
|
name?: string;
|
|
1419
1419
|
rules?: Record<string, RuleConfig>;
|
|
1420
|
-
settings?:
|
|
1420
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1421
1421
|
};
|
|
1422
1422
|
strict: {
|
|
1423
1423
|
plugins: {};
|
|
1424
1424
|
name?: string;
|
|
1425
1425
|
rules?: Record<string, RuleConfig>;
|
|
1426
|
-
settings?:
|
|
1426
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1427
1427
|
};
|
|
1428
1428
|
"strict-typescript": {
|
|
1429
1429
|
plugins: {};
|
|
1430
1430
|
name?: string;
|
|
1431
1431
|
rules?: Record<string, RuleConfig>;
|
|
1432
|
-
settings?:
|
|
1432
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1433
1433
|
};
|
|
1434
1434
|
"strict-type-checked": {
|
|
1435
1435
|
plugins: {};
|
|
1436
1436
|
name?: string;
|
|
1437
1437
|
rules?: Record<string, RuleConfig>;
|
|
1438
|
-
settings?:
|
|
1438
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1439
1439
|
};
|
|
1440
1440
|
};
|
|
1441
1441
|
meta: {
|
|
1442
1442
|
name: string;
|
|
1443
1443
|
version: string;
|
|
1444
1444
|
};
|
|
1445
|
-
rules: Record<string,
|
|
1445
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1446
1446
|
};
|
|
1447
1447
|
};
|
|
1448
1448
|
declare const settings$3: {
|
|
@@ -1541,14 +1541,14 @@ declare const plugins$2: {
|
|
|
1541
1541
|
plugins: {};
|
|
1542
1542
|
name?: string;
|
|
1543
1543
|
rules?: Record<string, RuleConfig>;
|
|
1544
|
-
settings?:
|
|
1544
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1545
1545
|
};
|
|
1546
1546
|
};
|
|
1547
1547
|
meta: {
|
|
1548
1548
|
name: string;
|
|
1549
1549
|
version: string;
|
|
1550
1550
|
};
|
|
1551
|
-
rules: Record<string,
|
|
1551
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1552
1552
|
};
|
|
1553
1553
|
"@eslint-react/hooks-extra": {
|
|
1554
1554
|
configs: {
|
|
@@ -1556,14 +1556,14 @@ declare const plugins$2: {
|
|
|
1556
1556
|
plugins: {};
|
|
1557
1557
|
name?: string;
|
|
1558
1558
|
rules?: Record<string, RuleConfig>;
|
|
1559
|
-
settings?:
|
|
1559
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1560
1560
|
};
|
|
1561
1561
|
};
|
|
1562
1562
|
meta: {
|
|
1563
1563
|
name: string;
|
|
1564
1564
|
version: string;
|
|
1565
1565
|
};
|
|
1566
|
-
rules: Record<string,
|
|
1566
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1567
1567
|
};
|
|
1568
1568
|
"@eslint-react/naming-convention": {
|
|
1569
1569
|
configs: {
|
|
@@ -1571,14 +1571,14 @@ declare const plugins$2: {
|
|
|
1571
1571
|
plugins: {};
|
|
1572
1572
|
name?: string;
|
|
1573
1573
|
rules?: Record<string, RuleConfig>;
|
|
1574
|
-
settings?:
|
|
1574
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1575
1575
|
};
|
|
1576
1576
|
};
|
|
1577
1577
|
meta: {
|
|
1578
1578
|
name: string;
|
|
1579
1579
|
version: string;
|
|
1580
1580
|
};
|
|
1581
|
-
rules: Record<string,
|
|
1581
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1582
1582
|
};
|
|
1583
1583
|
"@eslint-react/web-api": {
|
|
1584
1584
|
configs: {
|
|
@@ -1586,14 +1586,14 @@ declare const plugins$2: {
|
|
|
1586
1586
|
plugins: {};
|
|
1587
1587
|
name?: string;
|
|
1588
1588
|
rules?: Record<string, RuleConfig>;
|
|
1589
|
-
settings?:
|
|
1589
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1590
1590
|
};
|
|
1591
1591
|
};
|
|
1592
1592
|
meta: {
|
|
1593
1593
|
name: string;
|
|
1594
1594
|
version: string;
|
|
1595
1595
|
};
|
|
1596
|
-
rules: Record<string,
|
|
1596
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1597
1597
|
};
|
|
1598
1598
|
"@eslint-react/dom": {
|
|
1599
1599
|
configs: {
|
|
@@ -1601,20 +1601,20 @@ declare const plugins$2: {
|
|
|
1601
1601
|
plugins: {};
|
|
1602
1602
|
name?: string;
|
|
1603
1603
|
rules?: Record<string, RuleConfig>;
|
|
1604
|
-
settings?:
|
|
1604
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1605
1605
|
};
|
|
1606
1606
|
strict: {
|
|
1607
1607
|
plugins: {};
|
|
1608
1608
|
name?: string;
|
|
1609
1609
|
rules?: Record<string, RuleConfig>;
|
|
1610
|
-
settings?:
|
|
1610
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1611
1611
|
};
|
|
1612
1612
|
};
|
|
1613
1613
|
meta: {
|
|
1614
1614
|
name: string;
|
|
1615
1615
|
version: string;
|
|
1616
1616
|
};
|
|
1617
|
-
rules: Record<string,
|
|
1617
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1618
1618
|
};
|
|
1619
1619
|
"@eslint-react": {
|
|
1620
1620
|
configs: {
|
|
@@ -1622,44 +1622,44 @@ declare const plugins$2: {
|
|
|
1622
1622
|
plugins: {};
|
|
1623
1623
|
name?: string;
|
|
1624
1624
|
rules?: Record<string, RuleConfig>;
|
|
1625
|
-
settings?:
|
|
1625
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1626
1626
|
};
|
|
1627
1627
|
"recommended-typescript": {
|
|
1628
1628
|
plugins: {};
|
|
1629
1629
|
name?: string;
|
|
1630
1630
|
rules?: Record<string, RuleConfig>;
|
|
1631
|
-
settings?:
|
|
1631
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1632
1632
|
};
|
|
1633
1633
|
"recommended-type-checked": {
|
|
1634
1634
|
plugins: {};
|
|
1635
1635
|
name?: string;
|
|
1636
1636
|
rules?: Record<string, RuleConfig>;
|
|
1637
|
-
settings?:
|
|
1637
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1638
1638
|
};
|
|
1639
1639
|
strict: {
|
|
1640
1640
|
plugins: {};
|
|
1641
1641
|
name?: string;
|
|
1642
1642
|
rules?: Record<string, RuleConfig>;
|
|
1643
|
-
settings?:
|
|
1643
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1644
1644
|
};
|
|
1645
1645
|
"strict-typescript": {
|
|
1646
1646
|
plugins: {};
|
|
1647
1647
|
name?: string;
|
|
1648
1648
|
rules?: Record<string, RuleConfig>;
|
|
1649
|
-
settings?:
|
|
1649
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1650
1650
|
};
|
|
1651
1651
|
"strict-type-checked": {
|
|
1652
1652
|
plugins: {};
|
|
1653
1653
|
name?: string;
|
|
1654
1654
|
rules?: Record<string, RuleConfig>;
|
|
1655
|
-
settings?:
|
|
1655
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1656
1656
|
};
|
|
1657
1657
|
};
|
|
1658
1658
|
meta: {
|
|
1659
1659
|
name: string;
|
|
1660
1660
|
version: string;
|
|
1661
1661
|
};
|
|
1662
|
-
rules: Record<string,
|
|
1662
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1663
1663
|
};
|
|
1664
1664
|
};
|
|
1665
1665
|
declare const settings$2: {
|
|
@@ -1686,14 +1686,14 @@ declare const plugins$1: {
|
|
|
1686
1686
|
plugins: {};
|
|
1687
1687
|
name?: string;
|
|
1688
1688
|
rules?: Record<string, RuleConfig>;
|
|
1689
|
-
settings?:
|
|
1689
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1690
1690
|
};
|
|
1691
1691
|
};
|
|
1692
1692
|
meta: {
|
|
1693
1693
|
name: string;
|
|
1694
1694
|
version: string;
|
|
1695
1695
|
};
|
|
1696
|
-
rules: Record<string,
|
|
1696
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1697
1697
|
};
|
|
1698
1698
|
};
|
|
1699
1699
|
declare const settings$1: {
|
|
@@ -1755,44 +1755,44 @@ declare const plugins: {
|
|
|
1755
1755
|
plugins: {};
|
|
1756
1756
|
name?: string;
|
|
1757
1757
|
rules?: Record<string, RuleConfig>;
|
|
1758
|
-
settings?:
|
|
1758
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1759
1759
|
};
|
|
1760
1760
|
"recommended-typescript": {
|
|
1761
1761
|
plugins: {};
|
|
1762
1762
|
name?: string;
|
|
1763
1763
|
rules?: Record<string, RuleConfig>;
|
|
1764
|
-
settings?:
|
|
1764
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1765
1765
|
};
|
|
1766
1766
|
"recommended-type-checked": {
|
|
1767
1767
|
plugins: {};
|
|
1768
1768
|
name?: string;
|
|
1769
1769
|
rules?: Record<string, RuleConfig>;
|
|
1770
|
-
settings?:
|
|
1770
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1771
1771
|
};
|
|
1772
1772
|
strict: {
|
|
1773
1773
|
plugins: {};
|
|
1774
1774
|
name?: string;
|
|
1775
1775
|
rules?: Record<string, RuleConfig>;
|
|
1776
|
-
settings?:
|
|
1776
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1777
1777
|
};
|
|
1778
1778
|
"strict-typescript": {
|
|
1779
1779
|
plugins: {};
|
|
1780
1780
|
name?: string;
|
|
1781
1781
|
rules?: Record<string, RuleConfig>;
|
|
1782
|
-
settings?:
|
|
1782
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1783
1783
|
};
|
|
1784
1784
|
"strict-type-checked": {
|
|
1785
1785
|
plugins: {};
|
|
1786
1786
|
name?: string;
|
|
1787
1787
|
rules?: Record<string, RuleConfig>;
|
|
1788
|
-
settings?:
|
|
1788
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1789
1789
|
};
|
|
1790
1790
|
};
|
|
1791
1791
|
meta: {
|
|
1792
1792
|
name: string;
|
|
1793
1793
|
version: string;
|
|
1794
1794
|
};
|
|
1795
|
-
rules: Record<string,
|
|
1795
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1796
1796
|
};
|
|
1797
1797
|
};
|
|
1798
1798
|
declare const settings: {
|
|
@@ -1885,7 +1885,7 @@ declare const _default: {
|
|
|
1885
1885
|
name: string;
|
|
1886
1886
|
version: string;
|
|
1887
1887
|
};
|
|
1888
|
-
rules: Record<string,
|
|
1888
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1889
1889
|
};
|
|
1890
1890
|
//#endregion
|
|
1891
1891
|
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.0
|
|
3
|
+
"version": "2.2.0",
|
|
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,14 +42,14 @@
|
|
|
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.0
|
|
46
|
-
"
|
|
47
|
-
"eslint-plugin-react-dom": "2.2.0
|
|
48
|
-
"eslint-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-x": "2.2.0
|
|
45
|
+
"@eslint-react/eff": "2.2.0",
|
|
46
|
+
"eslint-plugin-react-debug": "2.2.0",
|
|
47
|
+
"eslint-plugin-react-dom": "2.2.0",
|
|
48
|
+
"@eslint-react/shared": "2.2.0",
|
|
49
|
+
"eslint-plugin-react-hooks-extra": "2.2.0",
|
|
50
|
+
"eslint-plugin-react-web-api": "2.2.0",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "2.2.0",
|
|
52
|
+
"eslint-plugin-react-x": "2.2.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"tsdown": "^0.15.6",
|