@eslint-react/eslint-plugin 2.1.0-beta.1 → 2.1.0-beta.2
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 +72 -72
- 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$7: {
|
|
|
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$7: {
|
|
|
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$7: {
|
|
|
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$7: {
|
|
|
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,14 +165,14 @@ declare const plugins$7: {
|
|
|
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
|
};
|
|
171
171
|
meta: {
|
|
172
172
|
name: string;
|
|
173
173
|
version: string;
|
|
174
174
|
};
|
|
175
|
-
rules: Record<string,
|
|
175
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
176
176
|
};
|
|
177
177
|
"@eslint-react": {
|
|
178
178
|
configs: {
|
|
@@ -180,26 +180,26 @@ declare const plugins$7: {
|
|
|
180
180
|
plugins: {};
|
|
181
181
|
name?: string;
|
|
182
182
|
rules?: Record<string, RuleConfig>;
|
|
183
|
-
settings?:
|
|
183
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
184
184
|
};
|
|
185
185
|
"recommended-type-checked": {
|
|
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-typescript": {
|
|
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
|
};
|
|
198
198
|
meta: {
|
|
199
199
|
name: string;
|
|
200
200
|
version: string;
|
|
201
201
|
};
|
|
202
|
-
rules: Record<string,
|
|
202
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
203
203
|
};
|
|
204
204
|
};
|
|
205
205
|
declare const settings$4: {
|
|
@@ -227,14 +227,14 @@ declare const plugins$6: {
|
|
|
227
227
|
plugins: {};
|
|
228
228
|
name?: string;
|
|
229
229
|
rules?: Record<string, RuleConfig>;
|
|
230
|
-
settings?:
|
|
230
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
231
231
|
};
|
|
232
232
|
};
|
|
233
233
|
meta: {
|
|
234
234
|
name: string;
|
|
235
235
|
version: string;
|
|
236
236
|
};
|
|
237
|
-
rules: Record<string,
|
|
237
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
238
238
|
};
|
|
239
239
|
};
|
|
240
240
|
declare namespace disable_conflict_eslint_plugin_react_d_exports {
|
|
@@ -290,14 +290,14 @@ declare const plugins$5: {
|
|
|
290
290
|
plugins: {};
|
|
291
291
|
name?: string;
|
|
292
292
|
rules?: Record<string, RuleConfig>;
|
|
293
|
-
settings?:
|
|
293
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
294
294
|
};
|
|
295
295
|
};
|
|
296
296
|
meta: {
|
|
297
297
|
name: string;
|
|
298
298
|
version: string;
|
|
299
299
|
};
|
|
300
|
-
rules: Record<string,
|
|
300
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
301
301
|
};
|
|
302
302
|
};
|
|
303
303
|
declare namespace no_deprecated_d_exports {
|
|
@@ -322,14 +322,14 @@ declare const plugins$4: {
|
|
|
322
322
|
plugins: {};
|
|
323
323
|
name?: string;
|
|
324
324
|
rules?: Record<string, RuleConfig>;
|
|
325
|
-
settings?:
|
|
325
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
326
326
|
};
|
|
327
327
|
};
|
|
328
328
|
meta: {
|
|
329
329
|
name: string;
|
|
330
330
|
version: string;
|
|
331
331
|
};
|
|
332
|
-
rules: Record<string,
|
|
332
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
333
333
|
};
|
|
334
334
|
"@eslint-react": {
|
|
335
335
|
configs: {
|
|
@@ -337,26 +337,26 @@ declare const plugins$4: {
|
|
|
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
|
"recommended-type-checked": {
|
|
343
343
|
plugins: {};
|
|
344
344
|
name?: string;
|
|
345
345
|
rules?: Record<string, RuleConfig>;
|
|
346
|
-
settings?:
|
|
346
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
347
347
|
};
|
|
348
348
|
"recommended-typescript": {
|
|
349
349
|
plugins: {};
|
|
350
350
|
name?: string;
|
|
351
351
|
rules?: Record<string, RuleConfig>;
|
|
352
|
-
settings?:
|
|
352
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
353
353
|
};
|
|
354
354
|
};
|
|
355
355
|
meta: {
|
|
356
356
|
name: string;
|
|
357
357
|
version: string;
|
|
358
358
|
};
|
|
359
|
-
rules: Record<string,
|
|
359
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
360
360
|
};
|
|
361
361
|
};
|
|
362
362
|
declare namespace off_d_exports {
|
|
@@ -460,14 +460,14 @@ declare const plugins$3: {
|
|
|
460
460
|
plugins: {};
|
|
461
461
|
name?: string;
|
|
462
462
|
rules?: Record<string, RuleConfig>;
|
|
463
|
-
settings?:
|
|
463
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
464
464
|
};
|
|
465
465
|
};
|
|
466
466
|
meta: {
|
|
467
467
|
name: string;
|
|
468
468
|
version: string;
|
|
469
469
|
};
|
|
470
|
-
rules: Record<string,
|
|
470
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
471
471
|
};
|
|
472
472
|
"@eslint-react/hooks-extra": {
|
|
473
473
|
configs: {
|
|
@@ -475,14 +475,14 @@ declare const plugins$3: {
|
|
|
475
475
|
plugins: {};
|
|
476
476
|
name?: string;
|
|
477
477
|
rules?: Record<string, RuleConfig>;
|
|
478
|
-
settings?:
|
|
478
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
479
479
|
};
|
|
480
480
|
};
|
|
481
481
|
meta: {
|
|
482
482
|
name: string;
|
|
483
483
|
version: string;
|
|
484
484
|
};
|
|
485
|
-
rules: Record<string,
|
|
485
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
486
486
|
};
|
|
487
487
|
"@eslint-react/naming-convention": {
|
|
488
488
|
configs: {
|
|
@@ -490,14 +490,14 @@ declare const plugins$3: {
|
|
|
490
490
|
plugins: {};
|
|
491
491
|
name?: string;
|
|
492
492
|
rules?: Record<string, RuleConfig>;
|
|
493
|
-
settings?:
|
|
493
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
494
494
|
};
|
|
495
495
|
};
|
|
496
496
|
meta: {
|
|
497
497
|
name: string;
|
|
498
498
|
version: string;
|
|
499
499
|
};
|
|
500
|
-
rules: Record<string,
|
|
500
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
501
501
|
};
|
|
502
502
|
"@eslint-react/web-api": {
|
|
503
503
|
configs: {
|
|
@@ -505,14 +505,14 @@ declare const plugins$3: {
|
|
|
505
505
|
plugins: {};
|
|
506
506
|
name?: string;
|
|
507
507
|
rules?: Record<string, RuleConfig>;
|
|
508
|
-
settings?:
|
|
508
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
509
509
|
};
|
|
510
510
|
};
|
|
511
511
|
meta: {
|
|
512
512
|
name: string;
|
|
513
513
|
version: string;
|
|
514
514
|
};
|
|
515
|
-
rules: Record<string,
|
|
515
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
516
516
|
};
|
|
517
517
|
"@eslint-react/dom": {
|
|
518
518
|
configs: {
|
|
@@ -520,14 +520,14 @@ declare const plugins$3: {
|
|
|
520
520
|
plugins: {};
|
|
521
521
|
name?: string;
|
|
522
522
|
rules?: Record<string, RuleConfig>;
|
|
523
|
-
settings?:
|
|
523
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
524
524
|
};
|
|
525
525
|
};
|
|
526
526
|
meta: {
|
|
527
527
|
name: string;
|
|
528
528
|
version: string;
|
|
529
529
|
};
|
|
530
|
-
rules: Record<string,
|
|
530
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
531
531
|
};
|
|
532
532
|
"@eslint-react": {
|
|
533
533
|
configs: {
|
|
@@ -535,26 +535,26 @@ declare const plugins$3: {
|
|
|
535
535
|
plugins: {};
|
|
536
536
|
name?: string;
|
|
537
537
|
rules?: Record<string, RuleConfig>;
|
|
538
|
-
settings?:
|
|
538
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
539
539
|
};
|
|
540
540
|
"recommended-type-checked": {
|
|
541
541
|
plugins: {};
|
|
542
542
|
name?: string;
|
|
543
543
|
rules?: Record<string, RuleConfig>;
|
|
544
|
-
settings?:
|
|
544
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
545
545
|
};
|
|
546
546
|
"recommended-typescript": {
|
|
547
547
|
plugins: {};
|
|
548
548
|
name?: string;
|
|
549
549
|
rules?: Record<string, RuleConfig>;
|
|
550
|
-
settings?:
|
|
550
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
551
551
|
};
|
|
552
552
|
};
|
|
553
553
|
meta: {
|
|
554
554
|
name: string;
|
|
555
555
|
version: string;
|
|
556
556
|
};
|
|
557
|
-
rules: Record<string,
|
|
557
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
558
558
|
};
|
|
559
559
|
};
|
|
560
560
|
declare const settings$3: {
|
|
@@ -662,14 +662,14 @@ declare const plugins$2: {
|
|
|
662
662
|
plugins: {};
|
|
663
663
|
name?: string;
|
|
664
664
|
rules?: Record<string, RuleConfig>;
|
|
665
|
-
settings?:
|
|
665
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
666
666
|
};
|
|
667
667
|
};
|
|
668
668
|
meta: {
|
|
669
669
|
name: string;
|
|
670
670
|
version: string;
|
|
671
671
|
};
|
|
672
|
-
rules: Record<string,
|
|
672
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
673
673
|
};
|
|
674
674
|
"@eslint-react/hooks-extra": {
|
|
675
675
|
configs: {
|
|
@@ -677,14 +677,14 @@ declare const plugins$2: {
|
|
|
677
677
|
plugins: {};
|
|
678
678
|
name?: string;
|
|
679
679
|
rules?: Record<string, RuleConfig>;
|
|
680
|
-
settings?:
|
|
680
|
+
settings?: _eslint_react_kit0.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_kit0.CompatibleRule>;
|
|
688
688
|
};
|
|
689
689
|
"@eslint-react/naming-convention": {
|
|
690
690
|
configs: {
|
|
@@ -692,14 +692,14 @@ declare const plugins$2: {
|
|
|
692
692
|
plugins: {};
|
|
693
693
|
name?: string;
|
|
694
694
|
rules?: Record<string, RuleConfig>;
|
|
695
|
-
settings?:
|
|
695
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
696
696
|
};
|
|
697
697
|
};
|
|
698
698
|
meta: {
|
|
699
699
|
name: string;
|
|
700
700
|
version: string;
|
|
701
701
|
};
|
|
702
|
-
rules: Record<string,
|
|
702
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
703
703
|
};
|
|
704
704
|
"@eslint-react/web-api": {
|
|
705
705
|
configs: {
|
|
@@ -707,14 +707,14 @@ declare const plugins$2: {
|
|
|
707
707
|
plugins: {};
|
|
708
708
|
name?: string;
|
|
709
709
|
rules?: Record<string, RuleConfig>;
|
|
710
|
-
settings?:
|
|
710
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
711
711
|
};
|
|
712
712
|
};
|
|
713
713
|
meta: {
|
|
714
714
|
name: string;
|
|
715
715
|
version: string;
|
|
716
716
|
};
|
|
717
|
-
rules: Record<string,
|
|
717
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
718
718
|
};
|
|
719
719
|
"@eslint-react/dom": {
|
|
720
720
|
configs: {
|
|
@@ -722,14 +722,14 @@ declare const plugins$2: {
|
|
|
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
|
};
|
|
728
728
|
meta: {
|
|
729
729
|
name: string;
|
|
730
730
|
version: string;
|
|
731
731
|
};
|
|
732
|
-
rules: Record<string,
|
|
732
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
733
733
|
};
|
|
734
734
|
"@eslint-react": {
|
|
735
735
|
configs: {
|
|
@@ -737,26 +737,26 @@ declare const plugins$2: {
|
|
|
737
737
|
plugins: {};
|
|
738
738
|
name?: string;
|
|
739
739
|
rules?: Record<string, RuleConfig>;
|
|
740
|
-
settings?:
|
|
740
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
741
741
|
};
|
|
742
742
|
"recommended-type-checked": {
|
|
743
743
|
plugins: {};
|
|
744
744
|
name?: string;
|
|
745
745
|
rules?: Record<string, RuleConfig>;
|
|
746
|
-
settings?:
|
|
746
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
747
747
|
};
|
|
748
748
|
"recommended-typescript": {
|
|
749
749
|
plugins: {};
|
|
750
750
|
name?: string;
|
|
751
751
|
rules?: Record<string, RuleConfig>;
|
|
752
|
-
settings?:
|
|
752
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
753
753
|
};
|
|
754
754
|
};
|
|
755
755
|
meta: {
|
|
756
756
|
name: string;
|
|
757
757
|
version: string;
|
|
758
758
|
};
|
|
759
|
-
rules: Record<string,
|
|
759
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
760
760
|
};
|
|
761
761
|
};
|
|
762
762
|
declare const settings$2: {
|
|
@@ -864,14 +864,14 @@ declare const plugins$1: {
|
|
|
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/hooks-extra": {
|
|
877
877
|
configs: {
|
|
@@ -879,14 +879,14 @@ declare const plugins$1: {
|
|
|
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
|
};
|
|
885
885
|
meta: {
|
|
886
886
|
name: string;
|
|
887
887
|
version: string;
|
|
888
888
|
};
|
|
889
|
-
rules: Record<string,
|
|
889
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
890
890
|
};
|
|
891
891
|
"@eslint-react/naming-convention": {
|
|
892
892
|
configs: {
|
|
@@ -894,14 +894,14 @@ declare const plugins$1: {
|
|
|
894
894
|
plugins: {};
|
|
895
895
|
name?: string;
|
|
896
896
|
rules?: Record<string, RuleConfig>;
|
|
897
|
-
settings?:
|
|
897
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
898
898
|
};
|
|
899
899
|
};
|
|
900
900
|
meta: {
|
|
901
901
|
name: string;
|
|
902
902
|
version: string;
|
|
903
903
|
};
|
|
904
|
-
rules: Record<string,
|
|
904
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
905
905
|
};
|
|
906
906
|
"@eslint-react/web-api": {
|
|
907
907
|
configs: {
|
|
@@ -909,14 +909,14 @@ declare const plugins$1: {
|
|
|
909
909
|
plugins: {};
|
|
910
910
|
name?: string;
|
|
911
911
|
rules?: Record<string, RuleConfig>;
|
|
912
|
-
settings?:
|
|
912
|
+
settings?: _eslint_react_kit0.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_kit0.CompatibleRule>;
|
|
920
920
|
};
|
|
921
921
|
"@eslint-react/dom": {
|
|
922
922
|
configs: {
|
|
@@ -924,14 +924,14 @@ declare const plugins$1: {
|
|
|
924
924
|
plugins: {};
|
|
925
925
|
name?: string;
|
|
926
926
|
rules?: Record<string, RuleConfig>;
|
|
927
|
-
settings?:
|
|
927
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
928
928
|
};
|
|
929
929
|
};
|
|
930
930
|
meta: {
|
|
931
931
|
name: string;
|
|
932
932
|
version: string;
|
|
933
933
|
};
|
|
934
|
-
rules: Record<string,
|
|
934
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
935
935
|
};
|
|
936
936
|
"@eslint-react": {
|
|
937
937
|
configs: {
|
|
@@ -939,26 +939,26 @@ declare const plugins$1: {
|
|
|
939
939
|
plugins: {};
|
|
940
940
|
name?: string;
|
|
941
941
|
rules?: Record<string, RuleConfig>;
|
|
942
|
-
settings?:
|
|
942
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
943
943
|
};
|
|
944
944
|
"recommended-type-checked": {
|
|
945
945
|
plugins: {};
|
|
946
946
|
name?: string;
|
|
947
947
|
rules?: Record<string, RuleConfig>;
|
|
948
|
-
settings?:
|
|
948
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
949
949
|
};
|
|
950
950
|
"recommended-typescript": {
|
|
951
951
|
plugins: {};
|
|
952
952
|
name?: string;
|
|
953
953
|
rules?: Record<string, RuleConfig>;
|
|
954
|
-
settings?:
|
|
954
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
955
955
|
};
|
|
956
956
|
};
|
|
957
957
|
meta: {
|
|
958
958
|
name: string;
|
|
959
959
|
version: string;
|
|
960
960
|
};
|
|
961
|
-
rules: Record<string,
|
|
961
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
962
962
|
};
|
|
963
963
|
};
|
|
964
964
|
declare const settings$1: {
|
|
@@ -1042,26 +1042,26 @@ declare const plugins: {
|
|
|
1042
1042
|
plugins: {};
|
|
1043
1043
|
name?: string;
|
|
1044
1044
|
rules?: Record<string, RuleConfig>;
|
|
1045
|
-
settings?:
|
|
1045
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1046
1046
|
};
|
|
1047
1047
|
"recommended-type-checked": {
|
|
1048
1048
|
plugins: {};
|
|
1049
1049
|
name?: string;
|
|
1050
1050
|
rules?: Record<string, RuleConfig>;
|
|
1051
|
-
settings?:
|
|
1051
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1052
1052
|
};
|
|
1053
1053
|
"recommended-typescript": {
|
|
1054
1054
|
plugins: {};
|
|
1055
1055
|
name?: string;
|
|
1056
1056
|
rules?: Record<string, RuleConfig>;
|
|
1057
|
-
settings?:
|
|
1057
|
+
settings?: _eslint_react_kit0.SettingsConfig;
|
|
1058
1058
|
};
|
|
1059
1059
|
};
|
|
1060
1060
|
meta: {
|
|
1061
1061
|
name: string;
|
|
1062
1062
|
version: string;
|
|
1063
1063
|
};
|
|
1064
|
-
rules: Record<string,
|
|
1064
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1065
1065
|
};
|
|
1066
1066
|
};
|
|
1067
1067
|
declare const settings: {
|
|
@@ -1138,7 +1138,7 @@ declare const _default: {
|
|
|
1138
1138
|
name: string;
|
|
1139
1139
|
version: string;
|
|
1140
1140
|
};
|
|
1141
|
-
rules: Record<string,
|
|
1141
|
+
rules: Record<string, _eslint_react_kit0.CompatibleRule>;
|
|
1142
1142
|
};
|
|
1143
1143
|
//#endregion
|
|
1144
1144
|
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.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.2",
|
|
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.0-beta.
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"eslint-
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-hooks-extra": "2.1.0-beta.
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"
|
|
45
|
+
"@eslint-react/eff": "2.1.0-beta.2",
|
|
46
|
+
"@eslint-react/shared": "2.1.0-beta.2",
|
|
47
|
+
"@eslint-react/kit": "2.1.0-beta.2",
|
|
48
|
+
"eslint-plugin-react-debug": "2.1.0-beta.2",
|
|
49
|
+
"eslint-plugin-react-hooks-extra": "2.1.0-beta.2",
|
|
50
|
+
"eslint-plugin-react-dom": "2.1.0-beta.2",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "2.1.0-beta.2",
|
|
52
|
+
"eslint-plugin-react-web-api": "2.1.0-beta.2",
|
|
53
|
+
"eslint-plugin-react-x": "2.1.0-beta.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"tsdown": "^0.15.6",
|