@remotion/eslint-config 3.0.0-lambda.450 → 3.0.0-lambda.456

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,941 @@ 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
+ blankLine: string;
361
+ prev: string;
362
+ next: string;
363
+ })[];
364
+ "prefer-exponentiation-operator": string;
365
+ "spaced-comment": (string | {
366
+ line: {
367
+ exceptions: string[];
368
+ markers: string[];
369
+ };
370
+ block: {
371
+ exceptions: string[];
372
+ markers: string[];
373
+ balanced: boolean;
374
+ };
375
+ })[];
376
+ "constructor-super": string;
377
+ "no-class-assign": string;
378
+ "no-const-assign": string;
379
+ "no-dupe-class-members": string;
380
+ "no-new-symbol": string;
381
+ "no-this-before-super": string;
382
+ "no-useless-computed-key": (string | {
383
+ enforceForClassMembers: boolean;
384
+ })[];
385
+ "no-useless-constructor": string;
386
+ "no-useless-rename": string;
387
+ "require-yield": string;
388
+ "symbol-description": string;
389
+ "no-var": string;
390
+ "object-shorthand": string[];
391
+ "prefer-arrow-callback": (string | {
392
+ allowNamedFunctions: boolean;
393
+ })[];
394
+ "prefer-const": (string | {
395
+ destructuring: string;
396
+ })[];
397
+ "prefer-numeric-literals": string;
398
+ "prefer-rest-params": string;
399
+ "prefer-spread": string;
400
+ "prefer-object-spread": string;
401
+ "prefer-destructuring": (string | {
402
+ VariableDeclarator: {
403
+ array: boolean;
404
+ object: boolean;
405
+ };
406
+ AssignmentExpression: {
407
+ array: boolean;
408
+ object: boolean;
409
+ };
410
+ enforceForRenamedProperties?: undefined;
411
+ } | {
412
+ enforceForRenamedProperties: boolean;
413
+ VariableDeclarator?: undefined;
414
+ AssignmentExpression?: undefined;
415
+ })[];
416
+ "no-useless-catch": string;
417
+ "react/boolean-prop-naming": (string | {
418
+ validateNested: boolean;
419
+ })[];
420
+ "react/button-has-type": string;
421
+ "react/default-props-match-prop-types": string;
422
+ "react/function-component-definition": (string | {
423
+ namedComponents: string;
424
+ unnamedComponents: string;
425
+ })[];
426
+ "react/no-access-state-in-setstate": string;
427
+ "react/no-children-prop": string;
428
+ "react/no-danger": string;
429
+ "react/no-danger-with-children": string;
430
+ "react/no-deprecated": string;
431
+ "react/no-did-update-set-state": string;
432
+ "react/no-direct-mutation-state": string;
433
+ "react/no-find-dom-node": string;
434
+ "react/no-is-mounted": string;
435
+ "react/no-redundant-should-component-update": string;
436
+ "react/no-render-return-value": string;
437
+ "react/no-typos": string;
438
+ "react/no-string-refs": (string | {
439
+ noTemplateLiterals: boolean;
440
+ })[];
441
+ "react/no-this-in-sfc": string;
442
+ "react/no-unescaped-entities": string;
443
+ "react/no-unknown-property": string;
444
+ "react/no-unsafe": string;
445
+ "react/no-unused-prop-types": string;
446
+ "react/no-unused-state": string;
447
+ "react/prefer-read-only-props": string;
448
+ "react/require-default-props": (string | {
449
+ forbidDefaultForRequired: boolean;
450
+ ignoreFunctionalComponents: boolean;
451
+ })[];
452
+ "react/self-closing-comp": string;
453
+ "react/state-in-constructor": string[];
454
+ "react/static-property-placement": string;
455
+ "react/style-prop-object": string;
456
+ "react/void-dom-elements-no-children": string;
457
+ "react/jsx-boolean-value": string;
458
+ "react/jsx-no-bind": (string | {
459
+ allowArrowFunctions: boolean;
460
+ })[];
461
+ "react/jsx-no-comment-textnodes": string;
462
+ "react/jsx-no-duplicate-props": (string | {
463
+ ignoreCase: boolean;
464
+ })[];
465
+ "react/jsx-no-script-url": string;
466
+ "react/jsx-no-undef": string;
467
+ "react/jsx-curly-brace-presence": string[];
468
+ "react/jsx-fragments": string[];
469
+ "react/jsx-pascal-case": string;
470
+ "react/jsx-sort-props": (string | {
471
+ callbacksLast: boolean;
472
+ shorthandFirst: boolean;
473
+ noSortAlphabetically: boolean;
474
+ reservedFirst: boolean;
475
+ })[];
476
+ "react/jsx-uses-react": string;
477
+ "react/jsx-uses-vars": string;
478
+ "react-hooks/rules-of-hooks": string;
479
+ "react-hooks/exhaustive-deps": string;
480
+ "react/jsx-no-constructed-context-values": string;
481
+ "no-console": string;
482
+ "10x/react-in-scope": string;
483
+ "react/react-in-jsx-scope": string;
484
+ "react/jsx-key": string;
485
+ "react/jsx-no-target-blank": string;
486
+ "react/prop-types": string;
487
+ };
26
488
  }[];
