@eslint-react/eslint-plugin 2.0.0-next.158 → 2.0.0-next.159
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 +116 -116
- 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_kit64 from "@eslint-react/kit";
|
|
2
2
|
import { RuleConfig } from "@eslint-react/kit";
|
|
3
3
|
|
|
4
4
|
//#region src/configs/all.d.ts
|
|
@@ -99,11 +99,11 @@ declare const plugins$6: {
|
|
|
99
99
|
configs: {
|
|
100
100
|
all: {
|
|
101
101
|
plugins: {
|
|
102
|
-
"react-debug":
|
|
102
|
+
"react-debug": _eslint_react_kit64.CompatiblePlugin;
|
|
103
103
|
};
|
|
104
104
|
name?: string;
|
|
105
105
|
rules?: Record<string, RuleConfig>;
|
|
106
|
-
settings?:
|
|
106
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
107
107
|
};
|
|
108
108
|
"all-legacy": {
|
|
109
109
|
plugins: string[];
|
|
@@ -114,17 +114,17 @@ declare const plugins$6: {
|
|
|
114
114
|
name: string;
|
|
115
115
|
version: string;
|
|
116
116
|
};
|
|
117
|
-
rules: Record<string,
|
|
117
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
118
118
|
};
|
|
119
119
|
"@eslint-react/hooks-extra": {
|
|
120
120
|
configs: {
|
|
121
121
|
recommended: {
|
|
122
122
|
plugins: {
|
|
123
|
-
"react-hooks-extra":
|
|
123
|
+
"react-hooks-extra": _eslint_react_kit64.CompatiblePlugin;
|
|
124
124
|
};
|
|
125
125
|
name?: string;
|
|
126
126
|
rules?: Record<string, RuleConfig>;
|
|
127
|
-
settings?:
|
|
127
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
128
128
|
};
|
|
129
129
|
"recommended-legacy": {
|
|
130
130
|
plugins: string[];
|
|
@@ -135,17 +135,17 @@ declare const plugins$6: {
|
|
|
135
135
|
name: string;
|
|
136
136
|
version: string;
|
|
137
137
|
};
|
|
138
|
-
rules: Record<string,
|
|
138
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
139
139
|
};
|
|
140
140
|
"@eslint-react/naming-convention": {
|
|
141
141
|
configs: {
|
|
142
142
|
recommended: {
|
|
143
143
|
plugins: {
|
|
144
|
-
"react-naming-convention":
|
|
144
|
+
"react-naming-convention": _eslint_react_kit64.CompatiblePlugin;
|
|
145
145
|
};
|
|
146
146
|
name?: string;
|
|
147
147
|
rules?: Record<string, RuleConfig>;
|
|
148
|
-
settings?:
|
|
148
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
149
149
|
};
|
|
150
150
|
"recommended-legacy": {
|
|
151
151
|
plugins: string[];
|
|
@@ -156,17 +156,17 @@ declare const plugins$6: {
|
|
|
156
156
|
name: string;
|
|
157
157
|
version: string;
|
|
158
158
|
};
|
|
159
|
-
rules: Record<string,
|
|
159
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
160
160
|
};
|
|
161
161
|
"@eslint-react/web-api": {
|
|
162
162
|
configs: {
|
|
163
163
|
recommended: {
|
|
164
164
|
plugins: {
|
|
165
|
-
"react-web-api":
|
|
165
|
+
"react-web-api": _eslint_react_kit64.CompatiblePlugin;
|
|
166
166
|
};
|
|
167
167
|
name?: string;
|
|
168
168
|
rules?: Record<string, RuleConfig>;
|
|
169
|
-
settings?:
|
|
169
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
170
170
|
};
|
|
171
171
|
"recommended-legacy": {
|
|
172
172
|
plugins: string[];
|
|
@@ -177,17 +177,17 @@ declare const plugins$6: {
|
|
|
177
177
|
name: string;
|
|
178
178
|
version: string;
|
|
179
179
|
};
|
|
180
|
-
rules: Record<string,
|
|
180
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
181
181
|
};
|
|
182
182
|
"@eslint-react/dom": {
|
|
183
183
|
configs: {
|
|
184
184
|
recommended: {
|
|
185
185
|
plugins: {
|
|
186
|
-
"react-dom":
|
|
186
|
+
"react-dom": _eslint_react_kit64.CompatiblePlugin;
|
|
187
187
|
};
|
|
188
188
|
name?: string;
|
|
189
189
|
rules?: Record<string, RuleConfig>;
|
|
190
|
-
settings?:
|
|
190
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
191
191
|
};
|
|
192
192
|
"recommended-legacy": {
|
|
193
193
|
plugins: string[];
|
|
@@ -198,17 +198,17 @@ declare const plugins$6: {
|
|
|
198
198
|
name: string;
|
|
199
199
|
version: string;
|
|
200
200
|
};
|
|
201
|
-
rules: Record<string,
|
|
201
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
202
202
|
};
|
|
203
203
|
"@eslint-react": {
|
|
204
204
|
configs: {
|
|
205
205
|
recommended: {
|
|
206
206
|
plugins: {
|
|
207
|
-
"react-x":
|
|
207
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
208
208
|
};
|
|
209
209
|
name?: string;
|
|
210
210
|
rules?: Record<string, RuleConfig>;
|
|
211
|
-
settings?:
|
|
211
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
212
212
|
};
|
|
213
213
|
"recommended-legacy": {
|
|
214
214
|
plugins: string[];
|
|
@@ -216,11 +216,11 @@ declare const plugins$6: {
|
|
|
216
216
|
};
|
|
217
217
|
"recommended-type-checked": {
|
|
218
218
|
plugins: {
|
|
219
|
-
"react-x":
|
|
219
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
220
220
|
};
|
|
221
221
|
name?: string;
|
|
222
222
|
rules?: Record<string, RuleConfig>;
|
|
223
|
-
settings?:
|
|
223
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
224
224
|
};
|
|
225
225
|
"recommended-type-checked-legacy": {
|
|
226
226
|
plugins: string[];
|
|
@@ -228,11 +228,11 @@ declare const plugins$6: {
|
|
|
228
228
|
};
|
|
229
229
|
"recommended-typescript": {
|
|
230
230
|
plugins: {
|
|
231
|
-
"react-x":
|
|
231
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
232
232
|
};
|
|
233
233
|
name?: string;
|
|
234
234
|
rules?: Record<string, RuleConfig>;
|
|
235
|
-
settings?:
|
|
235
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
236
236
|
};
|
|
237
237
|
"recommended-typescript-legacy": {
|
|
238
238
|
plugins: string[];
|
|
@@ -243,7 +243,7 @@ declare const plugins$6: {
|
|
|
243
243
|
name: string;
|
|
244
244
|
version: string;
|
|
245
245
|
};
|
|
246
|
-
rules: Record<string,
|
|
246
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
247
247
|
};
|
|
248
248
|
};
|
|
249
249
|
declare const settings$5: {
|
|
@@ -276,11 +276,11 @@ declare const plugins$5: {
|
|
|
276
276
|
configs: {
|
|
277
277
|
all: {
|
|
278
278
|
plugins: {
|
|
279
|
-
"react-debug":
|
|
279
|
+
"react-debug": _eslint_react_kit64.CompatiblePlugin;
|
|
280
280
|
};
|
|
281
281
|
name?: string;
|
|
282
282
|
rules?: Record<string, RuleConfig>;
|
|
283
|
-
settings?:
|
|
283
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
284
284
|
};
|
|
285
285
|
"all-legacy": {
|
|
286
286
|
plugins: string[];
|
|
@@ -291,7 +291,7 @@ declare const plugins$5: {
|
|
|
291
291
|
name: string;
|
|
292
292
|
version: string;
|
|
293
293
|
};
|
|
294
|
-
rules: Record<string,
|
|
294
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
295
295
|
};
|
|
296
296
|
};
|
|
297
297
|
declare namespace disable_conflict_eslint_plugin_react_d_exports {
|
|
@@ -345,11 +345,11 @@ declare const plugins$4: {
|
|
|
345
345
|
configs: {
|
|
346
346
|
recommended: {
|
|
347
347
|
plugins: {
|
|
348
|
-
"react-dom":
|
|
348
|
+
"react-dom": _eslint_react_kit64.CompatiblePlugin;
|
|
349
349
|
};
|
|
350
350
|
name?: string;
|
|
351
351
|
rules?: Record<string, RuleConfig>;
|
|
352
|
-
settings?:
|
|
352
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
353
353
|
};
|
|
354
354
|
"recommended-legacy": {
|
|
355
355
|
plugins: string[];
|
|
@@ -360,7 +360,7 @@ declare const plugins$4: {
|
|
|
360
360
|
name: string;
|
|
361
361
|
version: string;
|
|
362
362
|
};
|
|
363
|
-
rules: Record<string,
|
|
363
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
364
364
|
};
|
|
365
365
|
};
|
|
366
366
|
declare const settings$4: {
|
|
@@ -456,11 +456,11 @@ declare const plugins$3: {
|
|
|
456
456
|
configs: {
|
|
457
457
|
all: {
|
|
458
458
|
plugins: {
|
|
459
|
-
"react-debug":
|
|
459
|
+
"react-debug": _eslint_react_kit64.CompatiblePlugin;
|
|
460
460
|
};
|
|
461
461
|
name?: string;
|
|
462
462
|
rules?: Record<string, RuleConfig>;
|
|
463
|
-
settings?:
|
|
463
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
464
464
|
};
|
|
465
465
|
"all-legacy": {
|
|
466
466
|
plugins: string[];
|
|
@@ -471,17 +471,17 @@ declare const plugins$3: {
|
|
|
471
471
|
name: string;
|
|
472
472
|
version: string;
|
|
473
473
|
};
|
|
474
|
-
rules: Record<string,
|
|
474
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
475
475
|
};
|
|
476
476
|
"@eslint-react/hooks-extra": {
|
|
477
477
|
configs: {
|
|
478
478
|
recommended: {
|
|
479
479
|
plugins: {
|
|
480
|
-
"react-hooks-extra":
|
|
480
|
+
"react-hooks-extra": _eslint_react_kit64.CompatiblePlugin;
|
|
481
481
|
};
|
|
482
482
|
name?: string;
|
|
483
483
|
rules?: Record<string, RuleConfig>;
|
|
484
|
-
settings?:
|
|
484
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
485
485
|
};
|
|
486
486
|
"recommended-legacy": {
|
|
487
487
|
plugins: string[];
|
|
@@ -492,17 +492,17 @@ declare const plugins$3: {
|
|
|
492
492
|
name: string;
|
|
493
493
|
version: string;
|
|
494
494
|
};
|
|
495
|
-
rules: Record<string,
|
|
495
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
496
496
|
};
|
|
497
497
|
"@eslint-react/naming-convention": {
|
|
498
498
|
configs: {
|
|
499
499
|
recommended: {
|
|
500
500
|
plugins: {
|
|
501
|
-
"react-naming-convention":
|
|
501
|
+
"react-naming-convention": _eslint_react_kit64.CompatiblePlugin;
|
|
502
502
|
};
|
|
503
503
|
name?: string;
|
|
504
504
|
rules?: Record<string, RuleConfig>;
|
|
505
|
-
settings?:
|
|
505
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
506
506
|
};
|
|
507
507
|
"recommended-legacy": {
|
|
508
508
|
plugins: string[];
|
|
@@ -513,17 +513,17 @@ declare const plugins$3: {
|
|
|
513
513
|
name: string;
|
|
514
514
|
version: string;
|
|
515
515
|
};
|
|
516
|
-
rules: Record<string,
|
|
516
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
517
517
|
};
|
|
518
518
|
"@eslint-react/web-api": {
|
|
519
519
|
configs: {
|
|
520
520
|
recommended: {
|
|
521
521
|
plugins: {
|
|
522
|
-
"react-web-api":
|
|
522
|
+
"react-web-api": _eslint_react_kit64.CompatiblePlugin;
|
|
523
523
|
};
|
|
524
524
|
name?: string;
|
|
525
525
|
rules?: Record<string, RuleConfig>;
|
|
526
|
-
settings?:
|
|
526
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
527
527
|
};
|
|
528
528
|
"recommended-legacy": {
|
|
529
529
|
plugins: string[];
|
|
@@ -534,17 +534,17 @@ declare const plugins$3: {
|
|
|
534
534
|
name: string;
|
|
535
535
|
version: string;
|
|
536
536
|
};
|
|
537
|
-
rules: Record<string,
|
|
537
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
538
538
|
};
|
|
539
539
|
"@eslint-react/dom": {
|
|
540
540
|
configs: {
|
|
541
541
|
recommended: {
|
|
542
542
|
plugins: {
|
|
543
|
-
"react-dom":
|
|
543
|
+
"react-dom": _eslint_react_kit64.CompatiblePlugin;
|
|
544
544
|
};
|
|
545
545
|
name?: string;
|
|
546
546
|
rules?: Record<string, RuleConfig>;
|
|
547
|
-
settings?:
|
|
547
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
548
548
|
};
|
|
549
549
|
"recommended-legacy": {
|
|
550
550
|
plugins: string[];
|
|
@@ -555,17 +555,17 @@ declare const plugins$3: {
|
|
|
555
555
|
name: string;
|
|
556
556
|
version: string;
|
|
557
557
|
};
|
|
558
|
-
rules: Record<string,
|
|
558
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
559
559
|
};
|
|
560
560
|
"@eslint-react": {
|
|
561
561
|
configs: {
|
|
562
562
|
recommended: {
|
|
563
563
|
plugins: {
|
|
564
|
-
"react-x":
|
|
564
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
565
565
|
};
|
|
566
566
|
name?: string;
|
|
567
567
|
rules?: Record<string, RuleConfig>;
|
|
568
|
-
settings?:
|
|
568
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
569
569
|
};
|
|
570
570
|
"recommended-legacy": {
|
|
571
571
|
plugins: string[];
|
|
@@ -573,11 +573,11 @@ declare const plugins$3: {
|
|
|
573
573
|
};
|
|
574
574
|
"recommended-type-checked": {
|
|
575
575
|
plugins: {
|
|
576
|
-
"react-x":
|
|
576
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
577
577
|
};
|
|
578
578
|
name?: string;
|
|
579
579
|
rules?: Record<string, RuleConfig>;
|
|
580
|
-
settings?:
|
|
580
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
581
581
|
};
|
|
582
582
|
"recommended-type-checked-legacy": {
|
|
583
583
|
plugins: string[];
|
|
@@ -585,11 +585,11 @@ declare const plugins$3: {
|
|
|
585
585
|
};
|
|
586
586
|
"recommended-typescript": {
|
|
587
587
|
plugins: {
|
|
588
|
-
"react-x":
|
|
588
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
589
589
|
};
|
|
590
590
|
name?: string;
|
|
591
591
|
rules?: Record<string, RuleConfig>;
|
|
592
|
-
settings?:
|
|
592
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
593
593
|
};
|
|
594
594
|
"recommended-typescript-legacy": {
|
|
595
595
|
plugins: string[];
|
|
@@ -600,7 +600,7 @@ declare const plugins$3: {
|
|
|
600
600
|
name: string;
|
|
601
601
|
version: string;
|
|
602
602
|
};
|
|
603
|
-
rules: Record<string,
|
|
603
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
604
604
|
};
|
|
605
605
|
};
|
|
606
606
|
declare const settings$3: {
|
|
@@ -695,11 +695,11 @@ declare const plugins$2: {
|
|
|
695
695
|
configs: {
|
|
696
696
|
all: {
|
|
697
697
|
plugins: {
|
|
698
|
-
"react-debug":
|
|
698
|
+
"react-debug": _eslint_react_kit64.CompatiblePlugin;
|
|
699
699
|
};
|
|
700
700
|
name?: string;
|
|
701
701
|
rules?: Record<string, RuleConfig>;
|
|
702
|
-
settings?:
|
|
702
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
703
703
|
};
|
|
704
704
|
"all-legacy": {
|
|
705
705
|
plugins: string[];
|
|
@@ -710,17 +710,17 @@ declare const plugins$2: {
|
|
|
710
710
|
name: string;
|
|
711
711
|
version: string;
|
|
712
712
|
};
|
|
713
|
-
rules: Record<string,
|
|
713
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
714
714
|
};
|
|
715
715
|
"@eslint-react/hooks-extra": {
|
|
716
716
|
configs: {
|
|
717
717
|
recommended: {
|
|
718
718
|
plugins: {
|
|
719
|
-
"react-hooks-extra":
|
|
719
|
+
"react-hooks-extra": _eslint_react_kit64.CompatiblePlugin;
|
|
720
720
|
};
|
|
721
721
|
name?: string;
|
|
722
722
|
rules?: Record<string, RuleConfig>;
|
|
723
|
-
settings?:
|
|
723
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
724
724
|
};
|
|
725
725
|
"recommended-legacy": {
|
|
726
726
|
plugins: string[];
|
|
@@ -731,17 +731,17 @@ declare const plugins$2: {
|
|
|
731
731
|
name: string;
|
|
732
732
|
version: string;
|
|
733
733
|
};
|
|
734
|
-
rules: Record<string,
|
|
734
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
735
735
|
};
|
|
736
736
|
"@eslint-react/naming-convention": {
|
|
737
737
|
configs: {
|
|
738
738
|
recommended: {
|
|
739
739
|
plugins: {
|
|
740
|
-
"react-naming-convention":
|
|
740
|
+
"react-naming-convention": _eslint_react_kit64.CompatiblePlugin;
|
|
741
741
|
};
|
|
742
742
|
name?: string;
|
|
743
743
|
rules?: Record<string, RuleConfig>;
|
|
744
|
-
settings?:
|
|
744
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
745
745
|
};
|
|
746
746
|
"recommended-legacy": {
|
|
747
747
|
plugins: string[];
|
|
@@ -752,17 +752,17 @@ declare const plugins$2: {
|
|
|
752
752
|
name: string;
|
|
753
753
|
version: string;
|
|
754
754
|
};
|
|
755
|
-
rules: Record<string,
|
|
755
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
756
756
|
};
|
|
757
757
|
"@eslint-react/web-api": {
|
|
758
758
|
configs: {
|
|
759
759
|
recommended: {
|
|
760
760
|
plugins: {
|
|
761
|
-
"react-web-api":
|
|
761
|
+
"react-web-api": _eslint_react_kit64.CompatiblePlugin;
|
|
762
762
|
};
|
|
763
763
|
name?: string;
|
|
764
764
|
rules?: Record<string, RuleConfig>;
|
|
765
|
-
settings?:
|
|
765
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
766
766
|
};
|
|
767
767
|
"recommended-legacy": {
|
|
768
768
|
plugins: string[];
|
|
@@ -773,17 +773,17 @@ declare const plugins$2: {
|
|
|
773
773
|
name: string;
|
|
774
774
|
version: string;
|
|
775
775
|
};
|
|
776
|
-
rules: Record<string,
|
|
776
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
777
777
|
};
|
|
778
778
|
"@eslint-react/dom": {
|
|
779
779
|
configs: {
|
|
780
780
|
recommended: {
|
|
781
781
|
plugins: {
|
|
782
|
-
"react-dom":
|
|
782
|
+
"react-dom": _eslint_react_kit64.CompatiblePlugin;
|
|
783
783
|
};
|
|
784
784
|
name?: string;
|
|
785
785
|
rules?: Record<string, RuleConfig>;
|
|
786
|
-
settings?:
|
|
786
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
787
787
|
};
|
|
788
788
|
"recommended-legacy": {
|
|
789
789
|
plugins: string[];
|
|
@@ -794,17 +794,17 @@ declare const plugins$2: {
|
|
|
794
794
|
name: string;
|
|
795
795
|
version: string;
|
|
796
796
|
};
|
|
797
|
-
rules: Record<string,
|
|
797
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
798
798
|
};
|
|
799
799
|
"@eslint-react": {
|
|
800
800
|
configs: {
|
|
801
801
|
recommended: {
|
|
802
802
|
plugins: {
|
|
803
|
-
"react-x":
|
|
803
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
804
804
|
};
|
|
805
805
|
name?: string;
|
|
806
806
|
rules?: Record<string, RuleConfig>;
|
|
807
|
-
settings?:
|
|
807
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
808
808
|
};
|
|
809
809
|
"recommended-legacy": {
|
|
810
810
|
plugins: string[];
|
|
@@ -812,11 +812,11 @@ declare const plugins$2: {
|
|
|
812
812
|
};
|
|
813
813
|
"recommended-type-checked": {
|
|
814
814
|
plugins: {
|
|
815
|
-
"react-x":
|
|
815
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
816
816
|
};
|
|
817
817
|
name?: string;
|
|
818
818
|
rules?: Record<string, RuleConfig>;
|
|
819
|
-
settings?:
|
|
819
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
820
820
|
};
|
|
821
821
|
"recommended-type-checked-legacy": {
|
|
822
822
|
plugins: string[];
|
|
@@ -824,11 +824,11 @@ declare const plugins$2: {
|
|
|
824
824
|
};
|
|
825
825
|
"recommended-typescript": {
|
|
826
826
|
plugins: {
|
|
827
|
-
"react-x":
|
|
827
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
828
828
|
};
|
|
829
829
|
name?: string;
|
|
830
830
|
rules?: Record<string, RuleConfig>;
|
|
831
|
-
settings?:
|
|
831
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
832
832
|
};
|
|
833
833
|
"recommended-typescript-legacy": {
|
|
834
834
|
plugins: string[];
|
|
@@ -839,7 +839,7 @@ declare const plugins$2: {
|
|
|
839
839
|
name: string;
|
|
840
840
|
version: string;
|
|
841
841
|
};
|
|
842
|
-
rules: Record<string,
|
|
842
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
843
843
|
};
|
|
844
844
|
};
|
|
845
845
|
declare const settings$2: {
|
|
@@ -932,11 +932,11 @@ declare const plugins$1: {
|
|
|
932
932
|
configs: {
|
|
933
933
|
all: {
|
|
934
934
|
plugins: {
|
|
935
|
-
"react-debug":
|
|
935
|
+
"react-debug": _eslint_react_kit64.CompatiblePlugin;
|
|
936
936
|
};
|
|
937
937
|
name?: string;
|
|
938
938
|
rules?: Record<string, RuleConfig>;
|
|
939
|
-
settings?:
|
|
939
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
940
940
|
};
|
|
941
941
|
"all-legacy": {
|
|
942
942
|
plugins: string[];
|
|
@@ -947,17 +947,17 @@ declare const plugins$1: {
|
|
|
947
947
|
name: string;
|
|
948
948
|
version: string;
|
|
949
949
|
};
|
|
950
|
-
rules: Record<string,
|
|
950
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
951
951
|
};
|
|
952
952
|
"@eslint-react/hooks-extra": {
|
|
953
953
|
configs: {
|
|
954
954
|
recommended: {
|
|
955
955
|
plugins: {
|
|
956
|
-
"react-hooks-extra":
|
|
956
|
+
"react-hooks-extra": _eslint_react_kit64.CompatiblePlugin;
|
|
957
957
|
};
|
|
958
958
|
name?: string;
|
|
959
959
|
rules?: Record<string, RuleConfig>;
|
|
960
|
-
settings?:
|
|
960
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
961
961
|
};
|
|
962
962
|
"recommended-legacy": {
|
|
963
963
|
plugins: string[];
|
|
@@ -968,17 +968,17 @@ declare const plugins$1: {
|
|
|
968
968
|
name: string;
|
|
969
969
|
version: string;
|
|
970
970
|
};
|
|
971
|
-
rules: Record<string,
|
|
971
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
972
972
|
};
|
|
973
973
|
"@eslint-react/naming-convention": {
|
|
974
974
|
configs: {
|
|
975
975
|
recommended: {
|
|
976
976
|
plugins: {
|
|
977
|
-
"react-naming-convention":
|
|
977
|
+
"react-naming-convention": _eslint_react_kit64.CompatiblePlugin;
|
|
978
978
|
};
|
|
979
979
|
name?: string;
|
|
980
980
|
rules?: Record<string, RuleConfig>;
|
|
981
|
-
settings?:
|
|
981
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
982
982
|
};
|
|
983
983
|
"recommended-legacy": {
|
|
984
984
|
plugins: string[];
|
|
@@ -989,17 +989,17 @@ declare const plugins$1: {
|
|
|
989
989
|
name: string;
|
|
990
990
|
version: string;
|
|
991
991
|
};
|
|
992
|
-
rules: Record<string,
|
|
992
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
993
993
|
};
|
|
994
994
|
"@eslint-react/web-api": {
|
|
995
995
|
configs: {
|
|
996
996
|
recommended: {
|
|
997
997
|
plugins: {
|
|
998
|
-
"react-web-api":
|
|
998
|
+
"react-web-api": _eslint_react_kit64.CompatiblePlugin;
|
|
999
999
|
};
|
|
1000
1000
|
name?: string;
|
|
1001
1001
|
rules?: Record<string, RuleConfig>;
|
|
1002
|
-
settings?:
|
|
1002
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
1003
1003
|
};
|
|
1004
1004
|
"recommended-legacy": {
|
|
1005
1005
|
plugins: string[];
|
|
@@ -1010,17 +1010,17 @@ declare const plugins$1: {
|
|
|
1010
1010
|
name: string;
|
|
1011
1011
|
version: string;
|
|
1012
1012
|
};
|
|
1013
|
-
rules: Record<string,
|
|
1013
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
1014
1014
|
};
|
|
1015
1015
|
"@eslint-react/dom": {
|
|
1016
1016
|
configs: {
|
|
1017
1017
|
recommended: {
|
|
1018
1018
|
plugins: {
|
|
1019
|
-
"react-dom":
|
|
1019
|
+
"react-dom": _eslint_react_kit64.CompatiblePlugin;
|
|
1020
1020
|
};
|
|
1021
1021
|
name?: string;
|
|
1022
1022
|
rules?: Record<string, RuleConfig>;
|
|
1023
|
-
settings?:
|
|
1023
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
1024
1024
|
};
|
|
1025
1025
|
"recommended-legacy": {
|
|
1026
1026
|
plugins: string[];
|
|
@@ -1031,17 +1031,17 @@ declare const plugins$1: {
|
|
|
1031
1031
|
name: string;
|
|
1032
1032
|
version: string;
|
|
1033
1033
|
};
|
|
1034
|
-
rules: Record<string,
|
|
1034
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
1035
1035
|
};
|
|
1036
1036
|
"@eslint-react": {
|
|
1037
1037
|
configs: {
|
|
1038
1038
|
recommended: {
|
|
1039
1039
|
plugins: {
|
|
1040
|
-
"react-x":
|
|
1040
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
1041
1041
|
};
|
|
1042
1042
|
name?: string;
|
|
1043
1043
|
rules?: Record<string, RuleConfig>;
|
|
1044
|
-
settings?:
|
|
1044
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
1045
1045
|
};
|
|
1046
1046
|
"recommended-legacy": {
|
|
1047
1047
|
plugins: string[];
|
|
@@ -1049,11 +1049,11 @@ declare const plugins$1: {
|
|
|
1049
1049
|
};
|
|
1050
1050
|
"recommended-type-checked": {
|
|
1051
1051
|
plugins: {
|
|
1052
|
-
"react-x":
|
|
1052
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
1053
1053
|
};
|
|
1054
1054
|
name?: string;
|
|
1055
1055
|
rules?: Record<string, RuleConfig>;
|
|
1056
|
-
settings?:
|
|
1056
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
1057
1057
|
};
|
|
1058
1058
|
"recommended-type-checked-legacy": {
|
|
1059
1059
|
plugins: string[];
|
|
@@ -1061,11 +1061,11 @@ declare const plugins$1: {
|
|
|
1061
1061
|
};
|
|
1062
1062
|
"recommended-typescript": {
|
|
1063
1063
|
plugins: {
|
|
1064
|
-
"react-x":
|
|
1064
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
1065
1065
|
};
|
|
1066
1066
|
name?: string;
|
|
1067
1067
|
rules?: Record<string, RuleConfig>;
|
|
1068
|
-
settings?:
|
|
1068
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
1069
1069
|
};
|
|
1070
1070
|
"recommended-typescript-legacy": {
|
|
1071
1071
|
plugins: string[];
|
|
@@ -1076,7 +1076,7 @@ declare const plugins$1: {
|
|
|
1076
1076
|
name: string;
|
|
1077
1077
|
version: string;
|
|
1078
1078
|
};
|
|
1079
|
-
rules: Record<string,
|
|
1079
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
1080
1080
|
};
|
|
1081
1081
|
};
|
|
1082
1082
|
declare const settings$1: {
|
|
@@ -1147,11 +1147,11 @@ declare const plugins: {
|
|
|
1147
1147
|
configs: {
|
|
1148
1148
|
recommended: {
|
|
1149
1149
|
plugins: {
|
|
1150
|
-
"react-x":
|
|
1150
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
1151
1151
|
};
|
|
1152
1152
|
name?: string;
|
|
1153
1153
|
rules?: Record<string, RuleConfig>;
|
|
1154
|
-
settings?:
|
|
1154
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
1155
1155
|
};
|
|
1156
1156
|
"recommended-legacy": {
|
|
1157
1157
|
plugins: string[];
|
|
@@ -1159,11 +1159,11 @@ declare const plugins: {
|
|
|
1159
1159
|
};
|
|
1160
1160
|
"recommended-type-checked": {
|
|
1161
1161
|
plugins: {
|
|
1162
|
-
"react-x":
|
|
1162
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
1163
1163
|
};
|
|
1164
1164
|
name?: string;
|
|
1165
1165
|
rules?: Record<string, RuleConfig>;
|
|
1166
|
-
settings?:
|
|
1166
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
1167
1167
|
};
|
|
1168
1168
|
"recommended-type-checked-legacy": {
|
|
1169
1169
|
plugins: string[];
|
|
@@ -1171,11 +1171,11 @@ declare const plugins: {
|
|
|
1171
1171
|
};
|
|
1172
1172
|
"recommended-typescript": {
|
|
1173
1173
|
plugins: {
|
|
1174
|
-
"react-x":
|
|
1174
|
+
"react-x": _eslint_react_kit64.CompatiblePlugin;
|
|
1175
1175
|
};
|
|
1176
1176
|
name?: string;
|
|
1177
1177
|
rules?: Record<string, RuleConfig>;
|
|
1178
|
-
settings?:
|
|
1178
|
+
settings?: _eslint_react_kit64.SettingsConfig;
|
|
1179
1179
|
};
|
|
1180
1180
|
"recommended-typescript-legacy": {
|
|
1181
1181
|
plugins: string[];
|
|
@@ -1186,7 +1186,7 @@ declare const plugins: {
|
|
|
1186
1186
|
name: string;
|
|
1187
1187
|
version: string;
|
|
1188
1188
|
};
|
|
1189
|
-
rules: Record<string,
|
|
1189
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
1190
1190
|
};
|
|
1191
1191
|
};
|
|
1192
1192
|
declare const settings: {
|
|
@@ -1210,74 +1210,74 @@ declare const _default: {
|
|
|
1210
1210
|
all: typeof all_d_exports;
|
|
1211
1211
|
"all-legacy": {
|
|
1212
1212
|
plugins: string[];
|
|
1213
|
-
rules: Record<string,
|
|
1213
|
+
rules: Record<string, _eslint_react_kit64.RuleConfig<unknown[]>> | undefined;
|
|
1214
1214
|
};
|
|
1215
1215
|
debug: typeof debug_d_exports;
|
|
1216
1216
|
"debug-legacy": {
|
|
1217
1217
|
plugins: string[];
|
|
1218
|
-
rules: Record<string,
|
|
1218
|
+
rules: Record<string, _eslint_react_kit64.RuleConfig<unknown[]>> | undefined;
|
|
1219
1219
|
};
|
|
1220
1220
|
"disable-conflict-eslint-plugin-react": typeof disable_conflict_eslint_plugin_react_d_exports;
|
|
1221
1221
|
"disable-conflict-eslint-plugin-react-legacy": {
|
|
1222
1222
|
plugins: string[];
|
|
1223
|
-
rules: Record<string,
|
|
1223
|
+
rules: Record<string, _eslint_react_kit64.RuleConfig<unknown[]>> | undefined;
|
|
1224
1224
|
};
|
|
1225
1225
|
"disable-debug": typeof disable_debug_d_exports;
|
|
1226
1226
|
"disable-debug-legacy": {
|
|
1227
1227
|
plugins: string[];
|
|
1228
|
-
rules: Record<string,
|
|
1228
|
+
rules: Record<string, _eslint_react_kit64.RuleConfig<unknown[]>> | undefined;
|
|
1229
1229
|
};
|
|
1230
1230
|
"disable-dom": typeof disable_dom_d_exports;
|
|
1231
1231
|
"disable-dom-legacy": {
|
|
1232
1232
|
plugins: string[];
|
|
1233
|
-
rules: Record<string,
|
|
1233
|
+
rules: Record<string, _eslint_react_kit64.RuleConfig<unknown[]>> | undefined;
|
|
1234
1234
|
};
|
|
1235
1235
|
"disable-type-checked": typeof disable_type_checked_d_exports;
|
|
1236
1236
|
"disable-type-checked-legacy": {
|
|
1237
1237
|
plugins: string[];
|
|
1238
|
-
rules: Record<string,
|
|
1238
|
+
rules: Record<string, _eslint_react_kit64.RuleConfig<unknown[]>> | undefined;
|
|
1239
1239
|
};
|
|
1240
1240
|
"disable-web-api": typeof disable_web_api_d_exports;
|
|
1241
1241
|
"disable-web-api-legacy": {
|
|
1242
1242
|
plugins: string[];
|
|
1243
|
-
rules: Record<string,
|
|
1243
|
+
rules: Record<string, _eslint_react_kit64.RuleConfig<unknown[]>> | undefined;
|
|
1244
1244
|
};
|
|
1245
1245
|
dom: typeof dom_d_exports;
|
|
1246
1246
|
"dom-legacy": {
|
|
1247
1247
|
plugins: string[];
|
|
1248
|
-
rules: Record<string,
|
|
1248
|
+
rules: Record<string, _eslint_react_kit64.RuleConfig<unknown[]>> | undefined;
|
|
1249
1249
|
};
|
|
1250
1250
|
off: typeof off_d_exports;
|
|
1251
1251
|
"off-legacy": {
|
|
1252
1252
|
plugins: string[];
|
|
1253
|
-
rules: Record<string,
|
|
1253
|
+
rules: Record<string, _eslint_react_kit64.RuleConfig<unknown[]>> | undefined;
|
|
1254
1254
|
};
|
|
1255
1255
|
recommended: typeof recommended_d_exports;
|
|
1256
1256
|
"recommended-legacy": {
|
|
1257
1257
|
plugins: string[];
|
|
1258
|
-
rules: Record<string,
|
|
1258
|
+
rules: Record<string, _eslint_react_kit64.RuleConfig<unknown[]>> | undefined;
|
|
1259
1259
|
};
|
|
1260
1260
|
"recommended-type-checked": typeof recommended_type_checked_d_exports;
|
|
1261
1261
|
"recommended-type-checked-legacy": {
|
|
1262
1262
|
plugins: string[];
|
|
1263
|
-
rules: Record<string,
|
|
1263
|
+
rules: Record<string, _eslint_react_kit64.RuleConfig<unknown[]>> | undefined;
|
|
1264
1264
|
};
|
|
1265
1265
|
"recommended-typescript": typeof recommended_typescript_d_exports;
|
|
1266
1266
|
"recommended-typescript-legacy": {
|
|
1267
1267
|
plugins: string[];
|
|
1268
|
-
rules: Record<string,
|
|
1268
|
+
rules: Record<string, _eslint_react_kit64.RuleConfig<unknown[]>> | undefined;
|
|
1269
1269
|
};
|
|
1270
1270
|
x: typeof x_d_exports;
|
|
1271
1271
|
"x-legacy": {
|
|
1272
1272
|
plugins: string[];
|
|
1273
|
-
rules: Record<string,
|
|
1273
|
+
rules: Record<string, _eslint_react_kit64.RuleConfig<unknown[]>> | undefined;
|
|
1274
1274
|
};
|
|
1275
1275
|
};
|
|
1276
1276
|
meta: {
|
|
1277
1277
|
name: string;
|
|
1278
1278
|
version: string;
|
|
1279
1279
|
};
|
|
1280
|
-
rules: Record<string,
|
|
1280
|
+
rules: Record<string, _eslint_react_kit64.CompatibleRule>;
|
|
1281
1281
|
};
|
|
1282
1282
|
//#endregion
|
|
1283
1283
|
export { _default as default };
|
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ 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 = "2.0.0-next.
|
|
12
|
+
var version = "2.0.0-next.159";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/configs/dom.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.159",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"@typescript-eslint/type-utils": "^8.41.0",
|
|
42
42
|
"@typescript-eslint/types": "^8.41.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.41.0",
|
|
44
|
-
"@eslint-react/eff": "2.0.0-next.
|
|
45
|
-
"
|
|
46
|
-
"eslint-
|
|
47
|
-
"eslint-
|
|
48
|
-
"
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
44
|
+
"@eslint-react/eff": "2.0.0-next.159",
|
|
45
|
+
"eslint-plugin-react-debug": "2.0.0-next.159",
|
|
46
|
+
"@eslint-react/shared": "2.0.0-next.159",
|
|
47
|
+
"@eslint-react/kit": "2.0.0-next.159",
|
|
48
|
+
"eslint-plugin-react-dom": "2.0.0-next.159",
|
|
49
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-next.159",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "2.0.0-next.159",
|
|
51
|
+
"eslint-plugin-react-web-api": "2.0.0-next.159",
|
|
52
|
+
"eslint-plugin-react-x": "2.0.0-next.159"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"tsdown": "^0.14.2",
|