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