27
- rules: any;
489
+ rules: {
490
+ "react/jsx-no-useless-fragment": string;
491
+ "react/no-array-index-key": string;
492
+ "10x/auto-import": (string | {
493
+ imports: {
494
+ useRef: string;
495
+ useEffect: string;
496
+ useState: string;
497
+ useCallback: string;
498
+ useMemo: string;
499
+ useReducer: string;
500
+ useCurrentFrame: string;
501
+ useVideoConfig: string;
502
+ spring: string;
503
+ measureSpring: string;
504
+ random: string;
505
+ interpolate: string;
506
+ interpolateColors: string;
507
+ Easing: string;
508
+ getInputProps: string;
509
+ continueRender: string;
510
+ delayRender: string;
511
+ AbsoluteFill: string;
512
+ Sequence: string;
513
+ Composition: string;
514
+ Audio: string;
515
+ Video: string;
516
+ Series: string;
517
+ Still: string;
518
+ Freeze: string;
519
+ Loop: string;
520
+ staticFile: string;
521
+ Config: string;
522
+ Img: string;
523
+ IFrame: string;
524
+ styled: string;
525
+ };
526
+ })[];
527
+ "@remotion/no-mp4-import": string;
528
+ "@remotion/warn-native-media-tag": string;
529
+ "@remotion/deterministic-randomness": string;
530
+ "@remotion/no-string-assets": string;
531
+ "@remotion/even-dimensions": string;
532
+ "@remotion/duration-in-frames": string;
533
+ "@remotion/volume-callback": string;
534
+ "@typescript-eslint/explicit-module-boundary-types": string;
535
+ "no-unused-vars": string | (string | {
536
+ vars: string;
537
+ args: string;
538
+ ignoreRestSiblings: boolean;
539
+ argsIgnorePattern: string;
540
+ caughtErrors: string;
541
+ caughtErrorsIgnorePattern: string;
542
+ })[];
543
+ "no-undef": string | (string | {
544
+ typeof: boolean;
545
+ })[];
546
+ "no-shadow"?: string | undefined;
547
+ "@typescript-eslint/no-var-requires"?: string | undefined;
548
+ curly: number;
549
+ "lines-around-comment": number;
550
+ "max-len": number;
551
+ "no-confusing-arrow": number;
552
+ "no-mixed-operators": number;
553
+ "no-tabs": number;
554
+ "no-unexpected-multiline": number;
555
+ quotes: number;
556
+ "@typescript-eslint/quotes": number;
557
+ "babel/quotes": number;
558
+ "array-bracket-newline": string;
559
+ "array-bracket-spacing": string;
560
+ "array-element-newline": string;
561
+ "arrow-parens": string;
562
+ "arrow-spacing": string;
563
+ "block-spacing": string;
564
+ "brace-style": string;
565
+ "comma-dangle": string;
566
+ "comma-spacing": string;
567
+ "comma-style": string;
568
+ "computed-property-spacing": string;
569
+ "dot-location": string;
570
+ "eol-last": string;
571
+ "func-call-spacing": string;
572
+ "function-call-argument-newline": string;
573
+ "function-paren-newline": string;
574
+ "generator-star": string;
575
+ "generator-star-spacing": string;
576
+ "implicit-arrow-linebreak": string;
577
+ indent: string;
578
+ "jsx-quotes": string;
579
+ "key-spacing": string;
580
+ "keyword-spacing": string;
581
+ "linebreak-style": string;
582
+ "multiline-ternary": string;
583
+ "newline-per-chained-call": string;
584
+ "new-parens": string;
585
+ "no-arrow-condition": string;
586
+ "no-comma-dangle": string;
587
+ "no-extra-parens": string;
588
+ "no-extra-semi": string;
589
+ "no-floating-decimal": string;
590
+ "no-mixed-spaces-and-tabs": string;
591
+ "no-multi-spaces": string;
592
+ "no-multiple-empty-lines": string;
593
+ "no-reserved-keys": string;
594
+ "no-space-before-semi": string;
595
+ "no-trailing-spaces": string;
596
+ "no-whitespace-before-property": string;
597
+ "no-wrap-func": string;
598
+ "nonblock-statement-body-position": string;
599
+ "object-curly-newline": string;
600
+ "object-curly-spacing": string;
601
+ "object-property-newline": string;
602
+ "one-var-declaration-per-line": string;
603
+ "operator-linebreak": string;
604
+ "padded-blocks": string;
605
+ "quote-props": string;
606
+ "rest-spread-spacing": string;
607
+ semi: string;
608
+ "semi-spacing": string;
609
+ "semi-style": string;
610
+ "space-after-function-name": string;
611
+ "space-after-keywords": string;
612
+ "space-before-blocks": string;
613
+ "space-before-function-paren": string;
614
+ "space-before-function-parentheses": string;
615
+ "space-before-keywords": string;
616
+ "space-in-brackets": string;
617
+ "space-in-parens": string;
618
+ "space-infix-ops": string;
619
+ "space-return-throw-case": string;
620
+ "space-unary-ops": string;
621
+ "space-unary-word-ops": string;
622
+ "switch-colon-spacing": string;
623
+ "template-curly-spacing": string;
624
+ "template-tag-spacing": string;
625
+ "unicode-bom": string;
626
+ "wrap-iife": string;
627
+ "wrap-regex": string;
628
+ "yield-star-spacing": string;
629
+ "@babel/object-curly-spacing": string;
630
+ "@babel/semi": string;
631
+ "@typescript-eslint/brace-style": string;
632
+ "@typescript-eslint/comma-dangle": string;
633
+ "@typescript-eslint/comma-spacing": string;
634
+ "@typescript-eslint/func-call-spacing": string;
635
+ "@typescript-eslint/indent": string;
636
+ "@typescript-eslint/keyword-spacing": string;
637
+ "@typescript-eslint/member-delimiter-style": string;
638
+ "@typescript-eslint/no-extra-parens": string;
639
+ "@typescript-eslint/no-extra-semi": string;
640
+ "@typescript-eslint/object-curly-spacing": string;
641
+ "@typescript-eslint/semi": string;
642
+ "@typescript-eslint/space-before-function-paren": string;
643
+ "@typescript-eslint/space-infix-ops": string;
644
+ "@typescript-eslint/type-annotation-spacing": string;
645
+ "babel/object-curly-spacing": string;
646
+ "babel/semi": string;
647
+ "flowtype/boolean-style": string;
648
+ "flowtype/delimiter-dangle": string;
649
+ "flowtype/generic-spacing": string;
650
+ "flowtype/object-type-curly-spacing": string;
651
+ "flowtype/object-type-delimiter": string;
652
+ "flowtype/quotes": string;
653
+ "flowtype/semi": string;
654
+ "flowtype/space-after-type-colon": string;
655
+ "flowtype/space-before-generic-bracket": string;
656
+ "flowtype/space-before-type-colon": string;
657
+ "flowtype/union-intersection-spacing": string;
658
+ "react/jsx-child-element-spacing": string;
659
+ "react/jsx-closing-bracket-location": string;
660
+ "react/jsx-closing-tag-location": string;
661
+ "react/jsx-curly-newline": string;
662
+ "react/jsx-curly-spacing": string;
663
+ "react/jsx-equals-spacing": string;
664
+ "react/jsx-first-prop-new-line": string;
665
+ "react/jsx-indent": string;
666
+ "react/jsx-indent-props": string;
667
+ "react/jsx-max-props-per-line": string;
668
+ "react/jsx-newline": string;
669
+ "react/jsx-one-expression-per-line": string;
670
+ "react/jsx-props-no-multi-spaces": string;
671
+ "react/jsx-tag-spacing": string;
672
+ "react/jsx-wrap-multilines": string;
673
+ "for-direction": string;
674
+ "getter-return": string;
675
+ "no-async-promise-executor": string;
676
+ "no-await-in-loop": string;
677
+ "no-compare-neg-zero": string;
678
+ "no-cond-assign": string;
679
+ "no-constant-condition": string;
680
+ "no-control-regex": string;
681
+ "no-debugger": string;
682
+ "no-dupe-args": string;
683
+ "no-dupe-else-if": string;
684
+ "no-dupe-keys": string;
685
+ "no-duplicate-case": string;
686
+ "no-empty-character-class": string;
687
+ "no-empty": (string | {
688
+ allowEmptyCatch: boolean;
689
+ })[];
690
+ "no-ex-assign": string;
691
+ "no-extra-boolean-cast": string;
692
+ "no-func-assign": string;
693
+ "no-import-assign": string;
694
+ "no-inner-declarations": string;
695
+ "no-invalid-regexp": string;
696
+ "no-irregular-whitespace": string;
697
+ "no-loss-of-precision": string;
698
+ "no-misleading-character-class": string;
699
+ "no-obj-calls": string;
700
+ "no-promise-executor-return": string;
701
+ "no-prototype-builtins": string;
702
+ "no-regex-spaces": string;
703
+ "no-setter-return": string;
704
+ "no-sparse-arrays": string;
705
+ "no-template-curly-in-string": string;
706
+ "no-unreachable": string;
707
+ "no-unreachable-loop": string;
708
+ "no-unsafe-finally": string;
709
+ "no-unsafe-negation": string;
710
+ "no-unsafe-optional-chaining": (string | {
711
+ disallowArithmeticOperators: boolean;
712
+ })[];
713
+ "no-useless-backreference": string;
714
+ "use-isnan": string;
715
+ "valid-typeof": (string | {
716
+ requireStringLiterals: boolean;
717
+ })[];
718
+ "accessor-pairs": (string | {
719
+ enforceForClassMembers: boolean;
720
+ })[];
721
+ "array-callback-return": (string | {
722
+ allowImplicit: boolean;
723
+ })[];
724
+ "block-scoped-var": string;
725
+ complexity: string;
726
+ "default-case": string;
727
+ "default-case-last": string;
728
+ "default-param-last": string;
729
+ "dot-notation": string;
730
+ eqeqeq: string;
731
+ "grouped-accessor-pairs": string[];
732
+ "guard-for-in": string;
733
+ "no-alert": string;
734
+ "no-caller": string;
735
+ "no-case-declarations": string;
736
+ "no-constructor-return": string;
737
+ "no-else-return": (string | {
738
+ allowElseIf: boolean;
739
+ })[];
740
+ "no-empty-pattern": string;
741
+ "no-eq-null": string;
742
+ "no-eval": string;
743
+ "no-extend-native": string;
744
+ "no-extra-bind": string;
745
+ "no-extra-label": string;
746
+ "no-fallthrough": string;
747
+ "no-global-assign": string;
748
+ "no-implicit-coercion": string;
749
+ "no-implicit-globals": string;
750
+ "no-implied-eval": string;
751
+ "no-iterator": string;
752
+ "no-labels": string;
753
+ "no-lone-blocks": string;
754
+ "no-multi-str": string;
755
+ "no-new-func": string;
756
+ "no-new-wrappers": string;
757
+ "no-nonoctal-decimal-escape": string;
758
+ "no-new": string;
759
+ "no-octal-escape": string;
760
+ "no-octal": string;
761
+ "no-proto": string;
762
+ "no-redeclare": string;
763
+ "no-return-assign": string[];
764
+ "no-return-await": string;
765
+ "no-script-url": string;
766
+ "no-self-assign": (string | {
767
+ props: boolean;
768
+ })[];
769
+ "no-self-compare": string;
770
+ "no-sequences": string;
771
+ "no-throw-literal": string;
772
+ "no-unmodified-loop-condition": string;
773
+ "no-unused-expressions": (string | {
774
+ enforceForJSX: boolean;
775
+ })[];
776
+ "no-unused-labels": string;
777
+ "no-useless-call": string;
778
+ "no-useless-concat": string;
779
+ "no-useless-escape": string;
780
+ "no-useless-return": string;
781
+ "no-void": string;
782
+ "no-warning-comments": string;
783
+ "no-with": string;
784
+ "prefer-promise-reject-errors": (string | {
785
+ allowEmptyReject: boolean;
786
+ })[];
787
+ "prefer-regex-literals": string;
788
+ radix: string;
789
+ yoda: string;
790
+ "no-delete-var": string;
791
+ "no-label-var": string;
792
+ "no-restricted-globals": string[];
793
+ "no-shadow-restricted-names": string;
794
+ "no-undef-init": string;
795
+ "no-buffer-constructor": string;
796
+ "no-restricted-imports": string[];
797
+ camelcase: (string | {
798
+ properties: string;
799
+ })[];
800
+ "capitalized-comments": (string | {
801
+ ignorePattern: string;
802
+ ignoreInlineComments: boolean;
803
+ ignoreConsecutiveComments: boolean;
804
+ })[];
805
+ "func-name-matching": (string | {
806
+ considerPropertyDescriptor: boolean;
807
+ })[];
808
+ "func-names": string[];
809
+ "lines-between-class-members": (string | {
810
+ exceptAfterSingleLine: boolean;
811
+ })[];
812
+ "max-depth": string;
813
+ "max-nested-callbacks": (string | number)[];
814
+ "max-params": (string | {
815
+ max: number;
816
+ })[];
817
+ "max-statements-per-line": string;
818
+ "no-array-constructor": string;
819
+ "no-lonely-if": string;
820
+ "no-multi-assign": string;
821
+ "no-negated-condition": string;
822
+ "no-new-object": string;
823
+ "no-restricted-syntax": string[];
824
+ "no-unneeded-ternary": string;
825
+ "one-var": string[];
826
+ "operator-assignment": string[];
827
+ "padding-line-between-statements": (string | {
828
+ blankLine: string;
829
+ prev: string;
830
+ next: string;
831
+ })[];
832
+ "prefer-exponentiation-operator": string;
833
+ "spaced-comment": (string | {
834
+ line: {
835
+ exceptions: string[];
836
+ markers: string[];
837
+ };
838
+ block: {
839
+ exceptions: string[];
840
+ markers: string[];
841
+ balanced: boolean;
842
+ };
843
+ })[];
844
+ "constructor-super": string;
845
+ "no-class-assign": string;
846
+ "no-const-assign": string;
847
+ "no-dupe-class-members": string;
848
+ "no-new-symbol": string;
849
+ "no-this-before-super": string;
850
+ "no-useless-computed-key": (string | {
851
+ enforceForClassMembers: boolean;
852
+ })[];
853
+ "no-useless-constructor": string;
854
+ "no-useless-rename": string;
855
+ "require-yield": string;
856
+ "symbol-description": string;
857
+ "no-var": string;
858
+ "object-shorthand": string[];
859
+ "prefer-arrow-callback": (string | {
860
+ allowNamedFunctions: boolean;
861
+ })[];
862
+ "prefer-const": (string | {
863
+ destructuring: string;
864
+ })[];
865
+ "prefer-numeric-literals": string;
866
+ "prefer-rest-params": string;
867
+ "prefer-spread": string;
868
+ "prefer-object-spread": string;
869
+ "prefer-destructuring": (string | {
870
+ VariableDeclarator: {
871
+ array: boolean;
872
+ object: boolean;
873
+ };
874
+ AssignmentExpression: {
875
+ array: boolean;
876
+ object: boolean;
877
+ };
878
+ enforceForRenamedProperties?: undefined;
879
+ } | {
880
+ enforceForRenamedProperties: boolean;
881
+ VariableDeclarator?: undefined;
882
+ AssignmentExpression?: undefined;
883
+ })[];
884
+ "no-useless-catch": string;
885
+ "react/boolean-prop-naming": (string | {
886
+ validateNested: boolean;
887
+ })[];
888
+ "react/button-has-type": string;
889
+ "react/default-props-match-prop-types": string;
890
+ "react/function-component-definition": (string | {
891
+ namedComponents: string;
892
+ unnamedComponents: string;
893
+ })[];
894
+ "react/no-access-state-in-setstate": string;
895
+ "react/no-children-prop": string;
896
+ "react/no-danger": string;
897
+ "react/no-danger-with-children": string;
898
+ "react/no-deprecated": string;
899
+ "react/no-did-update-set-state": string;
900
+ "react/no-direct-mutation-state": string;
901
+ "react/no-find-dom-node": string;
902
+ "react/no-is-mounted": string;
903
+ "react/no-redundant-should-component-update": string;
904
+ "react/no-render-return-value": string;
905
+ "react/no-typos": string;
906
+ "react/no-string-refs": (string | {
907
+ noTemplateLiterals: boolean;
908
+ })[];
909
+ "react/no-this-in-sfc": string;
910
+ "react/no-unescaped-entities": string;
911
+ "react/no-unknown-property": string;
912
+ "react/no-unsafe": string;
913
+ "react/no-unused-prop-types": string;
914
+ "react/no-unused-state": string;
915
+ "react/prefer-read-only-props": string;
916
+ "react/require-default-props": (string | {
917
+ forbidDefaultForRequired: boolean;
918
+ ignoreFunctionalComponents: boolean;
919
+ })[];
920
+ "react/self-closing-comp": string;
921
+ "react/state-in-constructor": string[];
922
+ "react/static-property-placement": string;
923
+ "react/style-prop-object": string;
924
+ "react/void-dom-elements-no-children": string;
925
+ "react/jsx-boolean-value": string;
926
+ "react/jsx-no-bind": (string | {
927
+ allowArrowFunctions: boolean;
928
+ })[];
929
+ "react/jsx-no-comment-textnodes": string;
930
+ "react/jsx-no-duplicate-props": (string | {
931
+ ignoreCase: boolean;
932
+ })[];
933
+ "react/jsx-no-script-url": string;
934
+ "react/jsx-no-undef": string;
935
+ "react/jsx-curly-brace-presence": string[];
936
+ "react/jsx-fragments": string[];
937
+ "react/jsx-pascal-case": string;
938
+ "react/jsx-sort-props": (string | {
939
+ callbacksLast: boolean;
940
+ shorthandFirst: boolean;
941
+ noSortAlphabetically: boolean;
942
+ reservedFirst: boolean;
943
+ })[];
944
+ "react/jsx-uses-react": string;
945
+ "react/jsx-uses-vars": string;
946
+ "react-hooks/rules-of-hooks": string;
947
+ "react-hooks/exhaustive-deps": string;
948
+ "react/jsx-no-constructed-context-values": string;
949
+ "no-console": string;
950
+ "10x/react-in-scope": string;
951
+ "react/react-in-jsx-scope": string;
952
+ "react/jsx-key": string;
953
+ "react/jsx-no-target-blank": string;
954
+ "react/prop-types": string;
955
+ };
28
956
  settings: {
29
957
  react: {
30
958
  version: string;