@eslint-react/eslint-plugin 2.0.0-next.180 → 2.0.0-next.182
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 +118 -79
- package/dist/index.js +1 -1
- package/package.json +11 -11
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _eslint_react_kit13 from "@eslint-react/kit";
|
|
2
2
|
import { RuleConfig } from "@eslint-react/kit";
|
|
3
3
|
|
|
4
4
|
//#region src/configs/all.d.ts
|
|
5
|
+
declare namespace all_d_exports {
|
|
6
|
+
export { name$12 as name, plugins$6 as plugins, rules$12 as rules, settings$5 as settings };
|
|
7
|
+
}
|
|
5
8
|
declare const name$12 = "@eslint-react/all";
|
|
6
9
|
declare const rules$12: {
|
|
7
10
|
readonly "@eslint-react/jsx-key-before-spread": "warn";
|
|
@@ -97,7 +100,7 @@ declare const plugins$6: {
|
|
|
97
100
|
plugins: {};
|
|
98
101
|
name?: string;
|
|
99
102
|
rules?: Record<string, RuleConfig>;
|
|
100
|
-
settings?:
|
|
103
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
101
104
|
};
|
|
102
105
|
"all-legacy": {
|
|
103
106
|
plugins: string[];
|
|
@@ -108,7 +111,7 @@ declare const plugins$6: {
|
|
|
108
111
|
name: string;
|
|
109
112
|
version: string;
|
|
110
113
|
};
|
|
111
|
-
rules: Record<string,
|
|
114
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
112
115
|
};
|
|
113
116
|
"@eslint-react/hooks-extra": {
|
|
114
117
|
configs: {
|
|
@@ -116,7 +119,7 @@ declare const plugins$6: {
|
|
|
116
119
|
plugins: {};
|
|
117
120
|
name?: string;
|
|
118
121
|
rules?: Record<string, RuleConfig>;
|
|
119
|
-
settings?:
|
|
122
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
120
123
|
};
|
|
121
124
|
"recommended-legacy": {
|
|
122
125
|
plugins: string[];
|
|
@@ -127,7 +130,7 @@ declare const plugins$6: {
|
|
|
127
130
|
name: string;
|
|
128
131
|
version: string;
|
|
129
132
|
};
|
|
130
|
-
rules: Record<string,
|
|
133
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
131
134
|
};
|
|
132
135
|
"@eslint-react/naming-convention": {
|
|
133
136
|
configs: {
|
|
@@ -135,7 +138,7 @@ declare const plugins$6: {
|
|
|
135
138
|
plugins: {};
|
|
136
139
|
name?: string;
|
|
137
140
|
rules?: Record<string, RuleConfig>;
|
|
138
|
-
settings?:
|
|
141
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
139
142
|
};
|
|
140
143
|
"recommended-legacy": {
|
|
141
144
|
plugins: string[];
|
|
@@ -146,7 +149,7 @@ declare const plugins$6: {
|
|
|
146
149
|
name: string;
|
|
147
150
|
version: string;
|
|
148
151
|
};
|
|
149
|
-
rules: Record<string,
|
|
152
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
150
153
|
};
|
|
151
154
|
"@eslint-react/web-api": {
|
|
152
155
|
configs: {
|
|
@@ -154,7 +157,7 @@ declare const plugins$6: {
|
|
|
154
157
|
plugins: {};
|
|
155
158
|
name?: string;
|
|
156
159
|
rules?: Record<string, RuleConfig>;
|
|
157
|
-
settings?:
|
|
160
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
158
161
|
};
|
|
159
162
|
"recommended-legacy": {
|
|
160
163
|
plugins: string[];
|
|
@@ -165,7 +168,7 @@ declare const plugins$6: {
|
|
|
165
168
|
name: string;
|
|
166
169
|
version: string;
|
|
167
170
|
};
|
|
168
|
-
rules: Record<string,
|
|
171
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
169
172
|
};
|
|
170
173
|
"@eslint-react/dom": {
|
|
171
174
|
configs: {
|
|
@@ -173,7 +176,7 @@ declare const plugins$6: {
|
|
|
173
176
|
plugins: {};
|
|
174
177
|
name?: string;
|
|
175
178
|
rules?: Record<string, RuleConfig>;
|
|
176
|
-
settings?:
|
|
179
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
177
180
|
};
|
|
178
181
|
"recommended-legacy": {
|
|
179
182
|
plugins: string[];
|
|
@@ -184,7 +187,7 @@ declare const plugins$6: {
|
|
|
184
187
|
name: string;
|
|
185
188
|
version: string;
|
|
186
189
|
};
|
|
187
|
-
rules: Record<string,
|
|
190
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
188
191
|
};
|
|
189
192
|
"@eslint-react": {
|
|
190
193
|
configs: {
|
|
@@ -192,7 +195,7 @@ declare const plugins$6: {
|
|
|
192
195
|
plugins: {};
|
|
193
196
|
name?: string;
|
|
194
197
|
rules?: Record<string, RuleConfig>;
|
|
195
|
-
settings?:
|
|
198
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
196
199
|
};
|
|
197
200
|
"recommended-legacy": {
|
|
198
201
|
plugins: string[];
|
|
@@ -202,7 +205,7 @@ declare const plugins$6: {
|
|
|
202
205
|
plugins: {};
|
|
203
206
|
name?: string;
|
|
204
207
|
rules?: Record<string, RuleConfig>;
|
|
205
|
-
settings?:
|
|
208
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
206
209
|
};
|
|
207
210
|
"recommended-type-checked-legacy": {
|
|
208
211
|
plugins: string[];
|
|
@@ -212,7 +215,7 @@ declare const plugins$6: {
|
|
|
212
215
|
plugins: {};
|
|
213
216
|
name?: string;
|
|
214
217
|
rules?: Record<string, RuleConfig>;
|
|
215
|
-
settings?:
|
|
218
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
216
219
|
};
|
|
217
220
|
"recommended-typescript-legacy": {
|
|
218
221
|
plugins: string[];
|
|
@@ -223,7 +226,7 @@ declare const plugins$6: {
|
|
|
223
226
|
name: string;
|
|
224
227
|
version: string;
|
|
225
228
|
};
|
|
226
|
-
rules: Record<string,
|
|
229
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
227
230
|
};
|
|
228
231
|
};
|
|
229
232
|
declare const settings$5: {
|
|
@@ -233,6 +236,9 @@ declare const settings$5: {
|
|
|
233
236
|
readonly polymorphicPropName: "as";
|
|
234
237
|
};
|
|
235
238
|
};
|
|
239
|
+
declare namespace debug_d_exports {
|
|
240
|
+
export { name$11 as name, plugins$5 as plugins, rules$11 as rules };
|
|
241
|
+
}
|
|
236
242
|
declare const name$11 = "@eslint-react/debug";
|
|
237
243
|
declare const rules$11: {
|
|
238
244
|
readonly "@eslint-react/debug/class-component": "warn";
|
|
@@ -248,7 +254,7 @@ declare const plugins$5: {
|
|
|
248
254
|
plugins: {};
|
|
249
255
|
name?: string;
|
|
250
256
|
rules?: Record<string, RuleConfig>;
|
|
251
|
-
settings?:
|
|
257
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
252
258
|
};
|
|
253
259
|
"all-legacy": {
|
|
254
260
|
plugins: string[];
|
|
@@ -259,19 +265,37 @@ declare const plugins$5: {
|
|
|
259
265
|
name: string;
|
|
260
266
|
version: string;
|
|
261
267
|
};
|
|
262
|
-
rules: Record<string,
|
|
268
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
263
269
|
};
|
|
264
270
|
};
|
|
271
|
+
declare namespace disable_conflict_eslint_plugin_react_d_exports {
|
|
272
|
+
export { name$10 as name, rules$10 as rules };
|
|
273
|
+
}
|
|
265
274
|
declare const name$10 = "@eslint-react/disable-conflict-eslint-plugin-react";
|
|
266
275
|
declare const rules$10: Record<string, RuleConfig>;
|
|
276
|
+
declare namespace disable_debug_d_exports {
|
|
277
|
+
export { name$9 as name, rules$9 as rules };
|
|
278
|
+
}
|
|
267
279
|
declare const name$9 = "@eslint-react/disable-debug";
|
|
268
280
|
declare const rules$9: Record<string, RuleConfig>;
|
|
281
|
+
declare namespace disable_dom_d_exports {
|
|
282
|
+
export { name$8 as name, rules$8 as rules };
|
|
283
|
+
}
|
|
269
284
|
declare const name$8 = "@eslint-react/disable-dom";
|
|
270
285
|
declare const rules$8: Record<string, RuleConfig>;
|
|
286
|
+
declare namespace disable_type_checked_d_exports {
|
|
287
|
+
export { name$7 as name, rules$7 as rules };
|
|
288
|
+
}
|
|
271
289
|
declare const name$7 = "@eslint-react/disable-type-checked";
|
|
272
290
|
declare const rules$7: Record<string, RuleConfig>;
|
|
291
|
+
declare namespace disable_web_api_d_exports {
|
|
292
|
+
export { name$6 as name, rules$6 as rules };
|
|
293
|
+
}
|
|
273
294
|
declare const name$6 = "@eslint-react/disable-web-api";
|
|
274
295
|
declare const rules$6: Record<string, RuleConfig>;
|
|
296
|
+
declare namespace dom_d_exports {
|
|
297
|
+
export { name$5 as name, plugins$4 as plugins, rules$5 as rules, settings$4 as settings };
|
|
298
|
+
}
|
|
275
299
|
declare const name$5 = "@eslint-react/dom";
|
|
276
300
|
declare const rules$5: {
|
|
277
301
|
readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
|
|
@@ -297,7 +321,7 @@ declare const plugins$4: {
|
|
|
297
321
|
plugins: {};
|
|
298
322
|
name?: string;
|
|
299
323
|
rules?: Record<string, RuleConfig>;
|
|
300
|
-
settings?:
|
|
324
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
301
325
|
};
|
|
302
326
|
"recommended-legacy": {
|
|
303
327
|
plugins: string[];
|
|
@@ -308,7 +332,7 @@ declare const plugins$4: {
|
|
|
308
332
|
name: string;
|
|
309
333
|
version: string;
|
|
310
334
|
};
|
|
311
|
-
rules: Record<string,
|
|
335
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
312
336
|
};
|
|
313
337
|
};
|
|
314
338
|
declare const settings$4: {
|
|
@@ -318,8 +342,14 @@ declare const settings$4: {
|
|
|
318
342
|
readonly polymorphicPropName: "as";
|
|
319
343
|
};
|
|
320
344
|
};
|
|
345
|
+
declare namespace off_d_exports {
|
|
346
|
+
export { name$4 as name, rules$4 as rules };
|
|
347
|
+
}
|
|
321
348
|
declare const name$4 = "@eslint-react/off";
|
|
322
349
|
declare const rules$4: Record<string, RuleConfig>;
|
|
350
|
+
declare namespace recommended_d_exports {
|
|
351
|
+
export { name$3 as name, plugins$3 as plugins, rules$3 as rules, settings$3 as settings };
|
|
352
|
+
}
|
|
323
353
|
declare const name$3 = "@eslint-react/recommended";
|
|
324
354
|
declare const rules$3: {
|
|
325
355
|
readonly "@eslint-react/naming-convention/context-name": "warn";
|
|
@@ -392,7 +422,7 @@ declare const plugins$3: {
|
|
|
392
422
|
plugins: {};
|
|
393
423
|
name?: string;
|
|
394
424
|
rules?: Record<string, RuleConfig>;
|
|
395
|
-
settings?:
|
|
425
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
396
426
|
};
|
|
397
427
|
"all-legacy": {
|
|
398
428
|
plugins: string[];
|
|
@@ -403,7 +433,7 @@ declare const plugins$3: {
|
|
|
403
433
|
name: string;
|
|
404
434
|
version: string;
|
|
405
435
|
};
|
|
406
|
-
rules: Record<string,
|
|
436
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
407
437
|
};
|
|
408
438
|
"@eslint-react/hooks-extra": {
|
|
409
439
|
configs: {
|
|
@@ -411,7 +441,7 @@ declare const plugins$3: {
|
|
|
411
441
|
plugins: {};
|
|
412
442
|
name?: string;
|
|
413
443
|
rules?: Record<string, RuleConfig>;
|
|
414
|
-
settings?:
|
|
444
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
415
445
|
};
|
|
416
446
|
"recommended-legacy": {
|
|
417
447
|
plugins: string[];
|
|
@@ -422,7 +452,7 @@ declare const plugins$3: {
|
|
|
422
452
|
name: string;
|
|
423
453
|
version: string;
|
|
424
454
|
};
|
|
425
|
-
rules: Record<string,
|
|
455
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
426
456
|
};
|
|
427
457
|
"@eslint-react/naming-convention": {
|
|
428
458
|
configs: {
|
|
@@ -430,7 +460,7 @@ declare const plugins$3: {
|
|
|
430
460
|
plugins: {};
|
|
431
461
|
name?: string;
|
|
432
462
|
rules?: Record<string, RuleConfig>;
|
|
433
|
-
settings?:
|
|
463
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
434
464
|
};
|
|
435
465
|
"recommended-legacy": {
|
|
436
466
|
plugins: string[];
|
|
@@ -441,7 +471,7 @@ declare const plugins$3: {
|
|
|
441
471
|
name: string;
|
|
442
472
|
version: string;
|
|
443
473
|
};
|
|
444
|
-
rules: Record<string,
|
|
474
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
445
475
|
};
|
|
446
476
|
"@eslint-react/web-api": {
|
|
447
477
|
configs: {
|
|
@@ -449,7 +479,7 @@ declare const plugins$3: {
|
|
|
449
479
|
plugins: {};
|
|
450
480
|
name?: string;
|
|
451
481
|
rules?: Record<string, RuleConfig>;
|
|
452
|
-
settings?:
|
|
482
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
453
483
|
};
|
|
454
484
|
"recommended-legacy": {
|
|
455
485
|
plugins: string[];
|
|
@@ -460,7 +490,7 @@ declare const plugins$3: {
|
|
|
460
490
|
name: string;
|
|
461
491
|
version: string;
|
|
462
492
|
};
|
|
463
|
-
rules: Record<string,
|
|
493
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
464
494
|
};
|
|
465
495
|
"@eslint-react/dom": {
|
|
466
496
|
configs: {
|
|
@@ -468,7 +498,7 @@ declare const plugins$3: {
|
|
|
468
498
|
plugins: {};
|
|
469
499
|
name?: string;
|
|
470
500
|
rules?: Record<string, RuleConfig>;
|
|
471
|
-
settings?:
|
|
501
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
472
502
|
};
|
|
473
503
|
"recommended-legacy": {
|
|
474
504
|
plugins: string[];
|
|
@@ -479,7 +509,7 @@ declare const plugins$3: {
|
|
|
479
509
|
name: string;
|
|
480
510
|
version: string;
|
|
481
511
|
};
|
|
482
|
-
rules: Record<string,
|
|
512
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
483
513
|
};
|
|
484
514
|
"@eslint-react": {
|
|
485
515
|
configs: {
|
|
@@ -487,7 +517,7 @@ declare const plugins$3: {
|
|
|
487
517
|
plugins: {};
|
|
488
518
|
name?: string;
|
|
489
519
|
rules?: Record<string, RuleConfig>;
|
|
490
|
-
settings?:
|
|
520
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
491
521
|
};
|
|
492
522
|
"recommended-legacy": {
|
|
493
523
|
plugins: string[];
|
|
@@ -497,7 +527,7 @@ declare const plugins$3: {
|
|
|
497
527
|
plugins: {};
|
|
498
528
|
name?: string;
|
|
499
529
|
rules?: Record<string, RuleConfig>;
|
|
500
|
-
settings?:
|
|
530
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
501
531
|
};
|
|
502
532
|
"recommended-type-checked-legacy": {
|
|
503
533
|
plugins: string[];
|
|
@@ -507,7 +537,7 @@ declare const plugins$3: {
|
|
|
507
537
|
plugins: {};
|
|
508
538
|
name?: string;
|
|
509
539
|
rules?: Record<string, RuleConfig>;
|
|
510
|
-
settings?:
|
|
540
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
511
541
|
};
|
|
512
542
|
"recommended-typescript-legacy": {
|
|
513
543
|
plugins: string[];
|
|
@@ -518,7 +548,7 @@ declare const plugins$3: {
|
|
|
518
548
|
name: string;
|
|
519
549
|
version: string;
|
|
520
550
|
};
|
|
521
|
-
rules: Record<string,
|
|
551
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
522
552
|
};
|
|
523
553
|
};
|
|
524
554
|
declare const settings$3: {
|
|
@@ -528,6 +558,9 @@ declare const settings$3: {
|
|
|
528
558
|
readonly polymorphicPropName: "as";
|
|
529
559
|
};
|
|
530
560
|
};
|
|
561
|
+
declare namespace recommended_type_checked_d_exports {
|
|
562
|
+
export { name$2 as name, plugins$2 as plugins, rules$2 as rules, settings$2 as settings };
|
|
563
|
+
}
|
|
531
564
|
declare const name$2 = "@eslint-react/recommended-type-checked";
|
|
532
565
|
declare const rules$2: {
|
|
533
566
|
readonly "@eslint-react/no-leaked-conditional-rendering": "warn";
|
|
@@ -604,7 +637,7 @@ declare const plugins$2: {
|
|
|
604
637
|
plugins: {};
|
|
605
638
|
name?: string;
|
|
606
639
|
rules?: Record<string, RuleConfig>;
|
|
607
|
-
settings?:
|
|
640
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
608
641
|
};
|
|
609
642
|
"all-legacy": {
|
|
610
643
|
plugins: string[];
|
|
@@ -615,7 +648,7 @@ declare const plugins$2: {
|
|
|
615
648
|
name: string;
|
|
616
649
|
version: string;
|
|
617
650
|
};
|
|
618
|
-
rules: Record<string,
|
|
651
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
619
652
|
};
|
|
620
653
|
"@eslint-react/hooks-extra": {
|
|
621
654
|
configs: {
|
|
@@ -623,7 +656,7 @@ declare const plugins$2: {
|
|
|
623
656
|
plugins: {};
|
|
624
657
|
name?: string;
|
|
625
658
|
rules?: Record<string, RuleConfig>;
|
|
626
|
-
settings?:
|
|
659
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
627
660
|
};
|
|
628
661
|
"recommended-legacy": {
|
|
629
662
|
plugins: string[];
|
|
@@ -634,7 +667,7 @@ declare const plugins$2: {
|
|
|
634
667
|
name: string;
|
|
635
668
|
version: string;
|
|
636
669
|
};
|
|
637
|
-
rules: Record<string,
|
|
670
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
638
671
|
};
|
|
639
672
|
"@eslint-react/naming-convention": {
|
|
640
673
|
configs: {
|
|
@@ -642,7 +675,7 @@ declare const plugins$2: {
|
|
|
642
675
|
plugins: {};
|
|
643
676
|
name?: string;
|
|
644
677
|
rules?: Record<string, RuleConfig>;
|
|
645
|
-
settings?:
|
|
678
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
646
679
|
};
|
|
647
680
|
"recommended-legacy": {
|
|
648
681
|
plugins: string[];
|
|
@@ -653,7 +686,7 @@ declare const plugins$2: {
|
|
|
653
686
|
name: string;
|
|
654
687
|
version: string;
|
|
655
688
|
};
|
|
656
|
-
rules: Record<string,
|
|
689
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
657
690
|
};
|
|
658
691
|
"@eslint-react/web-api": {
|
|
659
692
|
configs: {
|
|
@@ -661,7 +694,7 @@ declare const plugins$2: {
|
|
|
661
694
|
plugins: {};
|
|
662
695
|
name?: string;
|
|
663
696
|
rules?: Record<string, RuleConfig>;
|
|
664
|
-
settings?:
|
|
697
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
665
698
|
};
|
|
666
699
|
"recommended-legacy": {
|
|
667
700
|
plugins: string[];
|
|
@@ -672,7 +705,7 @@ declare const plugins$2: {
|
|
|
672
705
|
name: string;
|
|
673
706
|
version: string;
|
|
674
707
|
};
|
|
675
|
-
rules: Record<string,
|
|
708
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
676
709
|
};
|
|
677
710
|
"@eslint-react/dom": {
|
|
678
711
|
configs: {
|
|
@@ -680,7 +713,7 @@ declare const plugins$2: {
|
|
|
680
713
|
plugins: {};
|
|
681
714
|
name?: string;
|
|
682
715
|
rules?: Record<string, RuleConfig>;
|
|
683
|
-
settings?:
|
|
716
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
684
717
|
};
|
|
685
718
|
"recommended-legacy": {
|
|
686
719
|
plugins: string[];
|
|
@@ -691,7 +724,7 @@ declare const plugins$2: {
|
|
|
691
724
|
name: string;
|
|
692
725
|
version: string;
|
|
693
726
|
};
|
|
694
|
-
rules: Record<string,
|
|
727
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
695
728
|
};
|
|
696
729
|
"@eslint-react": {
|
|
697
730
|
configs: {
|
|
@@ -699,7 +732,7 @@ declare const plugins$2: {
|
|
|
699
732
|
plugins: {};
|
|
700
733
|
name?: string;
|
|
701
734
|
rules?: Record<string, RuleConfig>;
|
|
702
|
-
settings?:
|
|
735
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
703
736
|
};
|
|
704
737
|
"recommended-legacy": {
|
|
705
738
|
plugins: string[];
|
|
@@ -709,7 +742,7 @@ declare const plugins$2: {
|
|
|
709
742
|
plugins: {};
|
|
710
743
|
name?: string;
|
|
711
744
|
rules?: Record<string, RuleConfig>;
|
|
712
|
-
settings?:
|
|
745
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
713
746
|
};
|
|
714
747
|
"recommended-type-checked-legacy": {
|
|
715
748
|
plugins: string[];
|
|
@@ -719,7 +752,7 @@ declare const plugins$2: {
|
|
|
719
752
|
plugins: {};
|
|
720
753
|
name?: string;
|
|
721
754
|
rules?: Record<string, RuleConfig>;
|
|
722
|
-
settings?:
|
|
755
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
723
756
|
};
|
|
724
757
|
"recommended-typescript-legacy": {
|
|
725
758
|
plugins: string[];
|
|
@@ -730,7 +763,7 @@ declare const plugins$2: {
|
|
|
730
763
|
name: string;
|
|
731
764
|
version: string;
|
|
732
765
|
};
|
|
733
|
-
rules: Record<string,
|
|
766
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
734
767
|
};
|
|
735
768
|
};
|
|
736
769
|
declare const settings$2: {
|
|
@@ -740,6 +773,9 @@ declare const settings$2: {
|
|
|
740
773
|
readonly polymorphicPropName: "as";
|
|
741
774
|
};
|
|
742
775
|
};
|
|
776
|
+
declare namespace recommended_typescript_d_exports {
|
|
777
|
+
export { name$1 as name, plugins$1 as plugins, rules$1 as rules, settings$1 as settings };
|
|
778
|
+
}
|
|
743
779
|
declare const name$1 = "@eslint-react/recommended-typescript";
|
|
744
780
|
declare const rules$1: {
|
|
745
781
|
readonly "@eslint-react/dom/no-string-style-prop": "off";
|
|
@@ -814,7 +850,7 @@ declare const plugins$1: {
|
|
|
814
850
|
plugins: {};
|
|
815
851
|
name?: string;
|
|
816
852
|
rules?: Record<string, RuleConfig>;
|
|
817
|
-
settings?:
|
|
853
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
818
854
|
};
|
|
819
855
|
"all-legacy": {
|
|
820
856
|
plugins: string[];
|
|
@@ -825,7 +861,7 @@ declare const plugins$1: {
|
|
|
825
861
|
name: string;
|
|
826
862
|
version: string;
|
|
827
863
|
};
|
|
828
|
-
rules: Record<string,
|
|
864
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
829
865
|
};
|
|
830
866
|
"@eslint-react/hooks-extra": {
|
|
831
867
|
configs: {
|
|
@@ -833,7 +869,7 @@ declare const plugins$1: {
|
|
|
833
869
|
plugins: {};
|
|
834
870
|
name?: string;
|
|
835
871
|
rules?: Record<string, RuleConfig>;
|
|
836
|
-
settings?:
|
|
872
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
837
873
|
};
|
|
838
874
|
"recommended-legacy": {
|
|
839
875
|
plugins: string[];
|
|
@@ -844,7 +880,7 @@ declare const plugins$1: {
|
|
|
844
880
|
name: string;
|
|
845
881
|
version: string;
|
|
846
882
|
};
|
|
847
|
-
rules: Record<string,
|
|
883
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
848
884
|
};
|
|
849
885
|
"@eslint-react/naming-convention": {
|
|
850
886
|
configs: {
|
|
@@ -852,7 +888,7 @@ declare const plugins$1: {
|
|
|
852
888
|
plugins: {};
|
|
853
889
|
name?: string;
|
|
854
890
|
rules?: Record<string, RuleConfig>;
|
|
855
|
-
settings?:
|
|
891
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
856
892
|
};
|
|
857
893
|
"recommended-legacy": {
|
|
858
894
|
plugins: string[];
|
|
@@ -863,7 +899,7 @@ declare const plugins$1: {
|
|
|
863
899
|
name: string;
|
|
864
900
|
version: string;
|
|
865
901
|
};
|
|
866
|
-
rules: Record<string,
|
|
902
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
867
903
|
};
|
|
868
904
|
"@eslint-react/web-api": {
|
|
869
905
|
configs: {
|
|
@@ -871,7 +907,7 @@ declare const plugins$1: {
|
|
|
871
907
|
plugins: {};
|
|
872
908
|
name?: string;
|
|
873
909
|
rules?: Record<string, RuleConfig>;
|
|
874
|
-
settings?:
|
|
910
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
875
911
|
};
|
|
876
912
|
"recommended-legacy": {
|
|
877
913
|
plugins: string[];
|
|
@@ -882,7 +918,7 @@ declare const plugins$1: {
|
|
|
882
918
|
name: string;
|
|
883
919
|
version: string;
|
|
884
920
|
};
|
|
885
|
-
rules: Record<string,
|
|
921
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
886
922
|
};
|
|
887
923
|
"@eslint-react/dom": {
|
|
888
924
|
configs: {
|
|
@@ -890,7 +926,7 @@ declare const plugins$1: {
|
|
|
890
926
|
plugins: {};
|
|
891
927
|
name?: string;
|
|
892
928
|
rules?: Record<string, RuleConfig>;
|
|
893
|
-
settings?:
|
|
929
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
894
930
|
};
|
|
895
931
|
"recommended-legacy": {
|
|
896
932
|
plugins: string[];
|
|
@@ -901,7 +937,7 @@ declare const plugins$1: {
|
|
|
901
937
|
name: string;
|
|
902
938
|
version: string;
|
|
903
939
|
};
|
|
904
|
-
rules: Record<string,
|
|
940
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
905
941
|
};
|
|
906
942
|
"@eslint-react": {
|
|
907
943
|
configs: {
|
|
@@ -909,7 +945,7 @@ declare const plugins$1: {
|
|
|
909
945
|
plugins: {};
|
|
910
946
|
name?: string;
|
|
911
947
|
rules?: Record<string, RuleConfig>;
|
|
912
|
-
settings?:
|
|
948
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
913
949
|
};
|
|
914
950
|
"recommended-legacy": {
|
|
915
951
|
plugins: string[];
|
|
@@ -919,7 +955,7 @@ declare const plugins$1: {
|
|
|
919
955
|
plugins: {};
|
|
920
956
|
name?: string;
|
|
921
957
|
rules?: Record<string, RuleConfig>;
|
|
922
|
-
settings?:
|
|
958
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
923
959
|
};
|
|
924
960
|
"recommended-type-checked-legacy": {
|
|
925
961
|
plugins: string[];
|
|
@@ -929,7 +965,7 @@ declare const plugins$1: {
|
|
|
929
965
|
plugins: {};
|
|
930
966
|
name?: string;
|
|
931
967
|
rules?: Record<string, RuleConfig>;
|
|
932
|
-
settings?:
|
|
968
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
933
969
|
};
|
|
934
970
|
"recommended-typescript-legacy": {
|
|
935
971
|
plugins: string[];
|
|
@@ -940,7 +976,7 @@ declare const plugins$1: {
|
|
|
940
976
|
name: string;
|
|
941
977
|
version: string;
|
|
942
978
|
};
|
|
943
|
-
rules: Record<string,
|
|
979
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
944
980
|
};
|
|
945
981
|
};
|
|
946
982
|
declare const settings$1: {
|
|
@@ -950,6 +986,9 @@ declare const settings$1: {
|
|
|
950
986
|
readonly polymorphicPropName: "as";
|
|
951
987
|
};
|
|
952
988
|
};
|
|
989
|
+
declare namespace x_d_exports {
|
|
990
|
+
export { name, plugins, rules, settings };
|
|
991
|
+
}
|
|
953
992
|
declare const name = "@eslint-react/x";
|
|
954
993
|
declare const rules: {
|
|
955
994
|
readonly "@eslint-react/jsx-no-comment-textnodes": "warn";
|
|
@@ -1002,7 +1041,7 @@ declare const plugins: {
|
|
|
1002
1041
|
plugins: {};
|
|
1003
1042
|
name?: string;
|
|
1004
1043
|
rules?: Record<string, RuleConfig>;
|
|
1005
|
-
settings?:
|
|
1044
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
1006
1045
|
};
|
|
1007
1046
|
"recommended-legacy": {
|
|
1008
1047
|
plugins: string[];
|
|
@@ -1012,7 +1051,7 @@ declare const plugins: {
|
|
|
1012
1051
|
plugins: {};
|
|
1013
1052
|
name?: string;
|
|
1014
1053
|
rules?: Record<string, RuleConfig>;
|
|
1015
|
-
settings?:
|
|
1054
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
1016
1055
|
};
|
|
1017
1056
|
"recommended-type-checked-legacy": {
|
|
1018
1057
|
plugins: string[];
|
|
@@ -1022,7 +1061,7 @@ declare const plugins: {
|
|
|
1022
1061
|
plugins: {};
|
|
1023
1062
|
name?: string;
|
|
1024
1063
|
rules?: Record<string, RuleConfig>;
|
|
1025
|
-
settings?:
|
|
1064
|
+
settings?: _eslint_react_kit13.SettingsConfig;
|
|
1026
1065
|
};
|
|
1027
1066
|
"recommended-typescript-legacy": {
|
|
1028
1067
|
plugins: string[];
|
|
@@ -1033,7 +1072,7 @@ declare const plugins: {
|
|
|
1033
1072
|
name: string;
|
|
1034
1073
|
version: string;
|
|
1035
1074
|
};
|
|
1036
|
-
rules: Record<string,
|
|
1075
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
1037
1076
|
};
|
|
1038
1077
|
};
|
|
1039
1078
|
declare const settings: {
|
|
@@ -1050,74 +1089,74 @@ declare const _default: {
|
|
|
1050
1089
|
all: typeof all_d_exports;
|
|
1051
1090
|
"all-legacy": {
|
|
1052
1091
|
plugins: string[];
|
|
1053
|
-
rules: Record<string,
|
|
1092
|
+
rules: Record<string, _eslint_react_kit13.RuleConfig<unknown[]>> | undefined;
|
|
1054
1093
|
};
|
|
1055
1094
|
debug: typeof debug_d_exports;
|
|
1056
1095
|
"debug-legacy": {
|
|
1057
1096
|
plugins: string[];
|
|
1058
|
-
rules: Record<string,
|
|
1097
|
+
rules: Record<string, _eslint_react_kit13.RuleConfig<unknown[]>> | undefined;
|
|
1059
1098
|
};
|
|
1060
1099
|
"disable-conflict-eslint-plugin-react": typeof disable_conflict_eslint_plugin_react_d_exports;
|
|
1061
1100
|
"disable-conflict-eslint-plugin-react-legacy": {
|
|
1062
1101
|
plugins: string[];
|
|
1063
|
-
rules: Record<string,
|
|
1102
|
+
rules: Record<string, _eslint_react_kit13.RuleConfig<unknown[]>> | undefined;
|
|
1064
1103
|
};
|
|
1065
1104
|
"disable-debug": typeof disable_debug_d_exports;
|
|
1066
1105
|
"disable-debug-legacy": {
|
|
1067
1106
|
plugins: string[];
|
|
1068
|
-
rules: Record<string,
|
|
1107
|
+
rules: Record<string, _eslint_react_kit13.RuleConfig<unknown[]>> | undefined;
|
|
1069
1108
|
};
|
|
1070
1109
|
"disable-dom": typeof disable_dom_d_exports;
|
|
1071
1110
|
"disable-dom-legacy": {
|
|
1072
1111
|
plugins: string[];
|
|
1073
|
-
rules: Record<string,
|
|
1112
|
+
rules: Record<string, _eslint_react_kit13.RuleConfig<unknown[]>> | undefined;
|
|
1074
1113
|
};
|
|
1075
1114
|
"disable-type-checked": typeof disable_type_checked_d_exports;
|
|
1076
1115
|
"disable-type-checked-legacy": {
|
|
1077
1116
|
plugins: string[];
|
|
1078
|
-
rules: Record<string,
|
|
1117
|
+
rules: Record<string, _eslint_react_kit13.RuleConfig<unknown[]>> | undefined;
|
|
1079
1118
|
};
|
|
1080
1119
|
"disable-web-api": typeof disable_web_api_d_exports;
|
|
1081
1120
|
"disable-web-api-legacy": {
|
|
1082
1121
|
plugins: string[];
|
|
1083
|
-
rules: Record<string,
|
|
1122
|
+
rules: Record<string, _eslint_react_kit13.RuleConfig<unknown[]>> | undefined;
|
|
1084
1123
|
};
|
|
1085
1124
|
dom: typeof dom_d_exports;
|
|
1086
1125
|
"dom-legacy": {
|
|
1087
1126
|
plugins: string[];
|
|
1088
|
-
rules: Record<string,
|
|
1127
|
+
rules: Record<string, _eslint_react_kit13.RuleConfig<unknown[]>> | undefined;
|
|
1089
1128
|
};
|
|
1090
1129
|
off: typeof off_d_exports;
|
|
1091
1130
|
"off-legacy": {
|
|
1092
1131
|
plugins: string[];
|
|
1093
|
-
rules: Record<string,
|
|
1132
|
+
rules: Record<string, _eslint_react_kit13.RuleConfig<unknown[]>> | undefined;
|
|
1094
1133
|
};
|
|
1095
1134
|
recommended: typeof recommended_d_exports;
|
|
1096
1135
|
"recommended-legacy": {
|
|
1097
1136
|
plugins: string[];
|
|
1098
|
-
rules: Record<string,
|
|
1137
|
+
rules: Record<string, _eslint_react_kit13.RuleConfig<unknown[]>> | undefined;
|
|
1099
1138
|
};
|
|
1100
1139
|
"recommended-type-checked": typeof recommended_type_checked_d_exports;
|
|
1101
1140
|
"recommended-type-checked-legacy": {
|
|
1102
1141
|
plugins: string[];
|
|
1103
|
-
rules: Record<string,
|
|
1142
|
+
rules: Record<string, _eslint_react_kit13.RuleConfig<unknown[]>> | undefined;
|
|
1104
1143
|
};
|
|
1105
1144
|
"recommended-typescript": typeof recommended_typescript_d_exports;
|
|
1106
1145
|
"recommended-typescript-legacy": {
|
|
1107
1146
|
plugins: string[];
|
|
1108
|
-
rules: Record<string,
|
|
1147
|
+
rules: Record<string, _eslint_react_kit13.RuleConfig<unknown[]>> | undefined;
|
|
1109
1148
|
};
|
|
1110
1149
|
x: typeof x_d_exports;
|
|
1111
1150
|
"x-legacy": {
|
|
1112
1151
|
plugins: string[];
|
|
1113
|
-
rules: Record<string,
|
|
1152
|
+
rules: Record<string, _eslint_react_kit13.RuleConfig<unknown[]>> | undefined;
|
|
1114
1153
|
};
|
|
1115
1154
|
};
|
|
1116
1155
|
meta: {
|
|
1117
1156
|
name: string;
|
|
1118
1157
|
version: string;
|
|
1119
1158
|
};
|
|
1120
|
-
rules: Record<string,
|
|
1159
|
+
rules: Record<string, _eslint_react_kit13.CompatibleRule>;
|
|
1121
1160
|
};
|
|
1122
1161
|
//#endregion
|
|
1123
1162
|
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.182";
|
|
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.182",
|
|
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,18 +41,18 @@
|
|
|
41
41
|
"@typescript-eslint/type-utils": "^8.43.0",
|
|
42
42
|
"@typescript-eslint/types": "^8.43.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.43.0",
|
|
44
|
-
"@eslint-react/eff": "2.0.0-next.
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"eslint-
|
|
47
|
-
"
|
|
48
|
-
"eslint-plugin-react-hooks-extra": "2.0.0-next.
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
44
|
+
"@eslint-react/eff": "2.0.0-next.182",
|
|
45
|
+
"@eslint-react/shared": "2.0.0-next.182",
|
|
46
|
+
"@eslint-react/kit": "2.0.0-next.182",
|
|
47
|
+
"eslint-plugin-react-dom": "2.0.0-next.182",
|
|
48
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-next.182",
|
|
49
|
+
"eslint-plugin-react-debug": "2.0.0-next.182",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "2.0.0-next.182",
|
|
51
|
+
"eslint-plugin-react-web-api": "2.0.0-next.182",
|
|
52
|
+
"eslint-plugin-react-x": "2.0.0-next.182"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"tsdown": "^0.15.
|
|
55
|
+
"tsdown": "^0.15.1",
|
|
56
56
|
"@local/configs": "0.0.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|