@eslint-react/eslint-plugin 2.2.0-next.0 → 2.2.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +141 -287
- package/dist/index.js +25 -57
- package/package.json +8 -9
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _eslint_react_shared0 from "@eslint-react/shared";
|
|
2
2
|
import { RuleConfig } from "@eslint-react/shared";
|
|
3
3
|
|
|
4
4
|
//#region src/configs/all.d.ts
|
|
5
5
|
declare namespace all_d_exports {
|
|
6
|
-
export { name$
|
|
6
|
+
export { name$15 as name, plugins$10 as plugins, rules$15 as rules, settings$8 as settings };
|
|
7
7
|
}
|
|
8
|
-
declare const name$
|
|
9
|
-
declare const rules$
|
|
8
|
+
declare const name$15 = "@eslint-react/all";
|
|
9
|
+
declare const rules$15: {
|
|
10
10
|
readonly "@eslint-react/jsx-key-before-spread": "warn";
|
|
11
11
|
readonly "@eslint-react/jsx-no-comment-textnodes": "warn";
|
|
12
12
|
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
@@ -98,36 +98,21 @@ declare const rules$17: {
|
|
|
98
98
|
readonly "@eslint-react/naming-convention/filename-extension": "off";
|
|
99
99
|
readonly "@eslint-react/naming-convention/use-state": "warn";
|
|
100
100
|
};
|
|
101
|
-
declare const plugins$
|
|
102
|
-
"@eslint-react/debug": {
|
|
103
|
-
configs: {
|
|
104
|
-
all: {
|
|
105
|
-
plugins: {};
|
|
106
|
-
name?: string;
|
|
107
|
-
rules?: Record<string, RuleConfig>;
|
|
108
|
-
settings?: _eslint_react_shared7.SettingsConfig;
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
meta: {
|
|
112
|
-
name: string;
|
|
113
|
-
version: string;
|
|
114
|
-
};
|
|
115
|
-
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
116
|
-
};
|
|
101
|
+
declare const plugins$10: {
|
|
117
102
|
"@eslint-react/hooks-extra": {
|
|
118
103
|
configs: {
|
|
119
104
|
recommended: {
|
|
120
105
|
plugins: {};
|
|
121
106
|
name?: string;
|
|
122
107
|
rules?: Record<string, RuleConfig>;
|
|
123
|
-
settings?:
|
|
108
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
124
109
|
};
|
|
125
110
|
};
|
|
126
111
|
meta: {
|
|
127
112
|
name: string;
|
|
128
113
|
version: string;
|
|
129
114
|
};
|
|
130
|
-
rules: Record<string,
|
|
115
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
131
116
|
};
|
|
132
117
|
"@eslint-react/naming-convention": {
|
|
133
118
|
configs: {
|
|
@@ -135,14 +120,14 @@ declare const plugins$11: {
|
|
|
135
120
|
plugins: {};
|
|
136
121
|
name?: string;
|
|
137
122
|
rules?: Record<string, RuleConfig>;
|
|
138
|
-
settings?:
|
|
123
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
139
124
|
};
|
|
140
125
|
};
|
|
141
126
|
meta: {
|
|
142
127
|
name: string;
|
|
143
128
|
version: string;
|
|
144
129
|
};
|
|
145
|
-
rules: Record<string,
|
|
130
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
146
131
|
};
|
|
147
132
|
"@eslint-react/web-api": {
|
|
148
133
|
configs: {
|
|
@@ -150,14 +135,14 @@ declare const plugins$11: {
|
|
|
150
135
|
plugins: {};
|
|
151
136
|
name?: string;
|
|
152
137
|
rules?: Record<string, RuleConfig>;
|
|
153
|
-
settings?:
|
|
138
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
154
139
|
};
|
|
155
140
|
};
|
|
156
141
|
meta: {
|
|
157
142
|
name: string;
|
|
158
143
|
version: string;
|
|
159
144
|
};
|
|
160
|
-
rules: Record<string,
|
|
145
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
161
146
|
};
|
|
162
147
|
"@eslint-react/dom": {
|
|
163
148
|
configs: {
|
|
@@ -165,20 +150,20 @@ declare const plugins$11: {
|
|
|
165
150
|
plugins: {};
|
|
166
151
|
name?: string;
|
|
167
152
|
rules?: Record<string, RuleConfig>;
|
|
168
|
-
settings?:
|
|
153
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
169
154
|
};
|
|
170
155
|
strict: {
|
|
171
156
|
plugins: {};
|
|
172
157
|
name?: string;
|
|
173
158
|
rules?: Record<string, RuleConfig>;
|
|
174
|
-
settings?:
|
|
159
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
175
160
|
};
|
|
176
161
|
};
|
|
177
162
|
meta: {
|
|
178
163
|
name: string;
|
|
179
164
|
version: string;
|
|
180
165
|
};
|
|
181
|
-
rules: Record<string,
|
|
166
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
182
167
|
};
|
|
183
168
|
"@eslint-react": {
|
|
184
169
|
configs: {
|
|
@@ -186,44 +171,44 @@ declare const plugins$11: {
|
|
|
186
171
|
plugins: {};
|
|
187
172
|
name?: string;
|
|
188
173
|
rules?: Record<string, RuleConfig>;
|
|
189
|
-
settings?:
|
|
174
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
190
175
|
};
|
|
191
176
|
"recommended-typescript": {
|
|
192
177
|
plugins: {};
|
|
193
178
|
name?: string;
|
|
194
179
|
rules?: Record<string, RuleConfig>;
|
|
195
|
-
settings?:
|
|
180
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
196
181
|
};
|
|
197
182
|
"recommended-type-checked": {
|
|
198
183
|
plugins: {};
|
|
199
184
|
name?: string;
|
|
200
185
|
rules?: Record<string, RuleConfig>;
|
|
201
|
-
settings?:
|
|
186
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
202
187
|
};
|
|
203
188
|
strict: {
|
|
204
189
|
plugins: {};
|
|
205
190
|
name?: string;
|
|
206
191
|
rules?: Record<string, RuleConfig>;
|
|
207
|
-
settings?:
|
|
192
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
208
193
|
};
|
|
209
194
|
"strict-typescript": {
|
|
210
195
|
plugins: {};
|
|
211
196
|
name?: string;
|
|
212
197
|
rules?: Record<string, RuleConfig>;
|
|
213
|
-
settings?:
|
|
198
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
214
199
|
};
|
|
215
200
|
"strict-type-checked": {
|
|
216
201
|
plugins: {};
|
|
217
202
|
name?: string;
|
|
218
203
|
rules?: Record<string, RuleConfig>;
|
|
219
|
-
settings?:
|
|
204
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
220
205
|
};
|
|
221
206
|
};
|
|
222
207
|
meta: {
|
|
223
208
|
name: string;
|
|
224
209
|
version: string;
|
|
225
210
|
};
|
|
226
|
-
rules: Record<string,
|
|
211
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
227
212
|
};
|
|
228
213
|
};
|
|
229
214
|
declare const settings$8: {
|
|
@@ -233,43 +218,10 @@ declare const settings$8: {
|
|
|
233
218
|
readonly polymorphicPropName: "as";
|
|
234
219
|
};
|
|
235
220
|
};
|
|
236
|
-
declare namespace debug_d_exports {
|
|
237
|
-
export { name$16 as name, plugins$10 as plugins, rules$16 as rules };
|
|
238
|
-
}
|
|
239
|
-
declare const name$16 = "@eslint-react/debug";
|
|
240
|
-
declare const rules$16: {
|
|
241
|
-
readonly "@eslint-react/debug/class-component": "warn";
|
|
242
|
-
readonly "@eslint-react/debug/function-component": "warn";
|
|
243
|
-
readonly "@eslint-react/debug/hook": "warn";
|
|
244
|
-
readonly "@eslint-react/debug/is-from-react": "warn";
|
|
245
|
-
readonly "@eslint-react/debug/jsx": "warn";
|
|
246
|
-
};
|
|
247
|
-
declare const plugins$10: {
|
|
248
|
-
"@eslint-react/debug": {
|
|
249
|
-
configs: {
|
|
250
|
-
all: {
|
|
251
|
-
plugins: {};
|
|
252
|
-
name?: string;
|
|
253
|
-
rules?: Record<string, RuleConfig>;
|
|
254
|
-
settings?: _eslint_react_shared7.SettingsConfig;
|
|
255
|
-
};
|
|
256
|
-
};
|
|
257
|
-
meta: {
|
|
258
|
-
name: string;
|
|
259
|
-
version: string;
|
|
260
|
-
};
|
|
261
|
-
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
262
|
-
};
|
|
263
|
-
};
|
|
264
221
|
declare namespace disable_conflict_eslint_plugin_react_d_exports {
|
|
265
|
-
export { name$15 as name, rules$15 as rules };
|
|
266
|
-
}
|
|
267
|
-
declare const name$15 = "@eslint-react/disable-conflict-eslint-plugin-react";
|
|
268
|
-
declare const rules$15: Record<string, RuleConfig>;
|
|
269
|
-
declare namespace disable_debug_d_exports {
|
|
270
222
|
export { name$14 as name, rules$14 as rules };
|
|
271
223
|
}
|
|
272
|
-
declare const name$14 = "@eslint-react/disable-
|
|
224
|
+
declare const name$14 = "@eslint-react/disable-conflict-eslint-plugin-react";
|
|
273
225
|
declare const rules$14: Record<string, RuleConfig>;
|
|
274
226
|
declare namespace disable_dom_d_exports {
|
|
275
227
|
export { name$13 as name, rules$13 as rules };
|
|
@@ -311,20 +263,20 @@ declare const plugins$9: {
|
|
|
311
263
|
plugins: {};
|
|
312
264
|
name?: string;
|
|
313
265
|
rules?: Record<string, RuleConfig>;
|
|
314
|
-
settings?:
|
|
266
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
315
267
|
};
|
|
316
268
|
strict: {
|
|
317
269
|
plugins: {};
|
|
318
270
|
name?: string;
|
|
319
271
|
rules?: Record<string, RuleConfig>;
|
|
320
|
-
settings?:
|
|
272
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
321
273
|
};
|
|
322
274
|
};
|
|
323
275
|
meta: {
|
|
324
276
|
name: string;
|
|
325
277
|
version: string;
|
|
326
278
|
};
|
|
327
|
-
rules: Record<string,
|
|
279
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
328
280
|
};
|
|
329
281
|
};
|
|
330
282
|
declare namespace no_deprecated_d_exports {
|
|
@@ -349,20 +301,20 @@ declare const plugins$8: {
|
|
|
349
301
|
plugins: {};
|
|
350
302
|
name?: string;
|
|
351
303
|
rules?: Record<string, RuleConfig>;
|
|
352
|
-
settings?:
|
|
304
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
353
305
|
};
|
|
354
306
|
strict: {
|
|
355
307
|
plugins: {};
|
|
356
308
|
name?: string;
|
|
357
309
|
rules?: Record<string, RuleConfig>;
|
|
358
|
-
settings?:
|
|
310
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
359
311
|
};
|
|
360
312
|
};
|
|
361
313
|
meta: {
|
|
362
314
|
name: string;
|
|
363
315
|
version: string;
|
|
364
316
|
};
|
|
365
|
-
rules: Record<string,
|
|
317
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
366
318
|
};
|
|
367
319
|
"@eslint-react": {
|
|
368
320
|
configs: {
|
|
@@ -370,44 +322,44 @@ declare const plugins$8: {
|
|
|
370
322
|
plugins: {};
|
|
371
323
|
name?: string;
|
|
372
324
|
rules?: Record<string, RuleConfig>;
|
|
373
|
-
settings?:
|
|
325
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
374
326
|
};
|
|
375
327
|
"recommended-typescript": {
|
|
376
328
|
plugins: {};
|
|
377
329
|
name?: string;
|
|
378
330
|
rules?: Record<string, RuleConfig>;
|
|
379
|
-
settings?:
|
|
331
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
380
332
|
};
|
|
381
333
|
"recommended-type-checked": {
|
|
382
334
|
plugins: {};
|
|
383
335
|
name?: string;
|
|
384
336
|
rules?: Record<string, RuleConfig>;
|
|
385
|
-
settings?:
|
|
337
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
386
338
|
};
|
|
387
339
|
strict: {
|
|
388
340
|
plugins: {};
|
|
389
341
|
name?: string;
|
|
390
342
|
rules?: Record<string, RuleConfig>;
|
|
391
|
-
settings?:
|
|
343
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
392
344
|
};
|
|
393
345
|
"strict-typescript": {
|
|
394
346
|
plugins: {};
|
|
395
347
|
name?: string;
|
|
396
348
|
rules?: Record<string, RuleConfig>;
|
|
397
|
-
settings?:
|
|
349
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
398
350
|
};
|
|
399
351
|
"strict-type-checked": {
|
|
400
352
|
plugins: {};
|
|
401
353
|
name?: string;
|
|
402
354
|
rules?: Record<string, RuleConfig>;
|
|
403
|
-
settings?:
|
|
355
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
404
356
|
};
|
|
405
357
|
};
|
|
406
358
|
meta: {
|
|
407
359
|
name: string;
|
|
408
360
|
version: string;
|
|
409
361
|
};
|
|
410
|
-
rules: Record<string,
|
|
362
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
411
363
|
};
|
|
412
364
|
};
|
|
413
365
|
declare namespace off_d_exports {
|
|
@@ -480,35 +432,20 @@ declare const rules$7: {
|
|
|
480
432
|
readonly "@eslint-react/prefer-use-state-lazy-initialization": "warn";
|
|
481
433
|
};
|
|
482
434
|
declare const plugins$7: {
|
|
483
|
-
"@eslint-react/debug": {
|
|
484
|
-
configs: {
|
|
485
|
-
all: {
|
|
486
|
-
plugins: {};
|
|
487
|
-
name?: string;
|
|
488
|
-
rules?: Record<string, RuleConfig>;
|
|
489
|
-
settings?: _eslint_react_shared7.SettingsConfig;
|
|
490
|
-
};
|
|
491
|
-
};
|
|
492
|
-
meta: {
|
|
493
|
-
name: string;
|
|
494
|
-
version: string;
|
|
495
|
-
};
|
|
496
|
-
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
497
|
-
};
|
|
498
435
|
"@eslint-react/hooks-extra": {
|
|
499
436
|
configs: {
|
|
500
437
|
recommended: {
|
|
501
438
|
plugins: {};
|
|
502
439
|
name?: string;
|
|
503
440
|
rules?: Record<string, RuleConfig>;
|
|
504
|
-
settings?:
|
|
441
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
505
442
|
};
|
|
506
443
|
};
|
|
507
444
|
meta: {
|
|
508
445
|
name: string;
|
|
509
446
|
version: string;
|
|
510
447
|
};
|
|
511
|
-
rules: Record<string,
|
|
448
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
512
449
|
};
|
|
513
450
|
"@eslint-react/naming-convention": {
|
|
514
451
|
configs: {
|
|
@@ -516,14 +453,14 @@ declare const plugins$7: {
|
|
|
516
453
|
plugins: {};
|
|
517
454
|
name?: string;
|
|
518
455
|
rules?: Record<string, RuleConfig>;
|
|
519
|
-
settings?:
|
|
456
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
520
457
|
};
|
|
521
458
|
};
|
|
522
459
|
meta: {
|
|
523
460
|
name: string;
|
|
524
461
|
version: string;
|
|
525
462
|
};
|
|
526
|
-
rules: Record<string,
|
|
463
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
527
464
|
};
|
|
528
465
|
"@eslint-react/web-api": {
|
|
529
466
|
configs: {
|
|
@@ -531,14 +468,14 @@ declare const plugins$7: {
|
|
|
531
468
|
plugins: {};
|
|
532
469
|
name?: string;
|
|
533
470
|
rules?: Record<string, RuleConfig>;
|
|
534
|
-
settings?:
|
|
471
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
535
472
|
};
|
|
536
473
|
};
|
|
537
474
|
meta: {
|
|
538
475
|
name: string;
|
|
539
476
|
version: string;
|
|
540
477
|
};
|
|
541
|
-
rules: Record<string,
|
|
478
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
542
479
|
};
|
|
543
480
|
"@eslint-react/dom": {
|
|
544
481
|
configs: {
|
|
@@ -546,20 +483,20 @@ declare const plugins$7: {
|
|
|
546
483
|
plugins: {};
|
|
547
484
|
name?: string;
|
|
548
485
|
rules?: Record<string, RuleConfig>;
|
|
549
|
-
settings?:
|
|
486
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
550
487
|
};
|
|
551
488
|
strict: {
|
|
552
489
|
plugins: {};
|
|
553
490
|
name?: string;
|
|
554
491
|
rules?: Record<string, RuleConfig>;
|
|
555
|
-
settings?:
|
|
492
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
556
493
|
};
|
|
557
494
|
};
|
|
558
495
|
meta: {
|
|
559
496
|
name: string;
|
|
560
497
|
version: string;
|
|
561
498
|
};
|
|
562
|
-
rules: Record<string,
|
|
499
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
563
500
|
};
|
|
564
501
|
"@eslint-react": {
|
|
565
502
|
configs: {
|
|
@@ -567,44 +504,44 @@ declare const plugins$7: {
|
|
|
567
504
|
plugins: {};
|
|
568
505
|
name?: string;
|
|
569
506
|
rules?: Record<string, RuleConfig>;
|
|
570
|
-
settings?:
|
|
507
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
571
508
|
};
|
|
572
509
|
"recommended-typescript": {
|
|
573
510
|
plugins: {};
|
|
574
511
|
name?: string;
|
|
575
512
|
rules?: Record<string, RuleConfig>;
|
|
576
|
-
settings?:
|
|
513
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
577
514
|
};
|
|
578
515
|
"recommended-type-checked": {
|
|
579
516
|
plugins: {};
|
|
580
517
|
name?: string;
|
|
581
518
|
rules?: Record<string, RuleConfig>;
|
|
582
|
-
settings?:
|
|
519
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
583
520
|
};
|
|
584
521
|
strict: {
|
|
585
522
|
plugins: {};
|
|
586
523
|
name?: string;
|
|
587
524
|
rules?: Record<string, RuleConfig>;
|
|
588
|
-
settings?:
|
|
525
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
589
526
|
};
|
|
590
527
|
"strict-typescript": {
|
|
591
528
|
plugins: {};
|
|
592
529
|
name?: string;
|
|
593
530
|
rules?: Record<string, RuleConfig>;
|
|
594
|
-
settings?:
|
|
531
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
595
532
|
};
|
|
596
533
|
"strict-type-checked": {
|
|
597
534
|
plugins: {};
|
|
598
535
|
name?: string;
|
|
599
536
|
rules?: Record<string, RuleConfig>;
|
|
600
|
-
settings?:
|
|
537
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
601
538
|
};
|
|
602
539
|
};
|
|
603
540
|
meta: {
|
|
604
541
|
name: string;
|
|
605
542
|
version: string;
|
|
606
543
|
};
|
|
607
|
-
rules: Record<string,
|
|
544
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
608
545
|
};
|
|
609
546
|
};
|
|
610
547
|
declare const settings$7: {
|
|
@@ -683,35 +620,20 @@ declare const rules$6: {
|
|
|
683
620
|
readonly "@eslint-react/prefer-use-state-lazy-initialization": "warn";
|
|
684
621
|
};
|
|
685
622
|
declare const plugins$6: {
|
|
686
|
-
"@eslint-react/debug": {
|
|
687
|
-
configs: {
|
|
688
|
-
all: {
|
|
689
|
-
plugins: {};
|
|
690
|
-
name?: string;
|
|
691
|
-
rules?: Record<string, RuleConfig>;
|
|
692
|
-
settings?: _eslint_react_shared7.SettingsConfig;
|
|
693
|
-
};
|
|
694
|
-
};
|
|
695
|
-
meta: {
|
|
696
|
-
name: string;
|
|
697
|
-
version: string;
|
|
698
|
-
};
|
|
699
|
-
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
700
|
-
};
|
|
701
623
|
"@eslint-react/hooks-extra": {
|
|
702
624
|
configs: {
|
|
703
625
|
recommended: {
|
|
704
626
|
plugins: {};
|
|
705
627
|
name?: string;
|
|
706
628
|
rules?: Record<string, RuleConfig>;
|
|
707
|
-
settings?:
|
|
629
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
708
630
|
};
|
|
709
631
|
};
|
|
710
632
|
meta: {
|
|
711
633
|
name: string;
|
|
712
634
|
version: string;
|
|
713
635
|
};
|
|
714
|
-
rules: Record<string,
|
|
636
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
715
637
|
};
|
|
716
638
|
"@eslint-react/naming-convention": {
|
|
717
639
|
configs: {
|
|
@@ -719,14 +641,14 @@ declare const plugins$6: {
|
|
|
719
641
|
plugins: {};
|
|
720
642
|
name?: string;
|
|
721
643
|
rules?: Record<string, RuleConfig>;
|
|
722
|
-
settings?:
|
|
644
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
723
645
|
};
|
|
724
646
|
};
|
|
725
647
|
meta: {
|
|
726
648
|
name: string;
|
|
727
649
|
version: string;
|
|
728
650
|
};
|
|
729
|
-
rules: Record<string,
|
|
651
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
730
652
|
};
|
|
731
653
|
"@eslint-react/web-api": {
|
|
732
654
|
configs: {
|
|
@@ -734,14 +656,14 @@ declare const plugins$6: {
|
|
|
734
656
|
plugins: {};
|
|
735
657
|
name?: string;
|
|
736
658
|
rules?: Record<string, RuleConfig>;
|
|
737
|
-
settings?:
|
|
659
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
738
660
|
};
|
|
739
661
|
};
|
|
740
662
|
meta: {
|
|
741
663
|
name: string;
|
|
742
664
|
version: string;
|
|
743
665
|
};
|
|
744
|
-
rules: Record<string,
|
|
666
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
745
667
|
};
|
|
746
668
|
"@eslint-react/dom": {
|
|
747
669
|
configs: {
|
|
@@ -749,20 +671,20 @@ declare const plugins$6: {
|
|
|
749
671
|
plugins: {};
|
|
750
672
|
name?: string;
|
|
751
673
|
rules?: Record<string, RuleConfig>;
|
|
752
|
-
settings?:
|
|
674
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
753
675
|
};
|
|
754
676
|
strict: {
|
|
755
677
|
plugins: {};
|
|
756
678
|
name?: string;
|
|
757
679
|
rules?: Record<string, RuleConfig>;
|
|
758
|
-
settings?:
|
|
680
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
759
681
|
};
|
|
760
682
|
};
|
|
761
683
|
meta: {
|
|
762
684
|
name: string;
|
|
763
685
|
version: string;
|
|
764
686
|
};
|
|
765
|
-
rules: Record<string,
|
|
687
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
766
688
|
};
|
|
767
689
|
"@eslint-react": {
|
|
768
690
|
configs: {
|
|
@@ -770,44 +692,44 @@ declare const plugins$6: {
|
|
|
770
692
|
plugins: {};
|
|
771
693
|
name?: string;
|
|
772
694
|
rules?: Record<string, RuleConfig>;
|
|
773
|
-
settings?:
|
|
695
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
774
696
|
};
|
|
775
697
|
"recommended-typescript": {
|
|
776
698
|
plugins: {};
|
|
777
699
|
name?: string;
|
|
778
700
|
rules?: Record<string, RuleConfig>;
|
|
779
|
-
settings?:
|
|
701
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
780
702
|
};
|
|
781
703
|
"recommended-type-checked": {
|
|
782
704
|
plugins: {};
|
|
783
705
|
name?: string;
|
|
784
706
|
rules?: Record<string, RuleConfig>;
|
|
785
|
-
settings?:
|
|
707
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
786
708
|
};
|
|
787
709
|
strict: {
|
|
788
710
|
plugins: {};
|
|
789
711
|
name?: string;
|
|
790
712
|
rules?: Record<string, RuleConfig>;
|
|
791
|
-
settings?:
|
|
713
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
792
714
|
};
|
|
793
715
|
"strict-typescript": {
|
|
794
716
|
plugins: {};
|
|
795
717
|
name?: string;
|
|
796
718
|
rules?: Record<string, RuleConfig>;
|
|
797
|
-
settings?:
|
|
719
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
798
720
|
};
|
|
799
721
|
"strict-type-checked": {
|
|
800
722
|
plugins: {};
|
|
801
723
|
name?: string;
|
|
802
724
|
rules?: Record<string, RuleConfig>;
|
|
803
|
-
settings?:
|
|
725
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
804
726
|
};
|
|
805
727
|
};
|
|
806
728
|
meta: {
|
|
807
729
|
name: string;
|
|
808
730
|
version: string;
|
|
809
731
|
};
|
|
810
|
-
rules: Record<string,
|
|
732
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
811
733
|
};
|
|
812
734
|
};
|
|
813
735
|
declare const settings$6: {
|
|
@@ -885,35 +807,20 @@ declare const rules$5: {
|
|
|
885
807
|
readonly "@eslint-react/prefer-use-state-lazy-initialization": "warn";
|
|
886
808
|
};
|
|
887
809
|
declare const plugins$5: {
|
|
888
|
-
"@eslint-react/debug": {
|
|
889
|
-
configs: {
|
|
890
|
-
all: {
|
|
891
|
-
plugins: {};
|
|
892
|
-
name?: string;
|
|
893
|
-
rules?: Record<string, RuleConfig>;
|
|
894
|
-
settings?: _eslint_react_shared7.SettingsConfig;
|
|
895
|
-
};
|
|
896
|
-
};
|
|
897
|
-
meta: {
|
|
898
|
-
name: string;
|
|
899
|
-
version: string;
|
|
900
|
-
};
|
|
901
|
-
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
902
|
-
};
|
|
903
810
|
"@eslint-react/hooks-extra": {
|
|
904
811
|
configs: {
|
|
905
812
|
recommended: {
|
|
906
813
|
plugins: {};
|
|
907
814
|
name?: string;
|
|
908
815
|
rules?: Record<string, RuleConfig>;
|
|
909
|
-
settings?:
|
|
816
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
910
817
|
};
|
|
911
818
|
};
|
|
912
819
|
meta: {
|
|
913
820
|
name: string;
|
|
914
821
|
version: string;
|
|
915
822
|
};
|
|
916
|
-
rules: Record<string,
|
|
823
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
917
824
|
};
|
|
918
825
|
"@eslint-react/naming-convention": {
|
|
919
826
|
configs: {
|
|
@@ -921,14 +828,14 @@ declare const plugins$5: {
|
|
|
921
828
|
plugins: {};
|
|
922
829
|
name?: string;
|
|
923
830
|
rules?: Record<string, RuleConfig>;
|
|
924
|
-
settings?:
|
|
831
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
925
832
|
};
|
|
926
833
|
};
|
|
927
834
|
meta: {
|
|
928
835
|
name: string;
|
|
929
836
|
version: string;
|
|
930
837
|
};
|
|
931
|
-
rules: Record<string,
|
|
838
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
932
839
|
};
|
|
933
840
|
"@eslint-react/web-api": {
|
|
934
841
|
configs: {
|
|
@@ -936,14 +843,14 @@ declare const plugins$5: {
|
|
|
936
843
|
plugins: {};
|
|
937
844
|
name?: string;
|
|
938
845
|
rules?: Record<string, RuleConfig>;
|
|
939
|
-
settings?:
|
|
846
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
940
847
|
};
|
|
941
848
|
};
|
|
942
849
|
meta: {
|
|
943
850
|
name: string;
|
|
944
851
|
version: string;
|
|
945
852
|
};
|
|
946
|
-
rules: Record<string,
|
|
853
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
947
854
|
};
|
|
948
855
|
"@eslint-react/dom": {
|
|
949
856
|
configs: {
|
|
@@ -951,20 +858,20 @@ declare const plugins$5: {
|
|
|
951
858
|
plugins: {};
|
|
952
859
|
name?: string;
|
|
953
860
|
rules?: Record<string, RuleConfig>;
|
|
954
|
-
settings?:
|
|
861
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
955
862
|
};
|
|
956
863
|
strict: {
|
|
957
864
|
plugins: {};
|
|
958
865
|
name?: string;
|
|
959
866
|
rules?: Record<string, RuleConfig>;
|
|
960
|
-
settings?:
|
|
867
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
961
868
|
};
|
|
962
869
|
};
|
|
963
870
|
meta: {
|
|
964
871
|
name: string;
|
|
965
872
|
version: string;
|
|
966
873
|
};
|
|
967
|
-
rules: Record<string,
|
|
874
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
968
875
|
};
|
|
969
876
|
"@eslint-react": {
|
|
970
877
|
configs: {
|
|
@@ -972,44 +879,44 @@ declare const plugins$5: {
|
|
|
972
879
|
plugins: {};
|
|
973
880
|
name?: string;
|
|
974
881
|
rules?: Record<string, RuleConfig>;
|
|
975
|
-
settings?:
|
|
882
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
976
883
|
};
|
|
977
884
|
"recommended-typescript": {
|
|
978
885
|
plugins: {};
|
|
979
886
|
name?: string;
|
|
980
887
|
rules?: Record<string, RuleConfig>;
|
|
981
|
-
settings?:
|
|
888
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
982
889
|
};
|
|
983
890
|
"recommended-type-checked": {
|
|
984
891
|
plugins: {};
|
|
985
892
|
name?: string;
|
|
986
893
|
rules?: Record<string, RuleConfig>;
|
|
987
|
-
settings?:
|
|
894
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
988
895
|
};
|
|
989
896
|
strict: {
|
|
990
897
|
plugins: {};
|
|
991
898
|
name?: string;
|
|
992
899
|
rules?: Record<string, RuleConfig>;
|
|
993
|
-
settings?:
|
|
900
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
994
901
|
};
|
|
995
902
|
"strict-typescript": {
|
|
996
903
|
plugins: {};
|
|
997
904
|
name?: string;
|
|
998
905
|
rules?: Record<string, RuleConfig>;
|
|
999
|
-
settings?:
|
|
906
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1000
907
|
};
|
|
1001
908
|
"strict-type-checked": {
|
|
1002
909
|
plugins: {};
|
|
1003
910
|
name?: string;
|
|
1004
911
|
rules?: Record<string, RuleConfig>;
|
|
1005
|
-
settings?:
|
|
912
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1006
913
|
};
|
|
1007
914
|
};
|
|
1008
915
|
meta: {
|
|
1009
916
|
name: string;
|
|
1010
917
|
version: string;
|
|
1011
918
|
};
|
|
1012
|
-
rules: Record<string,
|
|
919
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1013
920
|
};
|
|
1014
921
|
};
|
|
1015
922
|
declare const settings$5: {
|
|
@@ -1099,35 +1006,20 @@ declare const rules$4: {
|
|
|
1099
1006
|
readonly "@eslint-react/prefer-use-state-lazy-initialization": "warn";
|
|
1100
1007
|
};
|
|
1101
1008
|
declare const plugins$4: {
|
|
1102
|
-
"@eslint-react/debug": {
|
|
1103
|
-
configs: {
|
|
1104
|
-
all: {
|
|
1105
|
-
plugins: {};
|
|
1106
|
-
name?: string;
|
|
1107
|
-
rules?: Record<string, RuleConfig>;
|
|
1108
|
-
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1109
|
-
};
|
|
1110
|
-
};
|
|
1111
|
-
meta: {
|
|
1112
|
-
name: string;
|
|
1113
|
-
version: string;
|
|
1114
|
-
};
|
|
1115
|
-
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1116
|
-
};
|
|
1117
1009
|
"@eslint-react/hooks-extra": {
|
|
1118
1010
|
configs: {
|
|
1119
1011
|
recommended: {
|
|
1120
1012
|
plugins: {};
|
|
1121
1013
|
name?: string;
|
|
1122
1014
|
rules?: Record<string, RuleConfig>;
|
|
1123
|
-
settings?:
|
|
1015
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1124
1016
|
};
|
|
1125
1017
|
};
|
|
1126
1018
|
meta: {
|
|
1127
1019
|
name: string;
|
|
1128
1020
|
version: string;
|
|
1129
1021
|
};
|
|
1130
|
-
rules: Record<string,
|
|
1022
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1131
1023
|
};
|
|
1132
1024
|
"@eslint-react/naming-convention": {
|
|
1133
1025
|
configs: {
|
|
@@ -1135,14 +1027,14 @@ declare const plugins$4: {
|
|
|
1135
1027
|
plugins: {};
|
|
1136
1028
|
name?: string;
|
|
1137
1029
|
rules?: Record<string, RuleConfig>;
|
|
1138
|
-
settings?:
|
|
1030
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1139
1031
|
};
|
|
1140
1032
|
};
|
|
1141
1033
|
meta: {
|
|
1142
1034
|
name: string;
|
|
1143
1035
|
version: string;
|
|
1144
1036
|
};
|
|
1145
|
-
rules: Record<string,
|
|
1037
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1146
1038
|
};
|
|
1147
1039
|
"@eslint-react/web-api": {
|
|
1148
1040
|
configs: {
|
|
@@ -1150,14 +1042,14 @@ declare const plugins$4: {
|
|
|
1150
1042
|
plugins: {};
|
|
1151
1043
|
name?: string;
|
|
1152
1044
|
rules?: Record<string, RuleConfig>;
|
|
1153
|
-
settings?:
|
|
1045
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1154
1046
|
};
|
|
1155
1047
|
};
|
|
1156
1048
|
meta: {
|
|
1157
1049
|
name: string;
|
|
1158
1050
|
version: string;
|
|
1159
1051
|
};
|
|
1160
|
-
rules: Record<string,
|
|
1052
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1161
1053
|
};
|
|
1162
1054
|
"@eslint-react/dom": {
|
|
1163
1055
|
configs: {
|
|
@@ -1165,20 +1057,20 @@ declare const plugins$4: {
|
|
|
1165
1057
|
plugins: {};
|
|
1166
1058
|
name?: string;
|
|
1167
1059
|
rules?: Record<string, RuleConfig>;
|
|
1168
|
-
settings?:
|
|
1060
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1169
1061
|
};
|
|
1170
1062
|
strict: {
|
|
1171
1063
|
plugins: {};
|
|
1172
1064
|
name?: string;
|
|
1173
1065
|
rules?: Record<string, RuleConfig>;
|
|
1174
|
-
settings?:
|
|
1066
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1175
1067
|
};
|
|
1176
1068
|
};
|
|
1177
1069
|
meta: {
|
|
1178
1070
|
name: string;
|
|
1179
1071
|
version: string;
|
|
1180
1072
|
};
|
|
1181
|
-
rules: Record<string,
|
|
1073
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1182
1074
|
};
|
|
1183
1075
|
"@eslint-react": {
|
|
1184
1076
|
configs: {
|
|
@@ -1186,44 +1078,44 @@ declare const plugins$4: {
|
|
|
1186
1078
|
plugins: {};
|
|
1187
1079
|
name?: string;
|
|
1188
1080
|
rules?: Record<string, RuleConfig>;
|
|
1189
|
-
settings?:
|
|
1081
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1190
1082
|
};
|
|
1191
1083
|
"recommended-typescript": {
|
|
1192
1084
|
plugins: {};
|
|
1193
1085
|
name?: string;
|
|
1194
1086
|
rules?: Record<string, RuleConfig>;
|
|
1195
|
-
settings?:
|
|
1087
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1196
1088
|
};
|
|
1197
1089
|
"recommended-type-checked": {
|
|
1198
1090
|
plugins: {};
|
|
1199
1091
|
name?: string;
|
|
1200
1092
|
rules?: Record<string, RuleConfig>;
|
|
1201
|
-
settings?:
|
|
1093
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1202
1094
|
};
|
|
1203
1095
|
strict: {
|
|
1204
1096
|
plugins: {};
|
|
1205
1097
|
name?: string;
|
|
1206
1098
|
rules?: Record<string, RuleConfig>;
|
|
1207
|
-
settings?:
|
|
1099
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1208
1100
|
};
|
|
1209
1101
|
"strict-typescript": {
|
|
1210
1102
|
plugins: {};
|
|
1211
1103
|
name?: string;
|
|
1212
1104
|
rules?: Record<string, RuleConfig>;
|
|
1213
|
-
settings?:
|
|
1105
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1214
1106
|
};
|
|
1215
1107
|
"strict-type-checked": {
|
|
1216
1108
|
plugins: {};
|
|
1217
1109
|
name?: string;
|
|
1218
1110
|
rules?: Record<string, RuleConfig>;
|
|
1219
|
-
settings?:
|
|
1111
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1220
1112
|
};
|
|
1221
1113
|
};
|
|
1222
1114
|
meta: {
|
|
1223
1115
|
name: string;
|
|
1224
1116
|
version: string;
|
|
1225
1117
|
};
|
|
1226
|
-
rules: Record<string,
|
|
1118
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1227
1119
|
};
|
|
1228
1120
|
};
|
|
1229
1121
|
declare const settings$4: {
|
|
@@ -1318,35 +1210,20 @@ declare const rules$3: {
|
|
|
1318
1210
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
1319
1211
|
};
|
|
1320
1212
|
declare const plugins$3: {
|
|
1321
|
-
"@eslint-react/debug": {
|
|
1322
|
-
configs: {
|
|
1323
|
-
all: {
|
|
1324
|
-
plugins: {};
|
|
1325
|
-
name?: string;
|
|
1326
|
-
rules?: Record<string, RuleConfig>;
|
|
1327
|
-
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1328
|
-
};
|
|
1329
|
-
};
|
|
1330
|
-
meta: {
|
|
1331
|
-
name: string;
|
|
1332
|
-
version: string;
|
|
1333
|
-
};
|
|
1334
|
-
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1335
|
-
};
|
|
1336
1213
|
"@eslint-react/hooks-extra": {
|
|
1337
1214
|
configs: {
|
|
1338
1215
|
recommended: {
|
|
1339
1216
|
plugins: {};
|
|
1340
1217
|
name?: string;
|
|
1341
1218
|
rules?: Record<string, RuleConfig>;
|
|
1342
|
-
settings?:
|
|
1219
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1343
1220
|
};
|
|
1344
1221
|
};
|
|
1345
1222
|
meta: {
|
|
1346
1223
|
name: string;
|
|
1347
1224
|
version: string;
|
|
1348
1225
|
};
|
|
1349
|
-
rules: Record<string,
|
|
1226
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1350
1227
|
};
|
|
1351
1228
|
"@eslint-react/naming-convention": {
|
|
1352
1229
|
configs: {
|
|
@@ -1354,14 +1231,14 @@ declare const plugins$3: {
|
|
|
1354
1231
|
plugins: {};
|
|
1355
1232
|
name?: string;
|
|
1356
1233
|
rules?: Record<string, RuleConfig>;
|
|
1357
|
-
settings?:
|
|
1234
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1358
1235
|
};
|
|
1359
1236
|
};
|
|
1360
1237
|
meta: {
|
|
1361
1238
|
name: string;
|
|
1362
1239
|
version: string;
|
|
1363
1240
|
};
|
|
1364
|
-
rules: Record<string,
|
|
1241
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1365
1242
|
};
|
|
1366
1243
|
"@eslint-react/web-api": {
|
|
1367
1244
|
configs: {
|
|
@@ -1369,14 +1246,14 @@ declare const plugins$3: {
|
|
|
1369
1246
|
plugins: {};
|
|
1370
1247
|
name?: string;
|
|
1371
1248
|
rules?: Record<string, RuleConfig>;
|
|
1372
|
-
settings?:
|
|
1249
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1373
1250
|
};
|
|
1374
1251
|
};
|
|
1375
1252
|
meta: {
|
|
1376
1253
|
name: string;
|
|
1377
1254
|
version: string;
|
|
1378
1255
|
};
|
|
1379
|
-
rules: Record<string,
|
|
1256
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1380
1257
|
};
|
|
1381
1258
|
"@eslint-react/dom": {
|
|
1382
1259
|
configs: {
|
|
@@ -1384,20 +1261,20 @@ declare const plugins$3: {
|
|
|
1384
1261
|
plugins: {};
|
|
1385
1262
|
name?: string;
|
|
1386
1263
|
rules?: Record<string, RuleConfig>;
|
|
1387
|
-
settings?:
|
|
1264
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1388
1265
|
};
|
|
1389
1266
|
strict: {
|
|
1390
1267
|
plugins: {};
|
|
1391
1268
|
name?: string;
|
|
1392
1269
|
rules?: Record<string, RuleConfig>;
|
|
1393
|
-
settings?:
|
|
1270
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1394
1271
|
};
|
|
1395
1272
|
};
|
|
1396
1273
|
meta: {
|
|
1397
1274
|
name: string;
|
|
1398
1275
|
version: string;
|
|
1399
1276
|
};
|
|
1400
|
-
rules: Record<string,
|
|
1277
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1401
1278
|
};
|
|
1402
1279
|
"@eslint-react": {
|
|
1403
1280
|
configs: {
|
|
@@ -1405,44 +1282,44 @@ declare const plugins$3: {
|
|
|
1405
1282
|
plugins: {};
|
|
1406
1283
|
name?: string;
|
|
1407
1284
|
rules?: Record<string, RuleConfig>;
|
|
1408
|
-
settings?:
|
|
1285
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1409
1286
|
};
|
|
1410
1287
|
"recommended-typescript": {
|
|
1411
1288
|
plugins: {};
|
|
1412
1289
|
name?: string;
|
|
1413
1290
|
rules?: Record<string, RuleConfig>;
|
|
1414
|
-
settings?:
|
|
1291
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1415
1292
|
};
|
|
1416
1293
|
"recommended-type-checked": {
|
|
1417
1294
|
plugins: {};
|
|
1418
1295
|
name?: string;
|
|
1419
1296
|
rules?: Record<string, RuleConfig>;
|
|
1420
|
-
settings?:
|
|
1297
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1421
1298
|
};
|
|
1422
1299
|
strict: {
|
|
1423
1300
|
plugins: {};
|
|
1424
1301
|
name?: string;
|
|
1425
1302
|
rules?: Record<string, RuleConfig>;
|
|
1426
|
-
settings?:
|
|
1303
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1427
1304
|
};
|
|
1428
1305
|
"strict-typescript": {
|
|
1429
1306
|
plugins: {};
|
|
1430
1307
|
name?: string;
|
|
1431
1308
|
rules?: Record<string, RuleConfig>;
|
|
1432
|
-
settings?:
|
|
1309
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1433
1310
|
};
|
|
1434
1311
|
"strict-type-checked": {
|
|
1435
1312
|
plugins: {};
|
|
1436
1313
|
name?: string;
|
|
1437
1314
|
rules?: Record<string, RuleConfig>;
|
|
1438
|
-
settings?:
|
|
1315
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1439
1316
|
};
|
|
1440
1317
|
};
|
|
1441
1318
|
meta: {
|
|
1442
1319
|
name: string;
|
|
1443
1320
|
version: string;
|
|
1444
1321
|
};
|
|
1445
|
-
rules: Record<string,
|
|
1322
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1446
1323
|
};
|
|
1447
1324
|
};
|
|
1448
1325
|
declare const settings$3: {
|
|
@@ -1535,35 +1412,20 @@ declare const rules$2: {
|
|
|
1535
1412
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
1536
1413
|
};
|
|
1537
1414
|
declare const plugins$2: {
|
|
1538
|
-
"@eslint-react/debug": {
|
|
1539
|
-
configs: {
|
|
1540
|
-
all: {
|
|
1541
|
-
plugins: {};
|
|
1542
|
-
name?: string;
|
|
1543
|
-
rules?: Record<string, RuleConfig>;
|
|
1544
|
-
settings?: _eslint_react_shared7.SettingsConfig;
|
|
1545
|
-
};
|
|
1546
|
-
};
|
|
1547
|
-
meta: {
|
|
1548
|
-
name: string;
|
|
1549
|
-
version: string;
|
|
1550
|
-
};
|
|
1551
|
-
rules: Record<string, _eslint_react_shared7.CompatibleRule>;
|
|
1552
|
-
};
|
|
1553
1415
|
"@eslint-react/hooks-extra": {
|
|
1554
1416
|
configs: {
|
|
1555
1417
|
recommended: {
|
|
1556
1418
|
plugins: {};
|
|
1557
1419
|
name?: string;
|
|
1558
1420
|
rules?: Record<string, RuleConfig>;
|
|
1559
|
-
settings?:
|
|
1421
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1560
1422
|
};
|
|
1561
1423
|
};
|
|
1562
1424
|
meta: {
|
|
1563
1425
|
name: string;
|
|
1564
1426
|
version: string;
|
|
1565
1427
|
};
|
|
1566
|
-
rules: Record<string,
|
|
1428
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1567
1429
|
};
|
|
1568
1430
|
"@eslint-react/naming-convention": {
|
|
1569
1431
|
configs: {
|
|
@@ -1571,14 +1433,14 @@ declare const plugins$2: {
|
|
|
1571
1433
|
plugins: {};
|
|
1572
1434
|
name?: string;
|
|
1573
1435
|
rules?: Record<string, RuleConfig>;
|
|
1574
|
-
settings?:
|
|
1436
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1575
1437
|
};
|
|
1576
1438
|
};
|
|
1577
1439
|
meta: {
|
|
1578
1440
|
name: string;
|
|
1579
1441
|
version: string;
|
|
1580
1442
|
};
|
|
1581
|
-
rules: Record<string,
|
|
1443
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1582
1444
|
};
|
|
1583
1445
|
"@eslint-react/web-api": {
|
|
1584
1446
|
configs: {
|
|
@@ -1586,14 +1448,14 @@ declare const plugins$2: {
|
|
|
1586
1448
|
plugins: {};
|
|
1587
1449
|
name?: string;
|
|
1588
1450
|
rules?: Record<string, RuleConfig>;
|
|
1589
|
-
settings?:
|
|
1451
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1590
1452
|
};
|
|
1591
1453
|
};
|
|
1592
1454
|
meta: {
|
|
1593
1455
|
name: string;
|
|
1594
1456
|
version: string;
|
|
1595
1457
|
};
|
|
1596
|
-
rules: Record<string,
|
|
1458
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1597
1459
|
};
|
|
1598
1460
|
"@eslint-react/dom": {
|
|
1599
1461
|
configs: {
|
|
@@ -1601,20 +1463,20 @@ declare const plugins$2: {
|
|
|
1601
1463
|
plugins: {};
|
|
1602
1464
|
name?: string;
|
|
1603
1465
|
rules?: Record<string, RuleConfig>;
|
|
1604
|
-
settings?:
|
|
1466
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1605
1467
|
};
|
|
1606
1468
|
strict: {
|
|
1607
1469
|
plugins: {};
|
|
1608
1470
|
name?: string;
|
|
1609
1471
|
rules?: Record<string, RuleConfig>;
|
|
1610
|
-
settings?:
|
|
1472
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1611
1473
|
};
|
|
1612
1474
|
};
|
|
1613
1475
|
meta: {
|
|
1614
1476
|
name: string;
|
|
1615
1477
|
version: string;
|
|
1616
1478
|
};
|
|
1617
|
-
rules: Record<string,
|
|
1479
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1618
1480
|
};
|
|
1619
1481
|
"@eslint-react": {
|
|
1620
1482
|
configs: {
|
|
@@ -1622,44 +1484,44 @@ declare const plugins$2: {
|
|
|
1622
1484
|
plugins: {};
|
|
1623
1485
|
name?: string;
|
|
1624
1486
|
rules?: Record<string, RuleConfig>;
|
|
1625
|
-
settings?:
|
|
1487
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1626
1488
|
};
|
|
1627
1489
|
"recommended-typescript": {
|
|
1628
1490
|
plugins: {};
|
|
1629
1491
|
name?: string;
|
|
1630
1492
|
rules?: Record<string, RuleConfig>;
|
|
1631
|
-
settings?:
|
|
1493
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1632
1494
|
};
|
|
1633
1495
|
"recommended-type-checked": {
|
|
1634
1496
|
plugins: {};
|
|
1635
1497
|
name?: string;
|
|
1636
1498
|
rules?: Record<string, RuleConfig>;
|
|
1637
|
-
settings?:
|
|
1499
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1638
1500
|
};
|
|
1639
1501
|
strict: {
|
|
1640
1502
|
plugins: {};
|
|
1641
1503
|
name?: string;
|
|
1642
1504
|
rules?: Record<string, RuleConfig>;
|
|
1643
|
-
settings?:
|
|
1505
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1644
1506
|
};
|
|
1645
1507
|
"strict-typescript": {
|
|
1646
1508
|
plugins: {};
|
|
1647
1509
|
name?: string;
|
|
1648
1510
|
rules?: Record<string, RuleConfig>;
|
|
1649
|
-
settings?:
|
|
1511
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1650
1512
|
};
|
|
1651
1513
|
"strict-type-checked": {
|
|
1652
1514
|
plugins: {};
|
|
1653
1515
|
name?: string;
|
|
1654
1516
|
rules?: Record<string, RuleConfig>;
|
|
1655
|
-
settings?:
|
|
1517
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1656
1518
|
};
|
|
1657
1519
|
};
|
|
1658
1520
|
meta: {
|
|
1659
1521
|
name: string;
|
|
1660
1522
|
version: string;
|
|
1661
1523
|
};
|
|
1662
|
-
rules: Record<string,
|
|
1524
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1663
1525
|
};
|
|
1664
1526
|
};
|
|
1665
1527
|
declare const settings$2: {
|
|
@@ -1686,14 +1548,14 @@ declare const plugins$1: {
|
|
|
1686
1548
|
plugins: {};
|
|
1687
1549
|
name?: string;
|
|
1688
1550
|
rules?: Record<string, RuleConfig>;
|
|
1689
|
-
settings?:
|
|
1551
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1690
1552
|
};
|
|
1691
1553
|
};
|
|
1692
1554
|
meta: {
|
|
1693
1555
|
name: string;
|
|
1694
1556
|
version: string;
|
|
1695
1557
|
};
|
|
1696
|
-
rules: Record<string,
|
|
1558
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1697
1559
|
};
|
|
1698
1560
|
};
|
|
1699
1561
|
declare const settings$1: {
|
|
@@ -1755,44 +1617,44 @@ declare const plugins: {
|
|
|
1755
1617
|
plugins: {};
|
|
1756
1618
|
name?: string;
|
|
1757
1619
|
rules?: Record<string, RuleConfig>;
|
|
1758
|
-
settings?:
|
|
1620
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1759
1621
|
};
|
|
1760
1622
|
"recommended-typescript": {
|
|
1761
1623
|
plugins: {};
|
|
1762
1624
|
name?: string;
|
|
1763
1625
|
rules?: Record<string, RuleConfig>;
|
|
1764
|
-
settings?:
|
|
1626
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1765
1627
|
};
|
|
1766
1628
|
"recommended-type-checked": {
|
|
1767
1629
|
plugins: {};
|
|
1768
1630
|
name?: string;
|
|
1769
1631
|
rules?: Record<string, RuleConfig>;
|
|
1770
|
-
settings?:
|
|
1632
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1771
1633
|
};
|
|
1772
1634
|
strict: {
|
|
1773
1635
|
plugins: {};
|
|
1774
1636
|
name?: string;
|
|
1775
1637
|
rules?: Record<string, RuleConfig>;
|
|
1776
|
-
settings?:
|
|
1638
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1777
1639
|
};
|
|
1778
1640
|
"strict-typescript": {
|
|
1779
1641
|
plugins: {};
|
|
1780
1642
|
name?: string;
|
|
1781
1643
|
rules?: Record<string, RuleConfig>;
|
|
1782
|
-
settings?:
|
|
1644
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1783
1645
|
};
|
|
1784
1646
|
"strict-type-checked": {
|
|
1785
1647
|
plugins: {};
|
|
1786
1648
|
name?: string;
|
|
1787
1649
|
rules?: Record<string, RuleConfig>;
|
|
1788
|
-
settings?:
|
|
1650
|
+
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1789
1651
|
};
|
|
1790
1652
|
};
|
|
1791
1653
|
meta: {
|
|
1792
1654
|
name: string;
|
|
1793
1655
|
version: string;
|
|
1794
1656
|
};
|
|
1795
|
-
rules: Record<string,
|
|
1657
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1796
1658
|
};
|
|
1797
1659
|
};
|
|
1798
1660
|
declare const settings: {
|
|
@@ -1810,18 +1672,10 @@ declare const _default: {
|
|
|
1810
1672
|
* Enable all applicable rules from this plugin
|
|
1811
1673
|
*/
|
|
1812
1674
|
all: typeof all_d_exports;
|
|
1813
|
-
/**
|
|
1814
|
-
* Enable debug rules
|
|
1815
|
-
*/
|
|
1816
|
-
debug: typeof debug_d_exports;
|
|
1817
1675
|
/**
|
|
1818
1676
|
* Disable rules in `eslint-plugin-react` that conflict with rules in our plugins
|
|
1819
1677
|
*/
|
|
1820
1678
|
"disable-conflict-eslint-plugin-react": typeof disable_conflict_eslint_plugin_react_d_exports;
|
|
1821
|
-
/**
|
|
1822
|
-
* Disable debug rules
|
|
1823
|
-
*/
|
|
1824
|
-
"disable-debug": typeof disable_debug_d_exports;
|
|
1825
1679
|
/**
|
|
1826
1680
|
* Disable rules in the `dom` preset
|
|
1827
1681
|
*/
|
|
@@ -1885,7 +1739,7 @@ declare const _default: {
|
|
|
1885
1739
|
name: string;
|
|
1886
1740
|
version: string;
|
|
1887
1741
|
};
|
|
1888
|
-
rules: Record<string,
|
|
1742
|
+
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1889
1743
|
};
|
|
1890
1744
|
//#endregion
|
|
1891
1745
|
export { _default as default };
|