@eslint-react/eslint-plugin 1.53.1-next.2 → 1.53.2-beta.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.mts +82 -82
- package/dist/index.js +13 -13
- package/dist/index.mjs +13 -13
- package/package.json +15 -15
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _eslint_react_kit22 from "@eslint-react/kit";
|
|
2
2
|
import { RuleConfig } from "@eslint-react/kit";
|
|
3
3
|
|
|
4
4
|
//#region src/configs/all.d.ts
|
|
@@ -102,7 +102,7 @@ declare const plugins$6: {
|
|
|
102
102
|
plugins: {};
|
|
103
103
|
name?: string;
|
|
104
104
|
rules?: Record<string, RuleConfig>;
|
|
105
|
-
settings?:
|
|
105
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
106
106
|
};
|
|
107
107
|
"all-legacy": {
|
|
108
108
|
plugins: string[];
|
|
@@ -113,7 +113,7 @@ declare const plugins$6: {
|
|
|
113
113
|
name: string;
|
|
114
114
|
version: string;
|
|
115
115
|
};
|
|
116
|
-
rules: Record<string,
|
|
116
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
117
117
|
};
|
|
118
118
|
"@eslint-react/hooks-extra": {
|
|
119
119
|
configs: {
|
|
@@ -121,7 +121,7 @@ declare const plugins$6: {
|
|
|
121
121
|
plugins: {};
|
|
122
122
|
name?: string;
|
|
123
123
|
rules?: Record<string, RuleConfig>;
|
|
124
|
-
settings?:
|
|
124
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
125
125
|
};
|
|
126
126
|
"recommended-legacy": {
|
|
127
127
|
plugins: string[];
|
|
@@ -132,7 +132,7 @@ declare const plugins$6: {
|
|
|
132
132
|
name: string;
|
|
133
133
|
version: string;
|
|
134
134
|
};
|
|
135
|
-
rules: Record<string,
|
|
135
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
136
136
|
};
|
|
137
137
|
"@eslint-react/naming-convention": {
|
|
138
138
|
configs: {
|
|
@@ -140,7 +140,7 @@ declare const plugins$6: {
|
|
|
140
140
|
plugins: {};
|
|
141
141
|
name?: string;
|
|
142
142
|
rules?: Record<string, RuleConfig>;
|
|
143
|
-
settings?:
|
|
143
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
144
144
|
};
|
|
145
145
|
"recommended-legacy": {
|
|
146
146
|
plugins: string[];
|
|
@@ -151,7 +151,7 @@ declare const plugins$6: {
|
|
|
151
151
|
name: string;
|
|
152
152
|
version: string;
|
|
153
153
|
};
|
|
154
|
-
rules: Record<string,
|
|
154
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
155
155
|
};
|
|
156
156
|
"@eslint-react/web-api": {
|
|
157
157
|
configs: {
|
|
@@ -159,7 +159,7 @@ declare const plugins$6: {
|
|
|
159
159
|
plugins: {};
|
|
160
160
|
name?: string;
|
|
161
161
|
rules?: Record<string, RuleConfig>;
|
|
162
|
-
settings?:
|
|
162
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
163
163
|
};
|
|
164
164
|
"recommended-legacy": {
|
|
165
165
|
plugins: string[];
|
|
@@ -170,7 +170,7 @@ declare const plugins$6: {
|
|
|
170
170
|
name: string;
|
|
171
171
|
version: string;
|
|
172
172
|
};
|
|
173
|
-
rules: Record<string,
|
|
173
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
174
174
|
};
|
|
175
175
|
"@eslint-react/dom": {
|
|
176
176
|
configs: {
|
|
@@ -178,7 +178,7 @@ declare const plugins$6: {
|
|
|
178
178
|
plugins: {};
|
|
179
179
|
name?: string;
|
|
180
180
|
rules?: Record<string, RuleConfig>;
|
|
181
|
-
settings?:
|
|
181
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
182
182
|
};
|
|
183
183
|
"recommended-legacy": {
|
|
184
184
|
plugins: string[];
|
|
@@ -189,7 +189,7 @@ declare const plugins$6: {
|
|
|
189
189
|
name: string;
|
|
190
190
|
version: string;
|
|
191
191
|
};
|
|
192
|
-
rules: Record<string,
|
|
192
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
193
193
|
};
|
|
194
194
|
"@eslint-react": {
|
|
195
195
|
configs: {
|
|
@@ -197,7 +197,7 @@ declare const plugins$6: {
|
|
|
197
197
|
plugins: {};
|
|
198
198
|
name?: string;
|
|
199
199
|
rules?: Record<string, RuleConfig>;
|
|
200
|
-
settings?:
|
|
200
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
201
201
|
};
|
|
202
202
|
"recommended-legacy": {
|
|
203
203
|
plugins: string[];
|
|
@@ -207,7 +207,7 @@ declare const plugins$6: {
|
|
|
207
207
|
plugins: {};
|
|
208
208
|
name?: string;
|
|
209
209
|
rules?: Record<string, RuleConfig>;
|
|
210
|
-
settings?:
|
|
210
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
211
211
|
};
|
|
212
212
|
"recommended-type-checked-legacy": {
|
|
213
213
|
plugins: string[];
|
|
@@ -217,7 +217,7 @@ declare const plugins$6: {
|
|
|
217
217
|
plugins: {};
|
|
218
218
|
name?: string;
|
|
219
219
|
rules?: Record<string, RuleConfig>;
|
|
220
|
-
settings?:
|
|
220
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
221
221
|
};
|
|
222
222
|
"recommended-typescript-legacy": {
|
|
223
223
|
plugins: string[];
|
|
@@ -228,7 +228,7 @@ declare const plugins$6: {
|
|
|
228
228
|
name: string;
|
|
229
229
|
version: string;
|
|
230
230
|
};
|
|
231
|
-
rules: Record<string,
|
|
231
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
232
232
|
};
|
|
233
233
|
};
|
|
234
234
|
declare const settings$5: {
|
|
@@ -262,19 +262,19 @@ declare const plugins$5: {
|
|
|
262
262
|
all: {
|
|
263
263
|
plugins: {};
|
|
264
264
|
name?: string;
|
|
265
|
-
rules?: Record<string,
|
|
266
|
-
settings?:
|
|
265
|
+
rules?: Record<string, _eslint_react_kit22.RuleConfig>;
|
|
266
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
267
267
|
};
|
|
268
268
|
"all-legacy": {
|
|
269
269
|
plugins: string[];
|
|
270
|
-
rules: Record<string,
|
|
270
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
271
271
|
};
|
|
272
272
|
};
|
|
273
273
|
meta: {
|
|
274
274
|
name: string;
|
|
275
275
|
version: string;
|
|
276
276
|
};
|
|
277
|
-
rules: Record<string,
|
|
277
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
278
278
|
};
|
|
279
279
|
};
|
|
280
280
|
declare namespace disable_debug_d_exports {
|
|
@@ -325,7 +325,7 @@ declare const plugins$4: {
|
|
|
325
325
|
plugins: {};
|
|
326
326
|
name?: string;
|
|
327
327
|
rules?: Record<string, RuleConfig>;
|
|
328
|
-
settings?:
|
|
328
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
329
329
|
};
|
|
330
330
|
"recommended-legacy": {
|
|
331
331
|
plugins: string[];
|
|
@@ -336,7 +336,7 @@ declare const plugins$4: {
|
|
|
336
336
|
name: string;
|
|
337
337
|
version: string;
|
|
338
338
|
};
|
|
339
|
-
rules: Record<string,
|
|
339
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
340
340
|
};
|
|
341
341
|
};
|
|
342
342
|
declare const settings$4: {
|
|
@@ -436,7 +436,7 @@ declare const plugins$3: {
|
|
|
436
436
|
plugins: {};
|
|
437
437
|
name?: string;
|
|
438
438
|
rules?: Record<string, RuleConfig>;
|
|
439
|
-
settings?:
|
|
439
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
440
440
|
};
|
|
441
441
|
"all-legacy": {
|
|
442
442
|
plugins: string[];
|
|
@@ -447,7 +447,7 @@ declare const plugins$3: {
|
|
|
447
447
|
name: string;
|
|
448
448
|
version: string;
|
|
449
449
|
};
|
|
450
|
-
rules: Record<string,
|
|
450
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
451
451
|
};
|
|
452
452
|
"@eslint-react/hooks-extra": {
|
|
453
453
|
configs: {
|
|
@@ -455,7 +455,7 @@ declare const plugins$3: {
|
|
|
455
455
|
plugins: {};
|
|
456
456
|
name?: string;
|
|
457
457
|
rules?: Record<string, RuleConfig>;
|
|
458
|
-
settings?:
|
|
458
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
459
459
|
};
|
|
460
460
|
"recommended-legacy": {
|
|
461
461
|
plugins: string[];
|
|
@@ -466,7 +466,7 @@ declare const plugins$3: {
|
|
|
466
466
|
name: string;
|
|
467
467
|
version: string;
|
|
468
468
|
};
|
|
469
|
-
rules: Record<string,
|
|
469
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
470
470
|
};
|
|
471
471
|
"@eslint-react/naming-convention": {
|
|
472
472
|
configs: {
|
|
@@ -474,7 +474,7 @@ declare const plugins$3: {
|
|
|
474
474
|
plugins: {};
|
|
475
475
|
name?: string;
|
|
476
476
|
rules?: Record<string, RuleConfig>;
|
|
477
|
-
settings?:
|
|
477
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
478
478
|
};
|
|
479
479
|
"recommended-legacy": {
|
|
480
480
|
plugins: string[];
|
|
@@ -485,7 +485,7 @@ declare const plugins$3: {
|
|
|
485
485
|
name: string;
|
|
486
486
|
version: string;
|
|
487
487
|
};
|
|
488
|
-
rules: Record<string,
|
|
488
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
489
489
|
};
|
|
490
490
|
"@eslint-react/web-api": {
|
|
491
491
|
configs: {
|
|
@@ -493,7 +493,7 @@ declare const plugins$3: {
|
|
|
493
493
|
plugins: {};
|
|
494
494
|
name?: string;
|
|
495
495
|
rules?: Record<string, RuleConfig>;
|
|
496
|
-
settings?:
|
|
496
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
497
497
|
};
|
|
498
498
|
"recommended-legacy": {
|
|
499
499
|
plugins: string[];
|
|
@@ -504,7 +504,7 @@ declare const plugins$3: {
|
|
|
504
504
|
name: string;
|
|
505
505
|
version: string;
|
|
506
506
|
};
|
|
507
|
-
rules: Record<string,
|
|
507
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
508
508
|
};
|
|
509
509
|
"@eslint-react/dom": {
|
|
510
510
|
configs: {
|
|
@@ -512,7 +512,7 @@ declare const plugins$3: {
|
|
|
512
512
|
plugins: {};
|
|
513
513
|
name?: string;
|
|
514
514
|
rules?: Record<string, RuleConfig>;
|
|
515
|
-
settings?:
|
|
515
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
516
516
|
};
|
|
517
517
|
"recommended-legacy": {
|
|
518
518
|
plugins: string[];
|
|
@@ -523,7 +523,7 @@ declare const plugins$3: {
|
|
|
523
523
|
name: string;
|
|
524
524
|
version: string;
|
|
525
525
|
};
|
|
526
|
-
rules: Record<string,
|
|
526
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
527
527
|
};
|
|
528
528
|
"@eslint-react": {
|
|
529
529
|
configs: {
|
|
@@ -531,7 +531,7 @@ declare const plugins$3: {
|
|
|
531
531
|
plugins: {};
|
|
532
532
|
name?: string;
|
|
533
533
|
rules?: Record<string, RuleConfig>;
|
|
534
|
-
settings?:
|
|
534
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
535
535
|
};
|
|
536
536
|
"recommended-legacy": {
|
|
537
537
|
plugins: string[];
|
|
@@ -541,7 +541,7 @@ declare const plugins$3: {
|
|
|
541
541
|
plugins: {};
|
|
542
542
|
name?: string;
|
|
543
543
|
rules?: Record<string, RuleConfig>;
|
|
544
|
-
settings?:
|
|
544
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
545
545
|
};
|
|
546
546
|
"recommended-type-checked-legacy": {
|
|
547
547
|
plugins: string[];
|
|
@@ -551,7 +551,7 @@ declare const plugins$3: {
|
|
|
551
551
|
plugins: {};
|
|
552
552
|
name?: string;
|
|
553
553
|
rules?: Record<string, RuleConfig>;
|
|
554
|
-
settings?:
|
|
554
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
555
555
|
};
|
|
556
556
|
"recommended-typescript-legacy": {
|
|
557
557
|
plugins: string[];
|
|
@@ -562,7 +562,7 @@ declare const plugins$3: {
|
|
|
562
562
|
name: string;
|
|
563
563
|
version: string;
|
|
564
564
|
};
|
|
565
|
-
rules: Record<string,
|
|
565
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
566
566
|
};
|
|
567
567
|
};
|
|
568
568
|
declare const settings$3: {
|
|
@@ -659,7 +659,7 @@ declare const plugins$2: {
|
|
|
659
659
|
plugins: {};
|
|
660
660
|
name?: string;
|
|
661
661
|
rules?: Record<string, RuleConfig>;
|
|
662
|
-
settings?:
|
|
662
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
663
663
|
};
|
|
664
664
|
"all-legacy": {
|
|
665
665
|
plugins: string[];
|
|
@@ -670,7 +670,7 @@ declare const plugins$2: {
|
|
|
670
670
|
name: string;
|
|
671
671
|
version: string;
|
|
672
672
|
};
|
|
673
|
-
rules: Record<string,
|
|
673
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
674
674
|
};
|
|
675
675
|
"@eslint-react/hooks-extra": {
|
|
676
676
|
configs: {
|
|
@@ -678,7 +678,7 @@ declare const plugins$2: {
|
|
|
678
678
|
plugins: {};
|
|
679
679
|
name?: string;
|
|
680
680
|
rules?: Record<string, RuleConfig>;
|
|
681
|
-
settings?:
|
|
681
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
682
682
|
};
|
|
683
683
|
"recommended-legacy": {
|
|
684
684
|
plugins: string[];
|
|
@@ -689,7 +689,7 @@ declare const plugins$2: {
|
|
|
689
689
|
name: string;
|
|
690
690
|
version: string;
|
|
691
691
|
};
|
|
692
|
-
rules: Record<string,
|
|
692
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
693
693
|
};
|
|
694
694
|
"@eslint-react/naming-convention": {
|
|
695
695
|
configs: {
|
|
@@ -697,7 +697,7 @@ declare const plugins$2: {
|
|
|
697
697
|
plugins: {};
|
|
698
698
|
name?: string;
|
|
699
699
|
rules?: Record<string, RuleConfig>;
|
|
700
|
-
settings?:
|
|
700
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
701
701
|
};
|
|
702
702
|
"recommended-legacy": {
|
|
703
703
|
plugins: string[];
|
|
@@ -708,7 +708,7 @@ declare const plugins$2: {
|
|
|
708
708
|
name: string;
|
|
709
709
|
version: string;
|
|
710
710
|
};
|
|
711
|
-
rules: Record<string,
|
|
711
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
712
712
|
};
|
|
713
713
|
"@eslint-react/web-api": {
|
|
714
714
|
configs: {
|
|
@@ -716,7 +716,7 @@ declare const plugins$2: {
|
|
|
716
716
|
plugins: {};
|
|
717
717
|
name?: string;
|
|
718
718
|
rules?: Record<string, RuleConfig>;
|
|
719
|
-
settings?:
|
|
719
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
720
720
|
};
|
|
721
721
|
"recommended-legacy": {
|
|
722
722
|
plugins: string[];
|
|
@@ -727,7 +727,7 @@ declare const plugins$2: {
|
|
|
727
727
|
name: string;
|
|
728
728
|
version: string;
|
|
729
729
|
};
|
|
730
|
-
rules: Record<string,
|
|
730
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
731
731
|
};
|
|
732
732
|
"@eslint-react/dom": {
|
|
733
733
|
configs: {
|
|
@@ -735,7 +735,7 @@ declare const plugins$2: {
|
|
|
735
735
|
plugins: {};
|
|
736
736
|
name?: string;
|
|
737
737
|
rules?: Record<string, RuleConfig>;
|
|
738
|
-
settings?:
|
|
738
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
739
739
|
};
|
|
740
740
|
"recommended-legacy": {
|
|
741
741
|
plugins: string[];
|
|
@@ -746,7 +746,7 @@ declare const plugins$2: {
|
|
|
746
746
|
name: string;
|
|
747
747
|
version: string;
|
|
748
748
|
};
|
|
749
|
-
rules: Record<string,
|
|
749
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
750
750
|
};
|
|
751
751
|
"@eslint-react": {
|
|
752
752
|
configs: {
|
|
@@ -754,7 +754,7 @@ declare const plugins$2: {
|
|
|
754
754
|
plugins: {};
|
|
755
755
|
name?: string;
|
|
756
756
|
rules?: Record<string, RuleConfig>;
|
|
757
|
-
settings?:
|
|
757
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
758
758
|
};
|
|
759
759
|
"recommended-legacy": {
|
|
760
760
|
plugins: string[];
|
|
@@ -764,7 +764,7 @@ declare const plugins$2: {
|
|
|
764
764
|
plugins: {};
|
|
765
765
|
name?: string;
|
|
766
766
|
rules?: Record<string, RuleConfig>;
|
|
767
|
-
settings?:
|
|
767
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
768
768
|
};
|
|
769
769
|
"recommended-type-checked-legacy": {
|
|
770
770
|
plugins: string[];
|
|
@@ -774,7 +774,7 @@ declare const plugins$2: {
|
|
|
774
774
|
plugins: {};
|
|
775
775
|
name?: string;
|
|
776
776
|
rules?: Record<string, RuleConfig>;
|
|
777
|
-
settings?:
|
|
777
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
778
778
|
};
|
|
779
779
|
"recommended-typescript-legacy": {
|
|
780
780
|
plugins: string[];
|
|
@@ -785,7 +785,7 @@ declare const plugins$2: {
|
|
|
785
785
|
name: string;
|
|
786
786
|
version: string;
|
|
787
787
|
};
|
|
788
|
-
rules: Record<string,
|
|
788
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
789
789
|
};
|
|
790
790
|
};
|
|
791
791
|
declare const settings$2: {
|
|
@@ -881,7 +881,7 @@ declare const plugins$1: {
|
|
|
881
881
|
plugins: {};
|
|
882
882
|
name?: string;
|
|
883
883
|
rules?: Record<string, RuleConfig>;
|
|
884
|
-
settings?:
|
|
884
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
885
885
|
};
|
|
886
886
|
"all-legacy": {
|
|
887
887
|
plugins: string[];
|
|
@@ -892,7 +892,7 @@ declare const plugins$1: {
|
|
|
892
892
|
name: string;
|
|
893
893
|
version: string;
|
|
894
894
|
};
|
|
895
|
-
rules: Record<string,
|
|
895
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
896
896
|
};
|
|
897
897
|
"@eslint-react/hooks-extra": {
|
|
898
898
|
configs: {
|
|
@@ -900,7 +900,7 @@ declare const plugins$1: {
|
|
|
900
900
|
plugins: {};
|
|
901
901
|
name?: string;
|
|
902
902
|
rules?: Record<string, RuleConfig>;
|
|
903
|
-
settings?:
|
|
903
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
904
904
|
};
|
|
905
905
|
"recommended-legacy": {
|
|
906
906
|
plugins: string[];
|
|
@@ -911,7 +911,7 @@ declare const plugins$1: {
|
|
|
911
911
|
name: string;
|
|
912
912
|
version: string;
|
|
913
913
|
};
|
|
914
|
-
rules: Record<string,
|
|
914
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
915
915
|
};
|
|
916
916
|
"@eslint-react/naming-convention": {
|
|
917
917
|
configs: {
|
|
@@ -919,7 +919,7 @@ declare const plugins$1: {
|
|
|
919
919
|
plugins: {};
|
|
920
920
|
name?: string;
|
|
921
921
|
rules?: Record<string, RuleConfig>;
|
|
922
|
-
settings?:
|
|
922
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
923
923
|
};
|
|
924
924
|
"recommended-legacy": {
|
|
925
925
|
plugins: string[];
|
|
@@ -930,7 +930,7 @@ declare const plugins$1: {
|
|
|
930
930
|
name: string;
|
|
931
931
|
version: string;
|
|
932
932
|
};
|
|
933
|
-
rules: Record<string,
|
|
933
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
934
934
|
};
|
|
935
935
|
"@eslint-react/web-api": {
|
|
936
936
|
configs: {
|
|
@@ -938,7 +938,7 @@ declare const plugins$1: {
|
|
|
938
938
|
plugins: {};
|
|
939
939
|
name?: string;
|
|
940
940
|
rules?: Record<string, RuleConfig>;
|
|
941
|
-
settings?:
|
|
941
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
942
942
|
};
|
|
943
943
|
"recommended-legacy": {
|
|
944
944
|
plugins: string[];
|
|
@@ -949,7 +949,7 @@ declare const plugins$1: {
|
|
|
949
949
|
name: string;
|
|
950
950
|
version: string;
|
|
951
951
|
};
|
|
952
|
-
rules: Record<string,
|
|
952
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
953
953
|
};
|
|
954
954
|
"@eslint-react/dom": {
|
|
955
955
|
configs: {
|
|
@@ -957,7 +957,7 @@ declare const plugins$1: {
|
|
|
957
957
|
plugins: {};
|
|
958
958
|
name?: string;
|
|
959
959
|
rules?: Record<string, RuleConfig>;
|
|
960
|
-
settings?:
|
|
960
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
961
961
|
};
|
|
962
962
|
"recommended-legacy": {
|
|
963
963
|
plugins: string[];
|
|
@@ -968,7 +968,7 @@ declare const plugins$1: {
|
|
|
968
968
|
name: string;
|
|
969
969
|
version: string;
|
|
970
970
|
};
|
|
971
|
-
rules: Record<string,
|
|
971
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
972
972
|
};
|
|
973
973
|
"@eslint-react": {
|
|
974
974
|
configs: {
|
|
@@ -976,7 +976,7 @@ declare const plugins$1: {
|
|
|
976
976
|
plugins: {};
|
|
977
977
|
name?: string;
|
|
978
978
|
rules?: Record<string, RuleConfig>;
|
|
979
|
-
settings?:
|
|
979
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
980
980
|
};
|
|
981
981
|
"recommended-legacy": {
|
|
982
982
|
plugins: string[];
|
|
@@ -986,7 +986,7 @@ declare const plugins$1: {
|
|
|
986
986
|
plugins: {};
|
|
987
987
|
name?: string;
|
|
988
988
|
rules?: Record<string, RuleConfig>;
|
|
989
|
-
settings?:
|
|
989
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
990
990
|
};
|
|
991
991
|
"recommended-type-checked-legacy": {
|
|
992
992
|
plugins: string[];
|
|
@@ -996,7 +996,7 @@ declare const plugins$1: {
|
|
|
996
996
|
plugins: {};
|
|
997
997
|
name?: string;
|
|
998
998
|
rules?: Record<string, RuleConfig>;
|
|
999
|
-
settings?:
|
|
999
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
1000
1000
|
};
|
|
1001
1001
|
"recommended-typescript-legacy": {
|
|
1002
1002
|
plugins: string[];
|
|
@@ -1007,7 +1007,7 @@ declare const plugins$1: {
|
|
|
1007
1007
|
name: string;
|
|
1008
1008
|
version: string;
|
|
1009
1009
|
};
|
|
1010
|
-
rules: Record<string,
|
|
1010
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
1011
1011
|
};
|
|
1012
1012
|
};
|
|
1013
1013
|
declare const settings$1: {
|
|
@@ -1079,7 +1079,7 @@ declare const plugins: {
|
|
|
1079
1079
|
plugins: {};
|
|
1080
1080
|
name?: string;
|
|
1081
1081
|
rules?: Record<string, RuleConfig>;
|
|
1082
|
-
settings?:
|
|
1082
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
1083
1083
|
};
|
|
1084
1084
|
"recommended-legacy": {
|
|
1085
1085
|
plugins: string[];
|
|
@@ -1089,7 +1089,7 @@ declare const plugins: {
|
|
|
1089
1089
|
plugins: {};
|
|
1090
1090
|
name?: string;
|
|
1091
1091
|
rules?: Record<string, RuleConfig>;
|
|
1092
|
-
settings?:
|
|
1092
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
1093
1093
|
};
|
|
1094
1094
|
"recommended-type-checked-legacy": {
|
|
1095
1095
|
plugins: string[];
|
|
@@ -1099,7 +1099,7 @@ declare const plugins: {
|
|
|
1099
1099
|
plugins: {};
|
|
1100
1100
|
name?: string;
|
|
1101
1101
|
rules?: Record<string, RuleConfig>;
|
|
1102
|
-
settings?:
|
|
1102
|
+
settings?: _eslint_react_kit22.SettingsConfig;
|
|
1103
1103
|
};
|
|
1104
1104
|
"recommended-typescript-legacy": {
|
|
1105
1105
|
plugins: string[];
|
|
@@ -1110,7 +1110,7 @@ declare const plugins: {
|
|
|
1110
1110
|
name: string;
|
|
1111
1111
|
version: string;
|
|
1112
1112
|
};
|
|
1113
|
-
rules: Record<string,
|
|
1113
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
1114
1114
|
};
|
|
1115
1115
|
};
|
|
1116
1116
|
declare const settings: {
|
|
@@ -1134,83 +1134,83 @@ declare const _default: {
|
|
|
1134
1134
|
all: typeof all_d_exports;
|
|
1135
1135
|
"all-legacy": {
|
|
1136
1136
|
plugins: string[];
|
|
1137
|
-
rules: Record<string,
|
|
1137
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1138
1138
|
};
|
|
1139
1139
|
debug: typeof debug_d_exports;
|
|
1140
1140
|
"debug-legacy": {
|
|
1141
1141
|
plugins: string[];
|
|
1142
|
-
rules: Record<string,
|
|
1142
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1143
1143
|
};
|
|
1144
1144
|
"disable-debug": typeof disable_debug_d_exports;
|
|
1145
1145
|
"disable-debug-legacy": {
|
|
1146
1146
|
plugins: string[];
|
|
1147
|
-
rules: Record<string,
|
|
1147
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1148
1148
|
};
|
|
1149
1149
|
"disable-dom": typeof disable_dom_d_exports;
|
|
1150
1150
|
"disable-dom-legacy": {
|
|
1151
1151
|
plugins: string[];
|
|
1152
|
-
rules: Record<string,
|
|
1152
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1153
1153
|
};
|
|
1154
1154
|
"disable-type-checked": typeof disable_type_checked_d_exports;
|
|
1155
1155
|
"disable-type-checked-legacy": {
|
|
1156
1156
|
plugins: string[];
|
|
1157
|
-
rules: Record<string,
|
|
1157
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1158
1158
|
};
|
|
1159
1159
|
"disable-web-api": typeof disable_web_api_d_exports;
|
|
1160
1160
|
"disable-web-api-legacy": {
|
|
1161
1161
|
plugins: string[];
|
|
1162
|
-
rules: Record<string,
|
|
1162
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1163
1163
|
};
|
|
1164
1164
|
dom: typeof dom_d_exports;
|
|
1165
1165
|
"dom-legacy": {
|
|
1166
1166
|
plugins: string[];
|
|
1167
|
-
rules: Record<string,
|
|
1167
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1168
1168
|
};
|
|
1169
1169
|
off: typeof off_d_exports;
|
|
1170
1170
|
"off-legacy": {
|
|
1171
1171
|
plugins: string[];
|
|
1172
|
-
rules: Record<string,
|
|
1172
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1173
1173
|
};
|
|
1174
1174
|
recommended: typeof recommended_d_exports;
|
|
1175
1175
|
"recommended-legacy": {
|
|
1176
1176
|
plugins: string[];
|
|
1177
|
-
rules: Record<string,
|
|
1177
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1178
1178
|
};
|
|
1179
1179
|
"recommended-type-checked": typeof recommended_type_checked_d_exports;
|
|
1180
1180
|
"recommended-type-checked-legacy": {
|
|
1181
1181
|
plugins: string[];
|
|
1182
|
-
rules: Record<string,
|
|
1182
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1183
1183
|
};
|
|
1184
1184
|
"recommended-typescript": typeof recommended_typescript_d_exports;
|
|
1185
1185
|
"recommended-typescript-legacy": {
|
|
1186
1186
|
plugins: string[];
|
|
1187
|
-
rules: Record<string,
|
|
1187
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1188
1188
|
};
|
|
1189
1189
|
x: typeof x_d_exports;
|
|
1190
1190
|
"x-legacy": {
|
|
1191
1191
|
plugins: string[];
|
|
1192
|
-
rules: Record<string,
|
|
1192
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1193
1193
|
};
|
|
1194
1194
|
/** @deprecated Use `x` instead */
|
|
1195
1195
|
core: typeof x_d_exports;
|
|
1196
1196
|
/** @deprecated Use `x-legacy` instead */
|
|
1197
1197
|
"core-legacy": {
|
|
1198
1198
|
plugins: string[];
|
|
1199
|
-
rules: Record<string,
|
|
1199
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1200
1200
|
};
|
|
1201
1201
|
/** @deprecated Use `disable-dom` instead */
|
|
1202
1202
|
"off-dom": typeof disable_dom_d_exports;
|
|
1203
1203
|
/** @deprecated Use `disable-dom-legacy` instead */
|
|
1204
1204
|
"off-dom-legacy": {
|
|
1205
1205
|
plugins: string[];
|
|
1206
|
-
rules: Record<string,
|
|
1206
|
+
rules: Record<string, _eslint_react_kit22.RuleConfig<unknown[]>> | undefined;
|
|
1207
1207
|
};
|
|
1208
1208
|
};
|
|
1209
1209
|
meta: {
|
|
1210
1210
|
name: string;
|
|
1211
1211
|
version: string;
|
|
1212
1212
|
};
|
|
1213
|
-
rules: Record<string,
|
|
1213
|
+
rules: Record<string, _eslint_react_kit22.CompatibleRule>;
|
|
1214
1214
|
};
|
|
1215
1215
|
//#endregion
|
|
1216
1216
|
export { _default as default };
|
package/dist/index.js
CHANGED
|
@@ -46,11 +46,11 @@ __eslint_react_shared = __toESM(__eslint_react_shared);
|
|
|
46
46
|
|
|
47
47
|
//#region package.json
|
|
48
48
|
var name = "@eslint-react/eslint-plugin";
|
|
49
|
-
var version = "1.53.
|
|
49
|
+
var version = "1.53.2-beta.0";
|
|
50
50
|
|
|
51
51
|
//#endregion
|
|
52
52
|
//#region src/configs/dom.ts
|
|
53
|
-
var dom_exports = __export({
|
|
53
|
+
var dom_exports = /* @__PURE__ */ __export({
|
|
54
54
|
name: () => name$12,
|
|
55
55
|
plugins: () => plugins$7,
|
|
56
56
|
rules: () => rules$8,
|
|
@@ -79,7 +79,7 @@ const settings$6 = { "react-x": __eslint_react_shared.DEFAULT_ESLINT_REACT_SETTI
|
|
|
79
79
|
|
|
80
80
|
//#endregion
|
|
81
81
|
//#region src/configs/x.ts
|
|
82
|
-
var x_exports = __export({
|
|
82
|
+
var x_exports = /* @__PURE__ */ __export({
|
|
83
83
|
name: () => name$11,
|
|
84
84
|
plugins: () => plugins$6,
|
|
85
85
|
rules: () => rules$12,
|
|
@@ -135,7 +135,7 @@ const settings$5 = { "react-x": __eslint_react_shared.DEFAULT_ESLINT_REACT_SETTI
|
|
|
135
135
|
|
|
136
136
|
//#endregion
|
|
137
137
|
//#region src/configs/all.ts
|
|
138
|
-
var all_exports = __export({
|
|
138
|
+
var all_exports = /* @__PURE__ */ __export({
|
|
139
139
|
name: () => name$10,
|
|
140
140
|
plugins: () => plugins$5,
|
|
141
141
|
rules: () => rules$3,
|
|
@@ -243,7 +243,7 @@ const settings$4 = { ...settings$6 };
|
|
|
243
243
|
|
|
244
244
|
//#endregion
|
|
245
245
|
//#region src/configs/debug.ts
|
|
246
|
-
var debug_exports = __export({
|
|
246
|
+
var debug_exports = /* @__PURE__ */ __export({
|
|
247
247
|
name: () => name$9,
|
|
248
248
|
plugins: () => plugins$4,
|
|
249
249
|
rules: () => rules$10
|
|
@@ -260,7 +260,7 @@ const plugins$4 = { "@eslint-react/debug": eslint_plugin_react_debug.default };
|
|
|
260
260
|
|
|
261
261
|
//#endregion
|
|
262
262
|
//#region src/configs/disable-debug.ts
|
|
263
|
-
var disable_debug_exports = __export({
|
|
263
|
+
var disable_debug_exports = /* @__PURE__ */ __export({
|
|
264
264
|
name: () => name$8,
|
|
265
265
|
rules: () => rules$11
|
|
266
266
|
});
|
|
@@ -269,7 +269,7 @@ const rules$11 = Object.fromEntries(Object.entries(rules$10).map(([rule]) => [ru
|
|
|
269
269
|
|
|
270
270
|
//#endregion
|
|
271
271
|
//#region src/configs/disable-dom.ts
|
|
272
|
-
var disable_dom_exports = __export({
|
|
272
|
+
var disable_dom_exports = /* @__PURE__ */ __export({
|
|
273
273
|
name: () => name$7,
|
|
274
274
|
rules: () => rules$9
|
|
275
275
|
});
|
|
@@ -278,7 +278,7 @@ const rules$9 = Object.fromEntries(Object.entries(rules$8).map(([key]) => [key,
|
|
|
278
278
|
|
|
279
279
|
//#endregion
|
|
280
280
|
//#region src/configs/disable-type-checked.ts
|
|
281
|
-
var disable_type_checked_exports = __export({
|
|
281
|
+
var disable_type_checked_exports = /* @__PURE__ */ __export({
|
|
282
282
|
name: () => name$6,
|
|
283
283
|
rules: () => rules$4
|
|
284
284
|
});
|
|
@@ -301,7 +301,7 @@ const settings$3 = { ...settings$6 };
|
|
|
301
301
|
|
|
302
302
|
//#endregion
|
|
303
303
|
//#region src/configs/disable-web-api.ts
|
|
304
|
-
var disable_web_api_exports = __export({
|
|
304
|
+
var disable_web_api_exports = /* @__PURE__ */ __export({
|
|
305
305
|
name: () => name$5,
|
|
306
306
|
rules: () => rules$7
|
|
307
307
|
});
|
|
@@ -310,7 +310,7 @@ const rules$7 = Object.fromEntries(Object.entries(rules$6).map(([key]) => [key,
|
|
|
310
310
|
|
|
311
311
|
//#endregion
|
|
312
312
|
//#region src/configs/off.ts
|
|
313
|
-
var off_exports = __export({
|
|
313
|
+
var off_exports = /* @__PURE__ */ __export({
|
|
314
314
|
name: () => name$4,
|
|
315
315
|
rules: () => rules$5
|
|
316
316
|
});
|
|
@@ -322,7 +322,7 @@ const rules$5 = {
|
|
|
322
322
|
|
|
323
323
|
//#endregion
|
|
324
324
|
//#region src/configs/recommended.ts
|
|
325
|
-
var recommended_exports = __export({
|
|
325
|
+
var recommended_exports = /* @__PURE__ */ __export({
|
|
326
326
|
name: () => name$3,
|
|
327
327
|
plugins: () => plugins$2,
|
|
328
328
|
rules: () => rules$2,
|
|
@@ -350,7 +350,7 @@ const settings$2 = { ...settings$6 };
|
|
|
350
350
|
|
|
351
351
|
//#endregion
|
|
352
352
|
//#region src/configs/recommended-typescript.ts
|
|
353
|
-
var recommended_typescript_exports = __export({
|
|
353
|
+
var recommended_typescript_exports = /* @__PURE__ */ __export({
|
|
354
354
|
name: () => name$2,
|
|
355
355
|
plugins: () => plugins$1,
|
|
356
356
|
rules: () => rules$1,
|
|
@@ -369,7 +369,7 @@ const settings$1 = { ...settings$2 };
|
|
|
369
369
|
|
|
370
370
|
//#endregion
|
|
371
371
|
//#region src/configs/recommended-type-checked.ts
|
|
372
|
-
var recommended_type_checked_exports = __export({
|
|
372
|
+
var recommended_type_checked_exports = /* @__PURE__ */ __export({
|
|
373
373
|
name: () => name$1,
|
|
374
374
|
plugins: () => plugins,
|
|
375
375
|
rules: () => rules,
|
package/dist/index.mjs
CHANGED
|
@@ -9,11 +9,11 @@ import { DEFAULT_ESLINT_REACT_SETTINGS } from "@eslint-react/shared";
|
|
|
9
9
|
|
|
10
10
|
//#region package.json
|
|
11
11
|
var name = "@eslint-react/eslint-plugin";
|
|
12
|
-
var version = "1.53.
|
|
12
|
+
var version = "1.53.2-beta.0";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/configs/dom.ts
|
|
16
|
-
var dom_exports = __export({
|
|
16
|
+
var dom_exports = /* @__PURE__ */ __export({
|
|
17
17
|
name: () => name$12,
|
|
18
18
|
plugins: () => plugins$7,
|
|
19
19
|
rules: () => rules$8,
|
|
@@ -42,7 +42,7 @@ const settings$6 = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
|
|
|
42
42
|
|
|
43
43
|
//#endregion
|
|
44
44
|
//#region src/configs/x.ts
|
|
45
|
-
var x_exports = __export({
|
|
45
|
+
var x_exports = /* @__PURE__ */ __export({
|
|
46
46
|
name: () => name$11,
|
|
47
47
|
plugins: () => plugins$6,
|
|
48
48
|
rules: () => rules$12,
|
|
@@ -98,7 +98,7 @@ const settings$5 = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
|
|
|
98
98
|
|
|
99
99
|
//#endregion
|
|
100
100
|
//#region src/configs/all.ts
|
|
101
|
-
var all_exports = __export({
|
|
101
|
+
var all_exports = /* @__PURE__ */ __export({
|
|
102
102
|
name: () => name$10,
|
|
103
103
|
plugins: () => plugins$5,
|
|
104
104
|
rules: () => rules$3,
|
|
@@ -206,7 +206,7 @@ const settings$4 = { ...settings$6 };
|
|
|
206
206
|
|
|
207
207
|
//#endregion
|
|
208
208
|
//#region src/configs/debug.ts
|
|
209
|
-
var debug_exports = __export({
|
|
209
|
+
var debug_exports = /* @__PURE__ */ __export({
|
|
210
210
|
name: () => name$9,
|
|
211
211
|
plugins: () => plugins$4,
|
|
212
212
|
rules: () => rules$10
|
|
@@ -223,7 +223,7 @@ const plugins$4 = { "@eslint-react/debug": reactDebug };
|
|
|
223
223
|
|
|
224
224
|
//#endregion
|
|
225
225
|
//#region src/configs/disable-debug.ts
|
|
226
|
-
var disable_debug_exports = __export({
|
|
226
|
+
var disable_debug_exports = /* @__PURE__ */ __export({
|
|
227
227
|
name: () => name$8,
|
|
228
228
|
rules: () => rules$11
|
|
229
229
|
});
|
|
@@ -232,7 +232,7 @@ const rules$11 = Object.fromEntries(Object.entries(rules$10).map(([rule]) => [ru
|
|
|
232
232
|
|
|
233
233
|
//#endregion
|
|
234
234
|
//#region src/configs/disable-dom.ts
|
|
235
|
-
var disable_dom_exports = __export({
|
|
235
|
+
var disable_dom_exports = /* @__PURE__ */ __export({
|
|
236
236
|
name: () => name$7,
|
|
237
237
|
rules: () => rules$9
|
|
238
238
|
});
|
|
@@ -241,7 +241,7 @@ const rules$9 = Object.fromEntries(Object.entries(rules$8).map(([key]) => [key,
|
|
|
241
241
|
|
|
242
242
|
//#endregion
|
|
243
243
|
//#region src/configs/disable-type-checked.ts
|
|
244
|
-
var disable_type_checked_exports = __export({
|
|
244
|
+
var disable_type_checked_exports = /* @__PURE__ */ __export({
|
|
245
245
|
name: () => name$6,
|
|
246
246
|
rules: () => rules$4
|
|
247
247
|
});
|
|
@@ -264,7 +264,7 @@ const settings$3 = { ...settings$6 };
|
|
|
264
264
|
|
|
265
265
|
//#endregion
|
|
266
266
|
//#region src/configs/disable-web-api.ts
|
|
267
|
-
var disable_web_api_exports = __export({
|
|
267
|
+
var disable_web_api_exports = /* @__PURE__ */ __export({
|
|
268
268
|
name: () => name$5,
|
|
269
269
|
rules: () => rules$7
|
|
270
270
|
});
|
|
@@ -273,7 +273,7 @@ const rules$7 = Object.fromEntries(Object.entries(rules$6).map(([key]) => [key,
|
|
|
273
273
|
|
|
274
274
|
//#endregion
|
|
275
275
|
//#region src/configs/off.ts
|
|
276
|
-
var off_exports = __export({
|
|
276
|
+
var off_exports = /* @__PURE__ */ __export({
|
|
277
277
|
name: () => name$4,
|
|
278
278
|
rules: () => rules$5
|
|
279
279
|
});
|
|
@@ -285,7 +285,7 @@ const rules$5 = {
|
|
|
285
285
|
|
|
286
286
|
//#endregion
|
|
287
287
|
//#region src/configs/recommended.ts
|
|
288
|
-
var recommended_exports = __export({
|
|
288
|
+
var recommended_exports = /* @__PURE__ */ __export({
|
|
289
289
|
name: () => name$3,
|
|
290
290
|
plugins: () => plugins$2,
|
|
291
291
|
rules: () => rules$2,
|
|
@@ -313,7 +313,7 @@ const settings$2 = { ...settings$6 };
|
|
|
313
313
|
|
|
314
314
|
//#endregion
|
|
315
315
|
//#region src/configs/recommended-typescript.ts
|
|
316
|
-
var recommended_typescript_exports = __export({
|
|
316
|
+
var recommended_typescript_exports = /* @__PURE__ */ __export({
|
|
317
317
|
name: () => name$2,
|
|
318
318
|
plugins: () => plugins$1,
|
|
319
319
|
rules: () => rules$1,
|
|
@@ -332,7 +332,7 @@ const settings$1 = { ...settings$2 };
|
|
|
332
332
|
|
|
333
333
|
//#endregion
|
|
334
334
|
//#region src/configs/recommended-type-checked.ts
|
|
335
|
-
var recommended_type_checked_exports = __export({
|
|
335
|
+
var recommended_type_checked_exports = /* @__PURE__ */ __export({
|
|
336
336
|
name: () => name$1,
|
|
337
337
|
plugins: () => plugins,
|
|
338
338
|
rules: () => rules,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.53.
|
|
3
|
+
"version": "1.53.2-beta.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",
|
|
@@ -46,22 +46,22 @@
|
|
|
46
46
|
"./package.json"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@typescript-eslint/scope-manager": "^8.
|
|
50
|
-
"@typescript-eslint/type-utils": "^8.
|
|
51
|
-
"@typescript-eslint/types": "^8.
|
|
52
|
-
"@typescript-eslint/utils": "^8.
|
|
53
|
-
"@eslint-react/eff": "1.53.
|
|
54
|
-
"@eslint-react/
|
|
55
|
-
"
|
|
56
|
-
"eslint-plugin-react-dom": "1.53.
|
|
57
|
-
"eslint-
|
|
58
|
-
"eslint-plugin-react-web-api": "1.53.
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-
|
|
49
|
+
"@typescript-eslint/scope-manager": "^8.44.0",
|
|
50
|
+
"@typescript-eslint/type-utils": "^8.44.0",
|
|
51
|
+
"@typescript-eslint/types": "^8.44.0",
|
|
52
|
+
"@typescript-eslint/utils": "^8.44.0",
|
|
53
|
+
"@eslint-react/eff": "1.53.2-beta.0",
|
|
54
|
+
"@eslint-react/shared": "1.53.2-beta.0",
|
|
55
|
+
"eslint-plugin-react-debug": "1.53.2-beta.0",
|
|
56
|
+
"eslint-plugin-react-dom": "1.53.2-beta.0",
|
|
57
|
+
"@eslint-react/kit": "1.53.2-beta.0",
|
|
58
|
+
"eslint-plugin-react-web-api": "1.53.2-beta.0",
|
|
59
|
+
"eslint-plugin-react-x": "1.53.2-beta.0",
|
|
60
|
+
"eslint-plugin-react-hooks-extra": "1.53.2-beta.0",
|
|
61
|
+
"eslint-plugin-react-naming-convention": "1.53.2-beta.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"tsdown": "^0.15.
|
|
64
|
+
"tsdown": "^0.15.2",
|
|
65
65
|
"@local/configs": "0.0.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|