@remotion/eslint-config 3.0.0-lambda.461 → 3.0.0-lambda.467

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 CHANGED
@@ -4,11 +4,7 @@ declare const _default: {
4
4
  es6: boolean;
5
5
  jest: boolean;
6
6
  };
7
- globals: {
8
- Text: string;
9
- StyleSheet: string;
10
- };
11
- plugins: any[];
7
+ plugins: string[];
12
8
  extends: string[];
13
9
  parser: string;
14
10
  parserOptions: {
@@ -22,9 +18,933 @@ declare const _default: {
22
18
  files: string[];
23
19
  extends: string[];
24
20
  parser: string;
25
- rules: any;
21
+ rules: {
22
+ "react/jsx-no-useless-fragment": string;
23
+ "react/no-array-index-key": string;
24
+ "10x/auto-import": (string | {
25
+ imports: {
26
+ useRef: string;
27
+ useEffect: string;
28
+ useState: string;
29
+ useCallback: string;
30
+ useMemo: string;
31
+ useReducer: string;
32
+ useCurrentFrame: string;
33
+ useVideoConfig: string;
34
+ spring: string;
35
+ measureSpring: string;
36
+ random: string;
37
+ interpolate: string;
38
+ interpolateColors: string;
39
+ Easing: string;
40
+ getInputProps: string;
41
+ continueRender: string;
42
+ delayRender: string;
43
+ AbsoluteFill: string;
44
+ Sequence: string;
45
+ Composition: string;
46
+ Audio: string;
47
+ Video: string;
48
+ Series: string;
49
+ Still: string;
50
+ Freeze: string;
51
+ Loop: string;
52
+ staticFile: string;
53
+ Config: string;
54
+ Img: string;
55
+ IFrame: string;
56
+ styled: string;
57
+ };
58
+ })[];
59
+ "@remotion/no-mp4-import": string;
60
+ "@remotion/warn-native-media-tag": string;
61
+ "@remotion/deterministic-randomness": string;
62
+ "@remotion/no-string-assets": string;
63
+ "@remotion/even-dimensions": string;
64
+ "@remotion/duration-in-frames": string;
65
+ "@remotion/volume-callback": string;
66
+ "@typescript-eslint/explicit-module-boundary-types": string;
67
+ "no-unused-vars": string | (string | {
68
+ vars: string;
69
+ args: string;
70
+ ignoreRestSiblings: boolean;
71
+ argsIgnorePattern: string;
72
+ caughtErrors: string;
73
+ caughtErrorsIgnorePattern: string;
74
+ })[];
75
+ "no-undef": string | (string | {
76
+ typeof: boolean;
77
+ })[];
78
+ "no-shadow"?: string | undefined;
79
+ "@typescript-eslint/no-var-requires"?: string | undefined;
80
+ curly: number;
81
+ "lines-around-comment": number;
82
+ "max-len": number;
83
+ "no-confusing-arrow": number;
84
+ "no-mixed-operators": number;
85
+ "no-tabs": number;
86
+ "no-unexpected-multiline": number;
87
+ quotes: number;
88
+ "@typescript-eslint/quotes": number;
89
+ "babel/quotes": number;
90
+ "array-bracket-newline": string;
91
+ "array-bracket-spacing": string;
92
+ "array-element-newline": string;
93
+ "arrow-parens": string;
94
+ "arrow-spacing": string;
95
+ "block-spacing": string;
96
+ "brace-style": string;
97
+ "comma-dangle": string;
98
+ "comma-spacing": string;
99
+ "comma-style": string;
100
+ "computed-property-spacing": string;
101
+ "dot-location": string;
102
+ "eol-last": string;
103
+ "func-call-spacing": string;
104
+ "function-call-argument-newline": string;
105
+ "function-paren-newline": string;
106
+ "generator-star": string;
107
+ "generator-star-spacing": string;
108
+ "implicit-arrow-linebreak": string;
109
+ indent: string;
110
+ "jsx-quotes": string;
111
+ "key-spacing": string;
112
+ "keyword-spacing": string;
113
+ "linebreak-style": string;
114
+ "multiline-ternary": string;
115
+ "newline-per-chained-call": string;
116
+ "new-parens": string;
117
+ "no-arrow-condition": string;
118
+ "no-comma-dangle": string;
119
+ "no-extra-parens": string;
120
+ "no-extra-semi": string;
121
+ "no-floating-decimal": string;
122
+ "no-mixed-spaces-and-tabs": string;
123
+ "no-multi-spaces": string;
124
+ "no-multiple-empty-lines": string;
125
+ "no-reserved-keys": string;
126
+ "no-space-before-semi": string;
127
+ "no-trailing-spaces": string;
128
+ "no-whitespace-before-property": string;
129
+ "no-wrap-func": string;
130
+ "nonblock-statement-body-position": string;
131
+ "object-curly-newline": string;
132
+ "object-curly-spacing": string;
133
+ "object-property-newline": string;
134
+ "one-var-declaration-per-line": string;
135
+ "operator-linebreak": string;
136
+ "padded-blocks": string;
137
+ "quote-props": string;
138
+ "rest-spread-spacing": string;
139
+ semi: string;
140
+ "semi-spacing": string;
141
+ "semi-style": string;
142
+ "space-after-function-name": string;
143
+ "space-after-keywords": string;
144
+ "space-before-blocks": string;
145
+ "space-before-function-paren": string;
146
+ "space-before-function-parentheses": string;
147
+ "space-before-keywords": string;
148
+ "space-in-brackets": string;
149
+ "space-in-parens": string;
150
+ "space-infix-ops": string;
151
+ "space-return-throw-case": string;
152
+ "space-unary-ops": string;
153
+ "space-unary-word-ops": string;
154
+ "switch-colon-spacing": string;
155
+ "template-curly-spacing": string;
156
+ "template-tag-spacing": string;
157
+ "unicode-bom": string;
158
+ "wrap-iife": string;
159
+ "wrap-regex": string;
160
+ "yield-star-spacing": string;
161
+ "@babel/object-curly-spacing": string;
162
+ "@babel/semi": string;
163
+ "@typescript-eslint/brace-style": string;
164
+ "@typescript-eslint/comma-dangle": string;
165
+ "@typescript-eslint/comma-spacing": string;
166
+ "@typescript-eslint/func-call-spacing": string;
167
+ "@typescript-eslint/indent": string;
168
+ "@typescript-eslint/keyword-spacing": string;
169
+ "@typescript-eslint/member-delimiter-style": string;
170
+ "@typescript-eslint/no-extra-parens": string;
171
+ "@typescript-eslint/no-extra-semi": string;
172
+ "@typescript-eslint/object-curly-spacing": string;
173
+ "@typescript-eslint/semi": string;
174
+ "@typescript-eslint/space-before-function-paren": string;
175
+ "@typescript-eslint/space-infix-ops": string;
176
+ "@typescript-eslint/type-annotation-spacing": string;
177
+ "babel/object-curly-spacing": string;
178
+ "babel/semi": string;
179
+ "flowtype/boolean-style": string;
180
+ "flowtype/delimiter-dangle": string;
181
+ "flowtype/generic-spacing": string;
182
+ "flowtype/object-type-curly-spacing": string;
183
+ "flowtype/object-type-delimiter": string;
184
+ "flowtype/quotes": string;
185
+ "flowtype/semi": string;
186
+ "flowtype/space-after-type-colon": string;
187
+ "flowtype/space-before-generic-bracket": string;
188
+ "flowtype/space-before-type-colon": string;
189
+ "flowtype/union-intersection-spacing": string;
190
+ "react/jsx-child-element-spacing": string;
191
+ "react/jsx-closing-bracket-location": string;
192
+ "react/jsx-closing-tag-location": string;
193
+ "react/jsx-curly-newline": string;
194
+ "react/jsx-curly-spacing": string;
195
+ "react/jsx-equals-spacing": string;
196
+ "react/jsx-first-prop-new-line": string;
197
+ "react/jsx-indent": string;
198
+ "react/jsx-indent-props": string;
199
+ "react/jsx-max-props-per-line": string;
200
+ "react/jsx-newline": string;
201
+ "react/jsx-one-expression-per-line": string;
202
+ "react/jsx-props-no-multi-spaces": string;
203
+ "react/jsx-tag-spacing": string;
204
+ "react/jsx-wrap-multilines": string;
205
+ "for-direction": string;
206
+ "getter-return": string;
207
+ "no-async-promise-executor": string;
208
+ "no-await-in-loop": string;
209
+ "no-compare-neg-zero": string;
210
+ "no-cond-assign": string;
211
+ "no-constant-condition": string;
212
+ "no-control-regex": string;
213
+ "no-debugger": string;
214
+ "no-dupe-args": string;
215
+ "no-dupe-else-if": string;
216
+ "no-dupe-keys": string;
217
+ "no-duplicate-case": string;
218
+ "no-empty-character-class": string;
219
+ "no-empty": (string | {
220
+ allowEmptyCatch: boolean;
221
+ })[];
222
+ "no-ex-assign": string;
223
+ "no-extra-boolean-cast": string;
224
+ "no-func-assign": string;
225
+ "no-import-assign": string;
226
+ "no-inner-declarations": string;
227
+ "no-invalid-regexp": string;
228
+ "no-irregular-whitespace": string;
229
+ "no-loss-of-precision": string;
230
+ "no-misleading-character-class": string;
231
+ "no-obj-calls": string;
232
+ "no-promise-executor-return": string;
233
+ "no-prototype-builtins": string;
234
+ "no-regex-spaces": string;
235
+ "no-setter-return": string;
236
+ "no-sparse-arrays": string;
237
+ "no-template-curly-in-string": string;
238
+ "no-unreachable": string;
239
+ "no-unreachable-loop": string;
240
+ "no-unsafe-finally": string;
241
+ "no-unsafe-negation": string;
242
+ "no-unsafe-optional-chaining": (string | {
243
+ disallowArithmeticOperators: boolean;
244
+ })[];
245
+ "no-useless-backreference": string;
246
+ "use-isnan": string;
247
+ "valid-typeof": (string | {
248
+ requireStringLiterals: boolean;
249
+ })[];
250
+ "accessor-pairs": (string | {
251
+ enforceForClassMembers: boolean;
252
+ })[];
253
+ "array-callback-return": (string | {
254
+ allowImplicit: boolean;
255
+ })[];
256
+ "block-scoped-var": string;
257
+ complexity: string;
258
+ "default-case": string;
259
+ "default-case-last": string;
260
+ "default-param-last": string;
261
+ "dot-notation": string;
262
+ eqeqeq: string;
263
+ "grouped-accessor-pairs": string[];
264
+ "guard-for-in": string;
265
+ "no-alert": string;
266
+ "no-caller": string;
267
+ "no-case-declarations": string;
268
+ "no-constructor-return": string;
269
+ "no-else-return": (string | {
270
+ allowElseIf: boolean;
271
+ })[];
272
+ "no-empty-pattern": string;
273
+ "no-eq-null": string;
274
+ "no-eval": string;
275
+ "no-extend-native": string;
276
+ "no-extra-bind": string;
277
+ "no-extra-label": string;
278
+ "no-fallthrough": string;
279
+ "no-global-assign": string;
280
+ "no-implicit-coercion": string;
281
+ "no-implicit-globals": string;
282
+ "no-implied-eval": string;
283
+ "no-iterator": string;
284
+ "no-labels": string;
285
+ "no-lone-blocks": string;
286
+ "no-multi-str": string;
287
+ "no-new-func": string;
288
+ "no-new-wrappers": string;
289
+ "no-nonoctal-decimal-escape": string;
290
+ "no-new": string;
291
+ "no-octal-escape": string;
292
+ "no-octal": string;
293
+ "no-proto": string;
294
+ "no-redeclare": string;
295
+ "no-return-assign": string[];
296
+ "no-return-await": string;
297
+ "no-script-url": string;
298
+ "no-self-assign": (string | {
299
+ props: boolean;
300
+ })[];
301
+ "no-self-compare": string;
302
+ "no-sequences": string;
303
+ "no-throw-literal": string;
304
+ "no-unmodified-loop-condition": string;
305
+ "no-unused-expressions": (string | {
306
+ enforceForJSX: boolean;
307
+ })[];
308
+ "no-unused-labels": string;
309
+ "no-useless-call": string;
310
+ "no-useless-concat": string;
311
+ "no-useless-escape": string;
312
+ "no-useless-return": string;
313
+ "no-void": string;
314
+ "no-warning-comments": string;
315
+ "no-with": string;
316
+ "prefer-promise-reject-errors": (string | {
317
+ allowEmptyReject: boolean;
318
+ })[];
319
+ "prefer-regex-literals": string;
320
+ radix: string;
321
+ yoda: string;
322
+ "no-delete-var": string;
323
+ "no-label-var": string;
324
+ "no-restricted-globals": string[];
325
+ "no-shadow-restricted-names": string;
326
+ "no-undef-init": string;
327
+ "no-buffer-constructor": string;
328
+ "no-restricted-imports": string[];
329
+ camelcase: (string | {
330
+ properties: string;
331
+ })[];
332
+ "capitalized-comments": (string | {
333
+ ignorePattern: string;
334
+ ignoreInlineComments: boolean;
335
+ ignoreConsecutiveComments: boolean;
336
+ })[];
337
+ "func-name-matching": (string | {
338
+ considerPropertyDescriptor: boolean;
339
+ })[];
340
+ "func-names": string[];
341
+ "lines-between-class-members": (string | {
342
+ exceptAfterSingleLine: boolean;
343
+ })[];
344
+ "max-depth": string;
345
+ "max-nested-callbacks": (string | number)[];
346
+ "max-params": (string | {
347
+ max: number;
348
+ })[];
349
+ "max-statements-per-line": string;
350
+ "no-array-constructor": string;
351
+ "no-lonely-if": string;
352
+ "no-multi-assign": string;
353
+ "no-negated-condition": string;
354
+ "no-new-object": string;
355
+ "no-restricted-syntax": string[];
356
+ "no-unneeded-ternary": string;
357
+ "one-var": string[];
358
+ "operator-assignment": string[];
359
+ "padding-line-between-statements": string;
360
+ "prefer-exponentiation-operator": string;
361
+ "spaced-comment": (string | {
362
+ line: {
363
+ exceptions: string[];
364
+ markers: string[];
365
+ };
366
+ block: {
367
+ exceptions: string[];
368
+ markers: string[];
369
+ balanced: boolean;
370
+ };
371
+ })[];
372
+ "constructor-super": string;
373
+ "no-class-assign": string;
374
+ "no-const-assign": string;
375
+ "no-dupe-class-members": string;
376
+ "no-new-symbol": string;
377
+ "no-this-before-super": string;
378
+ "no-useless-computed-key": (string | {
379
+ enforceForClassMembers: boolean;
380
+ })[];
381
+ "no-useless-constructor": string;
382
+ "no-useless-rename": string;
383
+ "require-yield": string;
384
+ "symbol-description": string;
385
+ "no-var": string;
386
+ "object-shorthand": string[];
387
+ "prefer-arrow-callback": (string | {
388
+ allowNamedFunctions: boolean;
389
+ })[];
390
+ "prefer-const": (string | {
391
+ destructuring: string;
392
+ })[];
393
+ "prefer-numeric-literals": string;
394
+ "prefer-rest-params": string;
395
+ "prefer-spread": string;
396
+ "prefer-object-spread": string;
397
+ "prefer-destructuring": (string | {
398
+ VariableDeclarator: {
399
+ array: boolean;
400
+ object: boolean;
401
+ };
402
+ AssignmentExpression: {
403
+ array: boolean;
404
+ object: boolean;
405
+ };
406
+ enforceForRenamedProperties?: undefined;
407
+ } | {
408
+ enforceForRenamedProperties: boolean;
409
+ VariableDeclarator?: undefined;
410
+ AssignmentExpression?: undefined;
411
+ })[];
412
+ "no-useless-catch": string;
413
+ "react/boolean-prop-naming": (string | {
414
+ validateNested: boolean;
415
+ })[];
416
+ "react/button-has-type": string;
417
+ "react/default-props-match-prop-types": string;
418
+ "react/function-component-definition": (string | {
419
+ namedComponents: string;
420
+ unnamedComponents: string;
421
+ })[];
422
+ "react/no-access-state-in-setstate": string;
423
+ "react/no-children-prop": string;
424
+ "react/no-danger": string;
425
+ "react/no-danger-with-children": string;
426
+ "react/no-deprecated": string;
427
+ "react/no-did-update-set-state": string;
428
+ "react/no-direct-mutation-state": string;
429
+ "react/no-find-dom-node": string;
430
+ "react/no-is-mounted": string;
431
+ "react/no-redundant-should-component-update": string;
432
+ "react/no-render-return-value": string;
433
+ "react/no-typos": string;
434
+ "react/no-string-refs": (string | {
435
+ noTemplateLiterals: boolean;
436
+ })[];
437
+ "react/no-this-in-sfc": string;
438
+ "react/no-unescaped-entities": string;
439
+ "react/no-unknown-property": string;
440
+ "react/no-unsafe": string;
441
+ "react/no-unused-prop-types": string;
442
+ "react/no-unused-state": string;
443
+ "react/prefer-read-only-props": string;
444
+ "react/require-default-props": (string | {
445
+ forbidDefaultForRequired: boolean;
446
+ ignoreFunctionalComponents: boolean;
447
+ })[];
448
+ "react/self-closing-comp": string;
449
+ "react/state-in-constructor": string[];
450
+ "react/static-property-placement": string;
451
+ "react/style-prop-object": string;
452
+ "react/void-dom-elements-no-children": string;
453
+ "react/jsx-boolean-value": string;
454
+ "react/jsx-no-bind": (string | {
455
+ allowArrowFunctions: boolean;
456
+ })[];
457
+ "react/jsx-no-comment-textnodes": string;
458
+ "react/jsx-no-duplicate-props": (string | {
459
+ ignoreCase: boolean;
460
+ })[];
461
+ "react/jsx-no-script-url": string;
462
+ "react/jsx-no-undef": string;
463
+ "react/jsx-curly-brace-presence": string[];
464
+ "react/jsx-fragments": string[];
465
+ "react/jsx-pascal-case": string;
466
+ "react/jsx-sort-props": (string | {
467
+ callbacksLast: boolean;
468
+ shorthandFirst: boolean;
469
+ noSortAlphabetically: boolean;
470
+ reservedFirst: boolean;
471
+ })[];
472
+ "react/jsx-uses-react": string;
473
+ "react/jsx-uses-vars": string;
474
+ "react-hooks/rules-of-hooks": string;
475
+ "react-hooks/exhaustive-deps": string;
476
+ "react/jsx-no-constructed-context-values": string;
477
+ "no-console": string;
478
+ "10x/react-in-scope": string;
479
+ "react/react-in-jsx-scope": string;
480
+ "react/jsx-key": string;
481
+ "react/jsx-no-target-blank": string;
482
+ "react/prop-types": string;
483
+ };
26
484
  }[];
27
- rules: any;
485
+ rules: {
486
+ "react/jsx-no-useless-fragment": string;
487
+ "react/no-array-index-key": string;
488
+ "10x/auto-import": (string | {
489
+ imports: {
490
+ useRef: string;
491
+ useEffect: string;
492
+ useState: string;
493
+ useCallback: string;
494
+ useMemo: string;
495
+ useReducer: string;
496
+ useCurrentFrame: string;
497
+ useVideoConfig: string;
498
+ spring: string;
499
+ measureSpring: string;
500
+ random: string;
501
+ interpolate: string;
502
+ interpolateColors: string;
503
+ Easing: string;
504
+ getInputProps: string;
505
+ continueRender: string;
506
+ delayRender: string;
507
+ AbsoluteFill: string;
508
+ Sequence: string;
509
+ Composition: string;
510
+ Audio: string;
511
+ Video: string;
512
+ Series: string;
513
+ Still: string;
514
+ Freeze: string;
515
+ Loop: string;
516
+ staticFile: string;
517
+ Config: string;
518
+ Img: string;
519
+ IFrame: string;
520
+ styled: string;
521
+ };
522
+ })[];
523
+ "@remotion/no-mp4-import": string;
524
+ "@remotion/warn-native-media-tag": string;
525
+ "@remotion/deterministic-randomness": string;
526
+ "@remotion/no-string-assets": string;
527
+ "@remotion/even-dimensions": string;
528
+ "@remotion/duration-in-frames": string;
529
+ "@remotion/volume-callback": string;
530
+ "@typescript-eslint/explicit-module-boundary-types": string;
531
+ "no-unused-vars": string | (string | {
532
+ vars: string;
533
+ args: string;
534
+ ignoreRestSiblings: boolean;
535
+ argsIgnorePattern: string;
536
+ caughtErrors: string;
537
+ caughtErrorsIgnorePattern: string;
538
+ })[];
539
+ "no-undef": string | (string | {
540
+ typeof: boolean;
541
+ })[];
542
+ "no-shadow"?: string | undefined;
543
+ "@typescript-eslint/no-var-requires"?: string | undefined;
544
+ curly: number;
545
+ "lines-around-comment": number;
546
+ "max-len": number;
547
+ "no-confusing-arrow": number;
548
+ "no-mixed-operators": number;
549
+ "no-tabs": number;
550
+ "no-unexpected-multiline": number;
551
+ quotes: number;
552
+ "@typescript-eslint/quotes": number;
553
+ "babel/quotes": number;
554
+ "array-bracket-newline": string;
555
+ "array-bracket-spacing": string;
556
+ "array-element-newline": string;
557
+ "arrow-parens": string;
558
+ "arrow-spacing": string;
559
+ "block-spacing": string;
560
+ "brace-style": string;
561
+ "comma-dangle": string;
562
+ "comma-spacing": string;
563
+ "comma-style": string;
564
+ "computed-property-spacing": string;
565
+ "dot-location": string;
566
+ "eol-last": string;
567
+ "func-call-spacing": string;
568
+ "function-call-argument-newline": string;
569
+ "function-paren-newline": string;
570
+ "generator-star": string;
571
+ "generator-star-spacing": string;
572
+ "implicit-arrow-linebreak": string;
573
+ indent: string;
574
+ "jsx-quotes": string;
575
+ "key-spacing": string;
576
+ "keyword-spacing": string;
577
+ "linebreak-style": string;
578
+ "multiline-ternary": string;
579
+ "newline-per-chained-call": string;
580
+ "new-parens": string;
581
+ "no-arrow-condition": string;
582
+ "no-comma-dangle": string;
583
+ "no-extra-parens": string;
584
+ "no-extra-semi": string;
585
+ "no-floating-decimal": string;
586
+ "no-mixed-spaces-and-tabs": string;
587
+ "no-multi-spaces": string;
588
+ "no-multiple-empty-lines": string;
589
+ "no-reserved-keys": string;
590
+ "no-space-before-semi": string;
591
+ "no-trailing-spaces": string;
592
+ "no-whitespace-before-property": string;
593
+ "no-wrap-func": string;
594
+ "nonblock-statement-body-position": string;
595
+ "object-curly-newline": string;
596
+ "object-curly-spacing": string;
597
+ "object-property-newline": string;
598
+ "one-var-declaration-per-line": string;
599
+ "operator-linebreak": string;
600
+ "padded-blocks": string;
601
+ "quote-props": string;
602
+ "rest-spread-spacing": string;
603
+ semi: string;
604
+ "semi-spacing": string;
605
+ "semi-style": string;
606
+ "space-after-function-name": string;
607
+ "space-after-keywords": string;
608
+ "space-before-blocks": string;
609
+ "space-before-function-paren": string;
610
+ "space-before-function-parentheses": string;
611
+ "space-before-keywords": string;
612
+ "space-in-brackets": string;
613
+ "space-in-parens": string;
614
+ "space-infix-ops": string;
615
+ "space-return-throw-case": string;
616
+ "space-unary-ops": string;
617
+ "space-unary-word-ops": string;
618
+ "switch-colon-spacing": string;
619
+ "template-curly-spacing": string;
620
+ "template-tag-spacing": string;
621
+ "unicode-bom": string;
622
+ "wrap-iife": string;
623
+ "wrap-regex": string;
624
+ "yield-star-spacing": string;
625
+ "@babel/object-curly-spacing": string;
626
+ "@babel/semi": string;
627
+ "@typescript-eslint/brace-style": string;
628
+ "@typescript-eslint/comma-dangle": string;
629
+ "@typescript-eslint/comma-spacing": string;
630
+ "@typescript-eslint/func-call-spacing": string;
631
+ "@typescript-eslint/indent": string;
632
+ "@typescript-eslint/keyword-spacing": string;
633
+ "@typescript-eslint/member-delimiter-style": string;
634
+ "@typescript-eslint/no-extra-parens": string;
635
+ "@typescript-eslint/no-extra-semi": string;
636
+ "@typescript-eslint/object-curly-spacing": string;
637
+ "@typescript-eslint/semi": string;
638
+ "@typescript-eslint/space-before-function-paren": string;
639
+ "@typescript-eslint/space-infix-ops": string;
640
+ "@typescript-eslint/type-annotation-spacing": string;
641
+ "babel/object-curly-spacing": string;
642
+ "babel/semi": string;
643
+ "flowtype/boolean-style": string;
644
+ "flowtype/delimiter-dangle": string;
645
+ "flowtype/generic-spacing": string;
646
+ "flowtype/object-type-curly-spacing": string;
647
+ "flowtype/object-type-delimiter": string;
648
+ "flowtype/quotes": string;
649
+ "flowtype/semi": string;
650
+ "flowtype/space-after-type-colon": string;
651
+ "flowtype/space-before-generic-bracket": string;
652
+ "flowtype/space-before-type-colon": string;
653
+ "flowtype/union-intersection-spacing": string;
654
+ "react/jsx-child-element-spacing": string;
655
+ "react/jsx-closing-bracket-location": string;
656
+ "react/jsx-closing-tag-location": string;
657
+ "react/jsx-curly-newline": string;
658
+ "react/jsx-curly-spacing": string;
659
+ "react/jsx-equals-spacing": string;
660
+ "react/jsx-first-prop-new-line": string;
661
+ "react/jsx-indent": string;
662
+ "react/jsx-indent-props": string;
663
+ "react/jsx-max-props-per-line": string;
664
+ "react/jsx-newline": string;
665
+ "react/jsx-one-expression-per-line": string;
666
+ "react/jsx-props-no-multi-spaces": string;
667
+ "react/jsx-tag-spacing": string;
668
+ "react/jsx-wrap-multilines": string;
669
+ "for-direction": string;
670
+ "getter-return": string;
671
+ "no-async-promise-executor": string;
672
+ "no-await-in-loop": string;
673
+ "no-compare-neg-zero": string;
674
+ "no-cond-assign": string;
675
+ "no-constant-condition": string;
676
+ "no-control-regex": string;
677
+ "no-debugger": string;
678
+ "no-dupe-args": string;
679
+ "no-dupe-else-if": string;
680
+ "no-dupe-keys": string;
681
+ "no-duplicate-case": string;
682
+ "no-empty-character-class": string;
683
+ "no-empty": (string | {
684
+ allowEmptyCatch: boolean;
685
+ })[];
686
+ "no-ex-assign": string;
687
+ "no-extra-boolean-cast": string;
688
+ "no-func-assign": string;
689
+ "no-import-assign": string;
690
+ "no-inner-declarations": string;
691
+ "no-invalid-regexp": string;
692
+ "no-irregular-whitespace": string;
693
+ "no-loss-of-precision": string;
694
+ "no-misleading-character-class": string;
695
+ "no-obj-calls": string;
696
+ "no-promise-executor-return": string;
697
+ "no-prototype-builtins": string;
698
+ "no-regex-spaces": string;
699
+ "no-setter-return": string;
700
+ "no-sparse-arrays": string;
701
+ "no-template-curly-in-string": string;
702
+ "no-unreachable": string;
703
+ "no-unreachable-loop": string;
704
+ "no-unsafe-finally": string;
705
+ "no-unsafe-negation": string;
706
+ "no-unsafe-optional-chaining": (string | {
707
+ disallowArithmeticOperators: boolean;
708
+ })[];
709
+ "no-useless-backreference": string;
710
+ "use-isnan": string;
711
+ "valid-typeof": (string | {
712
+ requireStringLiterals: boolean;
713
+ })[];
714
+ "accessor-pairs": (string | {
715
+ enforceForClassMembers: boolean;
716
+ })[];
717
+ "array-callback-return": (string | {
718
+ allowImplicit: boolean;
719
+ })[];
720
+ "block-scoped-var": string;
721
+ complexity: string;
722
+ "default-case": string;
723
+ "default-case-last": string;
724
+ "default-param-last": string;
725
+ "dot-notation": string;
726
+ eqeqeq: string;
727
+ "grouped-accessor-pairs": string[];
728
+ "guard-for-in": string;
729
+ "no-alert": string;
730
+ "no-caller": string;
731
+ "no-case-declarations": string;
732
+ "no-constructor-return": string;
733
+ "no-else-return": (string | {
734
+ allowElseIf: boolean;
735
+ })[];
736
+ "no-empty-pattern": string;
737
+ "no-eq-null": string;
738
+ "no-eval": string;
739
+ "no-extend-native": string;
740
+ "no-extra-bind": string;
741
+ "no-extra-label": string;
742
+ "no-fallthrough": string;
743
+ "no-global-assign": string;
744
+ "no-implicit-coercion": string;
745
+ "no-implicit-globals": string;
746
+ "no-implied-eval": string;
747
+ "no-iterator": string;
748
+ "no-labels": string;
749
+ "no-lone-blocks": string;
750
+ "no-multi-str": string;
751
+ "no-new-func": string;
752
+ "no-new-wrappers": string;
753
+ "no-nonoctal-decimal-escape": string;
754
+ "no-new": string;
755
+ "no-octal-escape": string;
756
+ "no-octal": string;
757
+ "no-proto": string;
758
+ "no-redeclare": string;
759
+ "no-return-assign": string[];
760
+ "no-return-await": string;
761
+ "no-script-url": string;
762
+ "no-self-assign": (string | {
763
+ props: boolean;
764
+ })[];
765
+ "no-self-compare": string;
766
+ "no-sequences": string;
767
+ "no-throw-literal": string;
768
+ "no-unmodified-loop-condition": string;
769
+ "no-unused-expressions": (string | {
770
+ enforceForJSX: boolean;
771
+ })[];
772
+ "no-unused-labels": string;
773
+ "no-useless-call": string;
774
+ "no-useless-concat": string;
775
+ "no-useless-escape": string;
776
+ "no-useless-return": string;
777
+ "no-void": string;
778
+ "no-warning-comments": string;
779
+ "no-with": string;
780
+ "prefer-promise-reject-errors": (string | {
781
+ allowEmptyReject: boolean;
782
+ })[];
783
+ "prefer-regex-literals": string;
784
+ radix: string;
785
+ yoda: string;
786
+ "no-delete-var": string;
787
+ "no-label-var": string;
788
+ "no-restricted-globals": string[];
789
+ "no-shadow-restricted-names": string;
790
+ "no-undef-init": string;
791
+ "no-buffer-constructor": string;
792
+ "no-restricted-imports": string[];
793
+ camelcase: (string | {
794
+ properties: string;
795
+ })[];
796
+ "capitalized-comments": (string | {
797
+ ignorePattern: string;
798
+ ignoreInlineComments: boolean;
799
+ ignoreConsecutiveComments: boolean;
800
+ })[];
801
+ "func-name-matching": (string | {
802
+ considerPropertyDescriptor: boolean;
803
+ })[];
804
+ "func-names": string[];
805
+ "lines-between-class-members": (string | {
806
+ exceptAfterSingleLine: boolean;
807
+ })[];
808
+ "max-depth": string;
809
+ "max-nested-callbacks": (string | number)[];
810
+ "max-params": (string | {
811
+ max: number;
812
+ })[];
813
+ "max-statements-per-line": string;
814
+ "no-array-constructor": string;
815
+ "no-lonely-if": string;
816
+ "no-multi-assign": string;
817
+ "no-negated-condition": string;
818
+ "no-new-object": string;
819
+ "no-restricted-syntax": string[];
820
+ "no-unneeded-ternary": string;
821
+ "one-var": string[];
822
+ "operator-assignment": string[];
823
+ "padding-line-between-statements": string;
824
+ "prefer-exponentiation-operator": string;
825
+ "spaced-comment": (string | {
826
+ line: {
827
+ exceptions: string[];
828
+ markers: string[];
829
+ };
830
+ block: {
831
+ exceptions: string[];
832
+ markers: string[];
833
+ balanced: boolean;
834
+ };
835
+ })[];
836
+ "constructor-super": string;
837
+ "no-class-assign": string;
838
+ "no-const-assign": string;
839
+ "no-dupe-class-members": string;
840
+ "no-new-symbol": string;
841
+ "no-this-before-super": string;
842
+ "no-useless-computed-key": (string | {
843
+ enforceForClassMembers: boolean;
844
+ })[];
845
+ "no-useless-constructor": string;
846
+ "no-useless-rename": string;
847
+ "require-yield": string;
848
+ "symbol-description": string;
849
+ "no-var": string;
850
+ "object-shorthand": string[];
851
+ "prefer-arrow-callback": (string | {
852
+ allowNamedFunctions: boolean;
853
+ })[];
854
+ "prefer-const": (string | {
855
+ destructuring: string;
856
+ })[];
857
+ "prefer-numeric-literals": string;
858
+ "prefer-rest-params": string;
859
+ "prefer-spread": string;
860
+ "prefer-object-spread": string;
861
+ "prefer-destructuring": (string | {
862
+ VariableDeclarator: {
863
+ array: boolean;
864
+ object: boolean;
865
+ };
866
+ AssignmentExpression: {
867
+ array: boolean;
868
+ object: boolean;
869
+ };
870
+ enforceForRenamedProperties?: undefined;
871
+ } | {
872
+ enforceForRenamedProperties: boolean;
873
+ VariableDeclarator?: undefined;
874
+ AssignmentExpression?: undefined;
875
+ })[];
876
+ "no-useless-catch": string;
877
+ "react/boolean-prop-naming": (string | {
878
+ validateNested: boolean;
879
+ })[];
880
+ "react/button-has-type": string;
881
+ "react/default-props-match-prop-types": string;
882
+ "react/function-component-definition": (string | {
883
+ namedComponents: string;
884
+ unnamedComponents: string;
885
+ })[];
886
+ "react/no-access-state-in-setstate": string;
887
+ "react/no-children-prop": string;
888
+ "react/no-danger": string;
889
+ "react/no-danger-with-children": string;
890
+ "react/no-deprecated": string;
891
+ "react/no-did-update-set-state": string;
892
+ "react/no-direct-mutation-state": string;
893
+ "react/no-find-dom-node": string;
894
+ "react/no-is-mounted": string;
895
+ "react/no-redundant-should-component-update": string;
896
+ "react/no-render-return-value": string;
897
+ "react/no-typos": string;
898
+ "react/no-string-refs": (string | {
899
+ noTemplateLiterals: boolean;
900
+ })[];
901
+ "react/no-this-in-sfc": string;
902
+ "react/no-unescaped-entities": string;
903
+ "react/no-unknown-property": string;
904
+ "react/no-unsafe": string;
905
+ "react/no-unused-prop-types": string;
906
+ "react/no-unused-state": string;
907
+ "react/prefer-read-only-props": string;
908
+ "react/require-default-props": (string | {
909
+ forbidDefaultForRequired: boolean;
910
+ ignoreFunctionalComponents: boolean;
911
+ })[];
912
+ "react/self-closing-comp": string;
913
+ "react/state-in-constructor": string[];
914
+ "react/static-property-placement": string;
915
+ "react/style-prop-object": string;
916
+ "react/void-dom-elements-no-children": string;
917
+ "react/jsx-boolean-value": string;
918
+ "react/jsx-no-bind": (string | {
919
+ allowArrowFunctions: boolean;
920
+ })[];
921
+ "react/jsx-no-comment-textnodes": string;
922
+ "react/jsx-no-duplicate-props": (string | {
923
+ ignoreCase: boolean;
924
+ })[];
925
+ "react/jsx-no-script-url": string;
926
+ "react/jsx-no-undef": string;
927
+ "react/jsx-curly-brace-presence": string[];
928
+ "react/jsx-fragments": string[];
929
+ "react/jsx-pascal-case": string;
930
+ "react/jsx-sort-props": (string | {
931
+ callbacksLast: boolean;
932
+ shorthandFirst: boolean;
933
+ noSortAlphabetically: boolean;
934
+ reservedFirst: boolean;
935
+ })[];
936
+ "react/jsx-uses-react": string;
937
+ "react/jsx-uses-vars": string;
938
+ "react-hooks/rules-of-hooks": string;
939
+ "react-hooks/exhaustive-deps": string;
940
+ "react/jsx-no-constructed-context-values": string;
941
+ "no-console": string;
942
+ "10x/react-in-scope": string;
943
+ "react/react-in-jsx-scope": string;
944
+ "react/jsx-key": string;
945
+ "react/jsx-no-target-blank": string;
946
+ "react/prop-types": string;
947
+ };
28
948
  settings: {
29
949
  react: {
30
950
  version: string;