@remotion/eslint-config 3.0.0-processing.8 → 3.0.0-rc.7

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