@eslint-react/eslint-plugin 1.53.1-next.1 → 1.53.1-next.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/{chunk-B9dir_RE.mjs → chunk-D3ESV8qN.mjs} +3 -1
- package/dist/index.d.ts +82 -82
- package/dist/index.js +16 -26
- package/dist/index.mjs +14 -26
- package/package.json +10 -10
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
//#region rolldown:runtime
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
|
-
var __export = (
|
|
3
|
+
var __export = (all) => {
|
|
4
|
+
let target = {};
|
|
4
5
|
for (var name in all) __defProp(target, name, {
|
|
5
6
|
get: all[name],
|
|
6
7
|
enumerable: true
|
|
7
8
|
});
|
|
9
|
+
return target;
|
|
8
10
|
};
|
|
9
11
|
|
|
10
12
|
//#endregion
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _eslint_react_kit18 from "@eslint-react/kit";
|
|
2
2
|
import { RuleConfig } from "@eslint-react/kit";
|
|
3
3
|
|
|
4
4
|
//#region rolldown:runtime
|
|
@@ -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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.RuleConfig>;
|
|
266
|
+
settings?: _eslint_react_kit18.SettingsConfig;
|
|
267
267
|
};
|
|
268
268
|
"all-legacy": {
|
|
269
269
|
plugins: string[];
|
|
270
|
-
rules: Record<string,
|
|
270
|
+
rules: Record<string, _eslint_react_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.CompatibleRule>;
|
|
1114
1114
|
};
|
|
1115
1115
|
};
|
|
1116
1116
|
declare const settings: {
|
|
@@ -1134,82 +1134,82 @@ 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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.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_kit18.CompatibleRule>;
|
|
1214
1214
|
};
|
|
1215
1215
|
export = _default;
|
package/dist/index.js
CHANGED
|
@@ -5,11 +5,13 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
6
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (
|
|
8
|
+
var __export = (all) => {
|
|
9
|
+
let target = {};
|
|
9
10
|
for (var name$13 in all) __defProp(target, name$13, {
|
|
10
11
|
get: all[name$13],
|
|
11
12
|
enumerable: true
|
|
12
13
|
});
|
|
14
|
+
return target;
|
|
13
15
|
};
|
|
14
16
|
var __copyProps = (to, from, except, desc) => {
|
|
15
17
|
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
@@ -44,12 +46,11 @@ __eslint_react_shared = __toESM(__eslint_react_shared);
|
|
|
44
46
|
|
|
45
47
|
//#region package.json
|
|
46
48
|
var name = "@eslint-react/eslint-plugin";
|
|
47
|
-
var version = "1.53.1-next.
|
|
49
|
+
var version = "1.53.1-next.2";
|
|
48
50
|
|
|
49
51
|
//#endregion
|
|
50
52
|
//#region src/configs/dom.ts
|
|
51
|
-
var dom_exports = {
|
|
52
|
-
__export(dom_exports, {
|
|
53
|
+
var dom_exports = __export({
|
|
53
54
|
name: () => name$12,
|
|
54
55
|
plugins: () => plugins$7,
|
|
55
56
|
rules: () => rules$8,
|
|
@@ -78,8 +79,7 @@ const settings$6 = { "react-x": __eslint_react_shared.DEFAULT_ESLINT_REACT_SETTI
|
|
|
78
79
|
|
|
79
80
|
//#endregion
|
|
80
81
|
//#region src/configs/x.ts
|
|
81
|
-
var x_exports = {
|
|
82
|
-
__export(x_exports, {
|
|
82
|
+
var x_exports = __export({
|
|
83
83
|
name: () => name$11,
|
|
84
84
|
plugins: () => plugins$6,
|
|
85
85
|
rules: () => rules$12,
|
|
@@ -135,8 +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 = {
|
|
139
|
-
__export(all_exports, {
|
|
138
|
+
var all_exports = __export({
|
|
140
139
|
name: () => name$10,
|
|
141
140
|
plugins: () => plugins$5,
|
|
142
141
|
rules: () => rules$3,
|
|
@@ -244,8 +243,7 @@ const settings$4 = { ...settings$6 };
|
|
|
244
243
|
|
|
245
244
|
//#endregion
|
|
246
245
|
//#region src/configs/debug.ts
|
|
247
|
-
var debug_exports = {
|
|
248
|
-
__export(debug_exports, {
|
|
246
|
+
var debug_exports = __export({
|
|
249
247
|
name: () => name$9,
|
|
250
248
|
plugins: () => plugins$4,
|
|
251
249
|
rules: () => rules$10
|
|
@@ -262,8 +260,7 @@ const plugins$4 = { "@eslint-react/debug": eslint_plugin_react_debug.default };
|
|
|
262
260
|
|
|
263
261
|
//#endregion
|
|
264
262
|
//#region src/configs/disable-debug.ts
|
|
265
|
-
var disable_debug_exports = {
|
|
266
|
-
__export(disable_debug_exports, {
|
|
263
|
+
var disable_debug_exports = __export({
|
|
267
264
|
name: () => name$8,
|
|
268
265
|
rules: () => rules$11
|
|
269
266
|
});
|
|
@@ -272,8 +269,7 @@ const rules$11 = Object.fromEntries(Object.entries(rules$10).map(([rule]) => [ru
|
|
|
272
269
|
|
|
273
270
|
//#endregion
|
|
274
271
|
//#region src/configs/disable-dom.ts
|
|
275
|
-
var disable_dom_exports = {
|
|
276
|
-
__export(disable_dom_exports, {
|
|
272
|
+
var disable_dom_exports = __export({
|
|
277
273
|
name: () => name$7,
|
|
278
274
|
rules: () => rules$9
|
|
279
275
|
});
|
|
@@ -282,8 +278,7 @@ const rules$9 = Object.fromEntries(Object.entries(rules$8).map(([key]) => [key,
|
|
|
282
278
|
|
|
283
279
|
//#endregion
|
|
284
280
|
//#region src/configs/disable-type-checked.ts
|
|
285
|
-
var disable_type_checked_exports = {
|
|
286
|
-
__export(disable_type_checked_exports, {
|
|
281
|
+
var disable_type_checked_exports = __export({
|
|
287
282
|
name: () => name$6,
|
|
288
283
|
rules: () => rules$4
|
|
289
284
|
});
|
|
@@ -306,8 +301,7 @@ const settings$3 = { ...settings$6 };
|
|
|
306
301
|
|
|
307
302
|
//#endregion
|
|
308
303
|
//#region src/configs/disable-web-api.ts
|
|
309
|
-
var disable_web_api_exports = {
|
|
310
|
-
__export(disable_web_api_exports, {
|
|
304
|
+
var disable_web_api_exports = __export({
|
|
311
305
|
name: () => name$5,
|
|
312
306
|
rules: () => rules$7
|
|
313
307
|
});
|
|
@@ -316,8 +310,7 @@ const rules$7 = Object.fromEntries(Object.entries(rules$6).map(([key]) => [key,
|
|
|
316
310
|
|
|
317
311
|
//#endregion
|
|
318
312
|
//#region src/configs/off.ts
|
|
319
|
-
var off_exports = {
|
|
320
|
-
__export(off_exports, {
|
|
313
|
+
var off_exports = __export({
|
|
321
314
|
name: () => name$4,
|
|
322
315
|
rules: () => rules$5
|
|
323
316
|
});
|
|
@@ -329,8 +322,7 @@ const rules$5 = {
|
|
|
329
322
|
|
|
330
323
|
//#endregion
|
|
331
324
|
//#region src/configs/recommended.ts
|
|
332
|
-
var recommended_exports = {
|
|
333
|
-
__export(recommended_exports, {
|
|
325
|
+
var recommended_exports = __export({
|
|
334
326
|
name: () => name$3,
|
|
335
327
|
plugins: () => plugins$2,
|
|
336
328
|
rules: () => rules$2,
|
|
@@ -358,8 +350,7 @@ const settings$2 = { ...settings$6 };
|
|
|
358
350
|
|
|
359
351
|
//#endregion
|
|
360
352
|
//#region src/configs/recommended-typescript.ts
|
|
361
|
-
var recommended_typescript_exports = {
|
|
362
|
-
__export(recommended_typescript_exports, {
|
|
353
|
+
var recommended_typescript_exports = __export({
|
|
363
354
|
name: () => name$2,
|
|
364
355
|
plugins: () => plugins$1,
|
|
365
356
|
rules: () => rules$1,
|
|
@@ -378,8 +369,7 @@ const settings$1 = { ...settings$2 };
|
|
|
378
369
|
|
|
379
370
|
//#endregion
|
|
380
371
|
//#region src/configs/recommended-type-checked.ts
|
|
381
|
-
var recommended_type_checked_exports = {
|
|
382
|
-
__export(recommended_type_checked_exports, {
|
|
372
|
+
var recommended_type_checked_exports = __export({
|
|
383
373
|
name: () => name$1,
|
|
384
374
|
plugins: () => plugins,
|
|
385
375
|
rules: () => rules,
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __export } from "./chunk-
|
|
1
|
+
import { __export } from "./chunk-D3ESV8qN.mjs";
|
|
2
2
|
import reactDebug from "eslint-plugin-react-debug";
|
|
3
3
|
import reactDom from "eslint-plugin-react-dom";
|
|
4
4
|
import reactHooksExtra from "eslint-plugin-react-hooks-extra";
|
|
@@ -9,12 +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.1-next.
|
|
12
|
+
var version = "1.53.1-next.2";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/configs/dom.ts
|
|
16
|
-
var dom_exports = {
|
|
17
|
-
__export(dom_exports, {
|
|
16
|
+
var dom_exports = __export({
|
|
18
17
|
name: () => name$12,
|
|
19
18
|
plugins: () => plugins$7,
|
|
20
19
|
rules: () => rules$8,
|
|
@@ -43,8 +42,7 @@ const settings$6 = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
|
|
|
43
42
|
|
|
44
43
|
//#endregion
|
|
45
44
|
//#region src/configs/x.ts
|
|
46
|
-
var x_exports = {
|
|
47
|
-
__export(x_exports, {
|
|
45
|
+
var x_exports = __export({
|
|
48
46
|
name: () => name$11,
|
|
49
47
|
plugins: () => plugins$6,
|
|
50
48
|
rules: () => rules$12,
|
|
@@ -100,8 +98,7 @@ const settings$5 = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
|
|
|
100
98
|
|
|
101
99
|
//#endregion
|
|
102
100
|
//#region src/configs/all.ts
|
|
103
|
-
var all_exports = {
|
|
104
|
-
__export(all_exports, {
|
|
101
|
+
var all_exports = __export({
|
|
105
102
|
name: () => name$10,
|
|
106
103
|
plugins: () => plugins$5,
|
|
107
104
|
rules: () => rules$3,
|
|
@@ -209,8 +206,7 @@ const settings$4 = { ...settings$6 };
|
|
|
209
206
|
|
|
210
207
|
//#endregion
|
|
211
208
|
//#region src/configs/debug.ts
|
|
212
|
-
var debug_exports = {
|
|
213
|
-
__export(debug_exports, {
|
|
209
|
+
var debug_exports = __export({
|
|
214
210
|
name: () => name$9,
|
|
215
211
|
plugins: () => plugins$4,
|
|
216
212
|
rules: () => rules$10
|
|
@@ -227,8 +223,7 @@ const plugins$4 = { "@eslint-react/debug": reactDebug };
|
|
|
227
223
|
|
|
228
224
|
//#endregion
|
|
229
225
|
//#region src/configs/disable-debug.ts
|
|
230
|
-
var disable_debug_exports = {
|
|
231
|
-
__export(disable_debug_exports, {
|
|
226
|
+
var disable_debug_exports = __export({
|
|
232
227
|
name: () => name$8,
|
|
233
228
|
rules: () => rules$11
|
|
234
229
|
});
|
|
@@ -237,8 +232,7 @@ const rules$11 = Object.fromEntries(Object.entries(rules$10).map(([rule]) => [ru
|
|
|
237
232
|
|
|
238
233
|
//#endregion
|
|
239
234
|
//#region src/configs/disable-dom.ts
|
|
240
|
-
var disable_dom_exports = {
|
|
241
|
-
__export(disable_dom_exports, {
|
|
235
|
+
var disable_dom_exports = __export({
|
|
242
236
|
name: () => name$7,
|
|
243
237
|
rules: () => rules$9
|
|
244
238
|
});
|
|
@@ -247,8 +241,7 @@ const rules$9 = Object.fromEntries(Object.entries(rules$8).map(([key]) => [key,
|
|
|
247
241
|
|
|
248
242
|
//#endregion
|
|
249
243
|
//#region src/configs/disable-type-checked.ts
|
|
250
|
-
var disable_type_checked_exports = {
|
|
251
|
-
__export(disable_type_checked_exports, {
|
|
244
|
+
var disable_type_checked_exports = __export({
|
|
252
245
|
name: () => name$6,
|
|
253
246
|
rules: () => rules$4
|
|
254
247
|
});
|
|
@@ -271,8 +264,7 @@ const settings$3 = { ...settings$6 };
|
|
|
271
264
|
|
|
272
265
|
//#endregion
|
|
273
266
|
//#region src/configs/disable-web-api.ts
|
|
274
|
-
var disable_web_api_exports = {
|
|
275
|
-
__export(disable_web_api_exports, {
|
|
267
|
+
var disable_web_api_exports = __export({
|
|
276
268
|
name: () => name$5,
|
|
277
269
|
rules: () => rules$7
|
|
278
270
|
});
|
|
@@ -281,8 +273,7 @@ const rules$7 = Object.fromEntries(Object.entries(rules$6).map(([key]) => [key,
|
|
|
281
273
|
|
|
282
274
|
//#endregion
|
|
283
275
|
//#region src/configs/off.ts
|
|
284
|
-
var off_exports = {
|
|
285
|
-
__export(off_exports, {
|
|
276
|
+
var off_exports = __export({
|
|
286
277
|
name: () => name$4,
|
|
287
278
|
rules: () => rules$5
|
|
288
279
|
});
|
|
@@ -294,8 +285,7 @@ const rules$5 = {
|
|
|
294
285
|
|
|
295
286
|
//#endregion
|
|
296
287
|
//#region src/configs/recommended.ts
|
|
297
|
-
var recommended_exports = {
|
|
298
|
-
__export(recommended_exports, {
|
|
288
|
+
var recommended_exports = __export({
|
|
299
289
|
name: () => name$3,
|
|
300
290
|
plugins: () => plugins$2,
|
|
301
291
|
rules: () => rules$2,
|
|
@@ -323,8 +313,7 @@ const settings$2 = { ...settings$6 };
|
|
|
323
313
|
|
|
324
314
|
//#endregion
|
|
325
315
|
//#region src/configs/recommended-typescript.ts
|
|
326
|
-
var recommended_typescript_exports = {
|
|
327
|
-
__export(recommended_typescript_exports, {
|
|
316
|
+
var recommended_typescript_exports = __export({
|
|
328
317
|
name: () => name$2,
|
|
329
318
|
plugins: () => plugins$1,
|
|
330
319
|
rules: () => rules$1,
|
|
@@ -343,8 +332,7 @@ const settings$1 = { ...settings$2 };
|
|
|
343
332
|
|
|
344
333
|
//#endregion
|
|
345
334
|
//#region src/configs/recommended-type-checked.ts
|
|
346
|
-
var recommended_type_checked_exports = {
|
|
347
|
-
__export(recommended_type_checked_exports, {
|
|
335
|
+
var recommended_type_checked_exports = __export({
|
|
348
336
|
name: () => name$1,
|
|
349
337
|
plugins: () => plugins,
|
|
350
338
|
rules: () => rules,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.53.1-next.
|
|
3
|
+
"version": "1.53.1-next.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",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.43.0",
|
|
51
51
|
"@typescript-eslint/types": "^8.43.0",
|
|
52
52
|
"@typescript-eslint/utils": "^8.43.0",
|
|
53
|
-
"@eslint-react/eff": "1.53.1-next.
|
|
54
|
-
"@eslint-react/kit": "1.53.1-next.
|
|
55
|
-
"@eslint-react/shared": "1.53.1-next.
|
|
56
|
-
"eslint-plugin-react-dom": "1.53.1-next.
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/eff": "1.53.1-next.2",
|
|
54
|
+
"@eslint-react/kit": "1.53.1-next.2",
|
|
55
|
+
"@eslint-react/shared": "1.53.1-next.2",
|
|
56
|
+
"eslint-plugin-react-dom": "1.53.1-next.2",
|
|
57
|
+
"eslint-plugin-react-naming-convention": "1.53.1-next.2",
|
|
58
|
+
"eslint-plugin-react-web-api": "1.53.1-next.2",
|
|
59
|
+
"eslint-plugin-react-hooks-extra": "1.53.1-next.2",
|
|
60
|
+
"eslint-plugin-react-x": "1.53.1-next.2",
|
|
61
|
+
"eslint-plugin-react-debug": "1.53.1-next.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsdown": "^0.15.0",
|