@remotion/eslint-config 4.0.188 → 4.0.190

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
@@ -19,9 +19,9 @@ declare const _default: {
19
19
  extends: string[];
20
20
  parser: string;
21
21
  rules: {
22
- "react/jsx-no-useless-fragment": string;
23
- "react/no-array-index-key": string;
24
- "10x/auto-import": (string | {
22
+ 'react/jsx-no-useless-fragment': string;
23
+ 'react/no-array-index-key': string;
24
+ '10x/auto-import': (string | {
25
25
  imports: {
26
26
  useRef: string;
27
27
  useEffect: string;
@@ -64,273 +64,269 @@ declare const _default: {
64
64
  styled: string;
65
65
  };
66
66
  })[];
67
- "no-unused-vars": string;
68
- "no-undef": string;
69
- "no-shadow": string;
70
- "@typescript-eslint/no-var-requires": string;
67
+ 'no-unused-vars': string;
68
+ 'no-undef': string;
69
+ 'no-shadow': string;
70
+ '@typescript-eslint/no-var-requires': string;
71
71
  curly: number;
72
- "lines-around-comment": number;
73
- "max-len": number;
74
- "no-confusing-arrow": number;
75
- "no-mixed-operators": number;
76
- "no-tabs": number;
77
- "no-unexpected-multiline": number;
72
+ 'lines-around-comment': number;
73
+ 'max-len': number;
74
+ 'no-confusing-arrow': number;
75
+ 'no-mixed-operators': number;
76
+ 'no-tabs': number;
77
+ 'no-unexpected-multiline': number;
78
78
  quotes: number;
79
- "@typescript-eslint/quotes": number;
80
- "babel/quotes": number;
81
- "array-bracket-newline": string;
82
- "array-bracket-spacing": string;
83
- "array-element-newline": string;
84
- "arrow-parens": string;
85
- "arrow-spacing": string;
86
- "block-spacing": string;
87
- "brace-style": string;
88
- "comma-dangle": string;
89
- "comma-spacing": string;
90
- "comma-style": string;
91
- "computed-property-spacing": string;
92
- "dot-location": string;
93
- "eol-last": string;
94
- "func-call-spacing": string;
95
- "function-call-argument-newline": string;
96
- "function-paren-newline": string;
97
- "generator-star": string;
98
- "generator-star-spacing": string;
99
- "implicit-arrow-linebreak": string;
79
+ '@typescript-eslint/quotes': number;
80
+ 'babel/quotes': number;
81
+ 'array-bracket-newline': string;
82
+ 'array-bracket-spacing': string;
83
+ 'array-element-newline': string;
84
+ 'arrow-parens': string;
85
+ 'arrow-spacing': string;
86
+ 'block-spacing': string;
87
+ 'brace-style': string;
88
+ 'comma-dangle': string;
89
+ 'comma-spacing': string;
90
+ 'comma-style': string;
91
+ 'computed-property-spacing': string;
92
+ 'dot-location': string;
93
+ 'eol-last': string;
94
+ 'func-call-spacing': string;
95
+ 'function-call-argument-newline': string;
96
+ 'function-paren-newline': string;
97
+ 'generator-star': string;
98
+ 'generator-star-spacing': string;
99
+ 'implicit-arrow-linebreak': string;
100
100
  indent: string;
101
- "jsx-quotes": string;
102
- "key-spacing": string;
103
- "keyword-spacing": string;
104
- "linebreak-style": string;
105
- "multiline-ternary": string;
106
- "newline-per-chained-call": string;
107
- "new-parens": string;
108
- "no-arrow-condition": string;
109
- "no-comma-dangle": string;
110
- "no-extra-parens": string;
111
- "no-extra-semi": string;
112
- "no-floating-decimal": string;
113
- "no-mixed-spaces-and-tabs": string;
114
- "no-multi-spaces": string;
115
- "no-multiple-empty-lines": string;
116
- "no-reserved-keys": string;
117
- "no-space-before-semi": string;
118
- "no-trailing-spaces": string;
119
- "no-whitespace-before-property": string;
120
- "no-wrap-func": string;
121
- "nonblock-statement-body-position": string;
122
- "object-curly-newline": string;
123
- "object-curly-spacing": string;
124
- "object-property-newline": string;
125
- "one-var-declaration-per-line": string;
126
- "operator-linebreak": string;
127
- "padded-blocks": string;
128
- "quote-props": string;
129
- "rest-spread-spacing": string;
101
+ 'jsx-quotes': string;
102
+ 'key-spacing': string;
103
+ 'keyword-spacing': string;
104
+ 'linebreak-style': string;
105
+ 'multiline-ternary': string;
106
+ 'newline-per-chained-call': string;
107
+ 'new-parens': string;
108
+ 'no-arrow-condition': string;
109
+ 'no-comma-dangle': string;
110
+ 'no-extra-parens': string;
111
+ 'no-extra-semi': string;
112
+ 'no-floating-decimal': string;
113
+ 'no-mixed-spaces-and-tabs': string;
114
+ 'no-multi-spaces': string;
115
+ 'no-multiple-empty-lines': string;
116
+ 'no-reserved-keys': string;
117
+ 'no-space-before-semi': string;
118
+ 'no-trailing-spaces': string;
119
+ 'no-whitespace-before-property': string;
120
+ 'no-wrap-func': string;
121
+ 'nonblock-statement-body-position': string;
122
+ 'object-curly-newline': string;
123
+ 'object-curly-spacing': string;
124
+ 'object-property-newline': string;
125
+ 'one-var-declaration-per-line': string;
126
+ 'operator-linebreak': string;
127
+ 'padded-blocks': string;
128
+ 'quote-props': string;
129
+ 'rest-spread-spacing': string;
130
130
  semi: string;
131
- "semi-spacing": string;
132
- "semi-style": string;
133
- "space-after-function-name": string;
134
- "space-after-keywords": string;
135
- "space-before-blocks": string;
136
- "space-before-function-paren": string;
137
- "space-before-function-parentheses": string;
138
- "space-before-keywords": string;
139
- "space-in-brackets": string;
140
- "space-in-parens": string;
141
- "space-infix-ops": string;
142
- "space-return-throw-case": string;
143
- "space-unary-ops": string;
144
- "space-unary-word-ops": string;
145
- "switch-colon-spacing": string;
146
- "template-curly-spacing": string;
147
- "template-tag-spacing": string;
148
- "unicode-bom": string;
149
- "wrap-iife": string;
150
- "wrap-regex": string;
151
- "yield-star-spacing": string;
152
- "@typescript-eslint/brace-style": string;
153
- "@typescript-eslint/comma-dangle": string;
154
- "@typescript-eslint/comma-spacing": string;
155
- "@typescript-eslint/func-call-spacing": string;
156
- "@typescript-eslint/indent": string;
157
- "@typescript-eslint/keyword-spacing": string;
158
- "@typescript-eslint/member-delimiter-style": string;
159
- "@typescript-eslint/no-extra-parens": string;
160
- "@typescript-eslint/no-extra-semi": string;
161
- "@typescript-eslint/object-curly-spacing": string;
162
- "@typescript-eslint/semi": string;
163
- "@typescript-eslint/space-before-function-paren": string;
164
- "@typescript-eslint/space-infix-ops": string;
165
- "@typescript-eslint/type-annotation-spacing": string;
166
- "react/jsx-child-element-spacing": string;
167
- "react/jsx-closing-bracket-location": string;
168
- "react/jsx-closing-tag-location": string;
169
- "react/jsx-curly-newline": string;
170
- "react/jsx-curly-spacing": string;
171
- "react/jsx-equals-spacing": string;
172
- "react/jsx-first-prop-new-line": string;
173
- "react/jsx-indent": string;
174
- "react/jsx-indent-props": string;
175
- "react/jsx-max-props-per-line": string;
176
- "react/jsx-newline": string;
177
- "react/jsx-one-expression-per-line": string;
178
- "react/jsx-props-no-multi-spaces": string;
179
- "react/jsx-tag-spacing": string;
180
- "react/jsx-wrap-multilines": string;
181
- "for-direction": string;
182
- "getter-return": string;
183
- "no-async-promise-executor": string;
184
- "no-compare-neg-zero": string;
185
- "no-cond-assign": string;
186
- "no-constant-condition": string;
187
- "no-control-regex": string;
188
- "no-debugger": string;
189
- "no-dupe-args": string;
190
- "no-dupe-else-if": string;
191
- "no-dupe-keys": string;
192
- "no-duplicate-case": string;
193
- "no-empty-character-class": string;
194
- "no-empty": (string | {
131
+ 'semi-spacing': string;
132
+ 'semi-style': string;
133
+ 'space-after-function-name': string;
134
+ 'space-after-keywords': string;
135
+ 'space-before-blocks': string;
136
+ 'space-before-function-paren': string;
137
+ 'space-before-function-parentheses': string;
138
+ 'space-before-keywords': string;
139
+ 'space-in-brackets': string;
140
+ 'space-in-parens': string;
141
+ 'space-infix-ops': string;
142
+ 'space-return-throw-case': string;
143
+ 'space-unary-ops': string;
144
+ 'space-unary-word-ops': string;
145
+ 'switch-colon-spacing': string;
146
+ 'template-curly-spacing': string;
147
+ 'template-tag-spacing': string;
148
+ 'unicode-bom': string;
149
+ 'wrap-iife': string;
150
+ 'wrap-regex': string;
151
+ 'yield-star-spacing': string;
152
+ '@typescript-eslint/brace-style': string;
153
+ '@typescript-eslint/comma-dangle': string;
154
+ '@typescript-eslint/comma-spacing': string;
155
+ '@typescript-eslint/func-call-spacing': string;
156
+ '@typescript-eslint/indent': string;
157
+ '@typescript-eslint/keyword-spacing': string;
158
+ '@typescript-eslint/member-delimiter-style': string;
159
+ '@typescript-eslint/no-extra-parens': string;
160
+ '@typescript-eslint/no-extra-semi': string;
161
+ '@typescript-eslint/object-curly-spacing': string;
162
+ '@typescript-eslint/semi': string;
163
+ '@typescript-eslint/space-before-function-paren': string;
164
+ '@typescript-eslint/space-infix-ops': string;
165
+ '@typescript-eslint/type-annotation-spacing': string;
166
+ 'react/jsx-child-element-spacing': string;
167
+ 'react/jsx-closing-bracket-location': string;
168
+ 'react/jsx-closing-tag-location': string;
169
+ 'react/jsx-curly-newline': string;
170
+ 'react/jsx-curly-spacing': string;
171
+ 'react/jsx-equals-spacing': string;
172
+ 'react/jsx-first-prop-new-line': string;
173
+ 'react/jsx-indent': string;
174
+ 'react/jsx-indent-props': string;
175
+ 'react/jsx-max-props-per-line': string;
176
+ 'react/jsx-newline': string;
177
+ 'react/jsx-one-expression-per-line': string;
178
+ 'react/jsx-props-no-multi-spaces': string;
179
+ 'react/jsx-tag-spacing': string;
180
+ 'react/jsx-wrap-multilines': string;
181
+ 'for-direction': string;
182
+ 'getter-return': string;
183
+ 'no-async-promise-executor': string;
184
+ 'no-compare-neg-zero': string;
185
+ 'no-cond-assign': string;
186
+ 'no-constant-condition': string;
187
+ 'no-control-regex': string;
188
+ 'no-debugger': string;
189
+ 'no-dupe-args': string;
190
+ 'no-dupe-else-if': string;
191
+ 'no-dupe-keys': string;
192
+ 'no-duplicate-case': string;
193
+ 'no-empty-character-class': string;
194
+ 'no-empty': (string | {
195
195
  allowEmptyCatch: boolean;
196
196
  })[];
197
- "no-ex-assign": string;
198
- "no-extra-boolean-cast": string;
199
- "no-func-assign": string;
200
- "no-import-assign": string;
201
- "no-inner-declarations": string;
202
- "no-invalid-regexp": string;
203
- "no-irregular-whitespace": string;
204
- "no-loss-of-precision": string;
205
- "no-misleading-character-class": string;
206
- "no-obj-calls": string;
207
- "no-promise-executor-return": string;
208
- "no-prototype-builtins": string;
209
- "no-regex-spaces": string;
210
- "no-setter-return": string;
211
- "no-sparse-arrays": string;
212
- "no-template-curly-in-string": string;
213
- "no-unreachable": string;
214
- "no-unreachable-loop": string;
215
- "no-unsafe-finally": string;
216
- "no-unsafe-negation": string;
217
- "no-unsafe-optional-chaining": (string | {
197
+ 'no-ex-assign': string;
198
+ 'no-extra-boolean-cast': string;
199
+ 'no-func-assign': string;
200
+ 'no-import-assign': string;
201
+ 'no-inner-declarations': string;
202
+ 'no-invalid-regexp': string;
203
+ 'no-irregular-whitespace': string;
204
+ 'no-loss-of-precision': string;
205
+ 'no-misleading-character-class': string;
206
+ 'no-obj-calls': string;
207
+ 'no-promise-executor-return': string;
208
+ 'no-prototype-builtins': string;
209
+ 'no-regex-spaces': string;
210
+ 'no-setter-return': string;
211
+ 'no-sparse-arrays': string;
212
+ 'no-template-curly-in-string': string;
213
+ 'no-unreachable': string;
214
+ 'no-unreachable-loop': string;
215
+ 'no-unsafe-finally': string;
216
+ 'no-unsafe-negation': string;
217
+ 'no-unsafe-optional-chaining': (string | {
218
218
  disallowArithmeticOperators: boolean;
219
219
  })[];
220
- "no-useless-backreference": string;
221
- "use-isnan": string;
222
- "valid-typeof": (string | {
220
+ 'no-useless-backreference': string;
221
+ 'use-isnan': string;
222
+ 'valid-typeof': (string | {
223
223
  requireStringLiterals: boolean;
224
224
  })[];
225
- "accessor-pairs": (string | {
225
+ 'accessor-pairs': (string | {
226
226
  enforceForClassMembers: boolean;
227
227
  })[];
228
- "array-callback-return": (string | {
228
+ 'array-callback-return': (string | {
229
229
  allowImplicit: boolean;
230
230
  })[];
231
- "block-scoped-var": string;
231
+ 'block-scoped-var': string;
232
232
  complexity: string;
233
- "default-case": string;
234
- "default-case-last": string;
235
- "default-param-last": string;
236
- "dot-notation": string;
233
+ 'default-case': string;
234
+ 'default-case-last': string;
235
+ 'default-param-last': string;
236
+ 'dot-notation': string;
237
237
  eqeqeq: string;
238
- "grouped-accessor-pairs": string[];
239
- "guard-for-in": string;
240
- "no-alert": string;
241
- "no-caller": string;
242
- "no-case-declarations": string;
243
- "no-constructor-return": string;
244
- "no-else-return": (string | {
238
+ 'grouped-accessor-pairs': string[];
239
+ 'guard-for-in': string;
240
+ 'no-alert': string;
241
+ 'no-caller': string;
242
+ 'no-case-declarations': string;
243
+ 'no-constructor-return': string;
244
+ 'no-else-return': (string | {
245
245
  allowElseIf: boolean;
246
246
  })[];
247
- "no-empty-pattern": string;
248
- "no-eq-null": string;
249
- "no-eval": string;
250
- "no-extend-native": string;
251
- "no-extra-bind": string;
252
- "no-extra-label": string;
253
- "no-fallthrough": string;
254
- "no-global-assign": string;
255
- "no-implicit-coercion": string;
256
- "no-implicit-globals": string;
257
- "no-implied-eval": string;
258
- "no-iterator": string;
259
- "no-labels": string;
260
- "no-lone-blocks": string;
261
- "no-multi-str": string;
262
- "no-new-func": string;
263
- "no-new-wrappers": string;
264
- "no-nonoctal-decimal-escape": string;
265
- "no-new": string;
266
- "no-octal-escape": string;
267
- "no-octal": string;
268
- "no-proto": string;
269
- "no-redeclare": string;
270
- "no-return-assign": string[];
271
- "no-return-await": string;
272
- "no-script-url": string;
273
- "no-self-assign": (string | {
247
+ 'no-empty-pattern': string;
248
+ 'no-eq-null': string;
249
+ 'no-eval': string;
250
+ 'no-extend-native': string;
251
+ 'no-extra-bind': string;
252
+ 'no-extra-label': string;
253
+ 'no-fallthrough': string;
254
+ 'no-global-assign': string;
255
+ 'no-implicit-coercion': string;
256
+ 'no-implicit-globals': string;
257
+ 'no-implied-eval': string;
258
+ 'no-iterator': string;
259
+ 'no-labels': string;
260
+ 'no-lone-blocks': string;
261
+ 'no-multi-str': string;
262
+ 'no-new-func': string;
263
+ 'no-new-wrappers': string;
264
+ 'no-nonoctal-decimal-escape': string;
265
+ 'no-new': string;
266
+ 'no-octal-escape': string;
267
+ 'no-octal': string;
268
+ 'no-proto': string;
269
+ 'no-redeclare': string;
270
+ 'no-return-assign': string[];
271
+ 'no-return-await': string;
272
+ 'no-script-url': string;
273
+ 'no-self-assign': (string | {
274
274
  props: boolean;
275
275
  })[];
276
- "no-self-compare": string;
277
- "no-sequences": string;
278
- "no-throw-literal": string;
279
- "no-unmodified-loop-condition": string;
280
- "no-unused-labels": string;
281
- "no-useless-call": string;
282
- "no-useless-concat": string;
283
- "no-useless-escape": string;
284
- "no-useless-return": string;
285
- "no-void": string;
286
- "no-warning-comments": string;
287
- "no-with": string;
288
- "prefer-promise-reject-errors": (string | {
276
+ 'no-self-compare': string;
277
+ 'no-sequences': string;
278
+ 'no-throw-literal': string;
279
+ 'no-unmodified-loop-condition': string;
280
+ 'no-unused-labels': string;
281
+ 'no-useless-call': string;
282
+ 'no-useless-concat': string;
283
+ 'no-useless-escape': string;
284
+ 'no-useless-return': string;
285
+ 'no-void': string;
286
+ 'no-warning-comments': string;
287
+ 'no-with': string;
288
+ 'prefer-promise-reject-errors': (string | {
289
289
  allowEmptyReject: boolean;
290
290
  })[];
291
- "prefer-regex-literals": string;
291
+ 'prefer-regex-literals': string;
292
292
  radix: string;
293
293
  yoda: string;
294
- "no-delete-var": string;
295
- "no-label-var": string;
296
- "no-restricted-globals": string[];
297
- "no-shadow-restricted-names": string;
298
- "no-undef-init": string;
299
- "no-buffer-constructor": string;
300
- "no-restricted-imports": string[];
294
+ 'no-delete-var': string;
295
+ 'no-label-var': string;
296
+ 'no-restricted-globals': string[];
297
+ 'no-shadow-restricted-names': string;
298
+ 'no-undef-init': string;
299
+ 'no-buffer-constructor': string;
300
+ 'no-restricted-imports': string[];
301
301
  camelcase: (string | {
302
302
  properties: string;
303
303
  })[];
304
- "capitalized-comments": (string | {
305
- ignorePattern: string;
306
- ignoreInlineComments: boolean;
307
- ignoreConsecutiveComments: boolean;
308
- })[];
309
- "func-name-matching": (string | {
304
+ 'capitalized-comments': string[];
305
+ 'func-name-matching': (string | {
310
306
  considerPropertyDescriptor: boolean;
311
307
  })[];
312
- "func-names": string[];
313
- "lines-between-class-members": (string | {
308
+ 'func-names': string[];
309
+ 'lines-between-class-members': (string | {
314
310
  exceptAfterSingleLine: boolean;
315
311
  })[];
316
- "max-depth": string;
317
- "max-nested-callbacks": (string | number)[];
318
- "max-params": (string | {
312
+ 'max-depth': string;
313
+ 'max-nested-callbacks': (string | number)[];
314
+ 'max-params': (string | {
319
315
  max: number;
320
316
  })[];
321
- "max-statements-per-line": string;
322
- "no-array-constructor": string;
323
- "no-lonely-if": string;
324
- "no-multi-assign": string;
325
- "no-negated-condition": string;
326
- "no-new-object": string;
327
- "no-restricted-syntax": string[];
328
- "no-unneeded-ternary": string;
329
- "one-var": string[];
330
- "operator-assignment": string[];
331
- "padding-line-between-statements": string;
332
- "prefer-exponentiation-operator": string;
333
- "spaced-comment": (string | {
317
+ 'max-statements-per-line': string;
318
+ 'no-array-constructor': string;
319
+ 'no-lonely-if': string;
320
+ 'no-multi-assign': string;
321
+ 'no-negated-condition': string;
322
+ 'no-new-object': string;
323
+ 'no-restricted-syntax': string[];
324
+ 'no-unneeded-ternary': string;
325
+ 'one-var': string[];
326
+ 'operator-assignment': string[];
327
+ 'padding-line-between-statements': string;
328
+ 'prefer-exponentiation-operator': string;
329
+ 'spaced-comment': (string | {
334
330
  line: {
335
331
  exceptions: string[];
336
332
  markers: string[];
@@ -341,32 +337,32 @@ declare const _default: {
341
337
  balanced: boolean;
342
338
  };
343
339
  })[];
344
- "constructor-super": string;
345
- "no-class-assign": string;
346
- "no-const-assign": string;
347
- "no-dupe-class-members": string;
348
- "no-new-symbol": string;
349
- "no-this-before-super": string;
350
- "no-useless-computed-key": (string | {
340
+ 'constructor-super': string;
341
+ 'no-class-assign': string;
342
+ 'no-const-assign': string;
343
+ 'no-dupe-class-members': string;
344
+ 'no-new-symbol': string;
345
+ 'no-this-before-super': string;
346
+ 'no-useless-computed-key': (string | {
351
347
  enforceForClassMembers: boolean;
352
348
  })[];
353
- "no-useless-constructor": string;
354
- "no-useless-rename": string;
355
- "require-yield": string;
356
- "symbol-description": string;
357
- "no-var": string;
358
- "object-shorthand": string[];
359
- "prefer-arrow-callback": (string | {
349
+ 'no-useless-constructor': string;
350
+ 'no-useless-rename': string;
351
+ 'require-yield': string;
352
+ 'symbol-description': string;
353
+ 'no-var': string;
354
+ 'object-shorthand': string[];
355
+ 'prefer-arrow-callback': (string | {
360
356
  allowNamedFunctions: boolean;
361
357
  })[];
362
- "prefer-const": (string | {
358
+ 'prefer-const': (string | {
363
359
  destructuring: string;
364
360
  })[];
365
- "prefer-numeric-literals": string;
366
- "prefer-rest-params": string;
367
- "prefer-spread": string;
368
- "prefer-object-spread": string;
369
- "prefer-destructuring": (string | {
361
+ 'prefer-numeric-literals': string;
362
+ 'prefer-rest-params': string;
363
+ 'prefer-spread': string;
364
+ 'prefer-object-spread': string;
365
+ 'prefer-destructuring': (string | {
370
366
  VariableDeclarator: {
371
367
  array: boolean;
372
368
  object: boolean;
@@ -381,74 +377,74 @@ declare const _default: {
381
377
  VariableDeclarator?: undefined;
382
378
  AssignmentExpression?: undefined;
383
379
  })[];
384
- "no-useless-catch": string;
385
- "react/boolean-prop-naming": (string | {
380
+ 'no-useless-catch': string;
381
+ 'react/boolean-prop-naming': (string | {
386
382
  validateNested: boolean;
387
383
  })[];
388
- "react/button-has-type": string;
389
- "react/default-props-match-prop-types": string;
390
- "react/no-access-state-in-setstate": string;
391
- "react/no-children-prop": string;
392
- "react/no-danger": string;
393
- "react/no-danger-with-children": string;
394
- "react/no-deprecated": string;
395
- "react/no-did-update-set-state": string;
396
- "react/no-direct-mutation-state": string;
397
- "react/no-find-dom-node": string;
398
- "react/no-is-mounted": string;
399
- "react/no-redundant-should-component-update": string;
400
- "react/no-render-return-value": string;
401
- "react/no-typos": string;
402
- "react/no-string-refs": (string | {
384
+ 'react/button-has-type': string;
385
+ 'react/default-props-match-prop-types': string;
386
+ 'react/no-access-state-in-setstate': string;
387
+ 'react/no-children-prop': string;
388
+ 'react/no-danger': string;
389
+ 'react/no-danger-with-children': string;
390
+ 'react/no-deprecated': string;
391
+ 'react/no-did-update-set-state': string;
392
+ 'react/no-direct-mutation-state': string;
393
+ 'react/no-find-dom-node': string;
394
+ 'react/no-is-mounted': string;
395
+ 'react/no-redundant-should-component-update': string;
396
+ 'react/no-render-return-value': string;
397
+ 'react/no-typos': string;
398
+ 'react/no-string-refs': (string | {
403
399
  noTemplateLiterals: boolean;
404
400
  })[];
405
- "react/no-this-in-sfc": string;
406
- "react/no-unsafe": string;
407
- "react/no-unused-prop-types": string;
408
- "react/no-unused-state": string;
409
- "react/prefer-read-only-props": string;
410
- "react/require-default-props": (string | {
401
+ 'react/no-this-in-sfc': string;
402
+ 'react/no-unsafe': string;
403
+ 'react/no-unused-prop-types': string;
404
+ 'react/no-unused-state': string;
405
+ 'react/prefer-read-only-props': string;
406
+ 'react/require-default-props': (string | {
411
407
  forbidDefaultForRequired: boolean;
412
408
  ignoreFunctionalComponents: boolean;
413
409
  })[];
414
- "react/self-closing-comp": string;
415
- "react/state-in-constructor": string[];
416
- "react/static-property-placement": string;
417
- "react/style-prop-object": string;
418
- "react/void-dom-elements-no-children": string;
419
- "react/jsx-boolean-value": string;
420
- "react/jsx-no-bind": (string | {
410
+ 'react/self-closing-comp': string;
411
+ 'react/state-in-constructor': string[];
412
+ 'react/static-property-placement': string;
413
+ 'react/style-prop-object': string;
414
+ 'react/void-dom-elements-no-children': string;
415
+ 'react/jsx-boolean-value': string;
416
+ 'react/jsx-no-bind': (string | {
421
417
  allowArrowFunctions: boolean;
422
418
  })[];
423
- "react/jsx-no-comment-textnodes": string;
424
- "react/jsx-no-duplicate-props": (string | {
419
+ 'react/jsx-no-comment-textnodes': string;
420
+ 'react/jsx-no-duplicate-props': (string | {
425
421
  ignoreCase: boolean;
426
422
  })[];
427
- "react/jsx-no-script-url": string;
428
- "react/jsx-no-undef": string;
429
- "react/jsx-curly-brace-presence": string[];
430
- "react/jsx-fragments": string[];
431
- "react/jsx-pascal-case": string;
432
- "react/jsx-sort-props": (string | {
423
+ 'react/jsx-no-script-url': string;
424
+ 'react/jsx-no-undef': string;
425
+ 'react/jsx-curly-brace-presence': string[];
426
+ 'react/jsx-fragments': string[];
427
+ 'react/jsx-pascal-case': string;
428
+ 'react/jsx-sort-props': (string | {
433
429
  callbacksLast: boolean;
434
430
  shorthandFirst: boolean;
435
431
  noSortAlphabetically: boolean;
436
432
  reservedFirst: boolean;
437
433
  })[];
438
- "react/jsx-uses-react": string;
439
- "react/jsx-uses-vars": string;
440
- "react-hooks/rules-of-hooks": string;
441
- "react-hooks/exhaustive-deps": string;
442
- "react/jsx-no-constructed-context-values": string;
443
- "no-console": string;
444
- "10x/react-in-scope": string;
445
- "react/react-in-jsx-scope": string;
446
- "react/jsx-key": string;
447
- "react/jsx-no-target-blank": string;
434
+ 'react/jsx-uses-react': string;
435
+ 'react/jsx-uses-vars': string;
436
+ 'react-hooks/rules-of-hooks': string;
437
+ 'react-hooks/exhaustive-deps': string;
438
+ 'react/jsx-no-constructed-context-values': string;
439
+ 'no-console': string;
440
+ '10x/react-in-scope': string;
441
+ 'react/react-in-jsx-scope': string;
442
+ 'react/jsx-key': string;
443
+ 'react/jsx-no-target-blank': string;
448
444
  } | {
449
- "react/jsx-no-useless-fragment": string;
450
- "react/no-array-index-key": string;
451
- "10x/auto-import": (string | {
445
+ 'react/jsx-no-useless-fragment': string;
446
+ 'react/no-array-index-key': string;
447
+ '10x/auto-import': (string | {
452
448
  imports: {
453
449
  useRef: string;
454
450
  useEffect: string;
@@ -491,10 +487,10 @@ declare const _default: {
491
487
  styled: string;
492
488
  };
493
489
  })[];
494
- "no-undef": (string | {
490
+ 'no-undef': (string | {
495
491
  typeof: boolean;
496
492
  })[];
497
- "no-unused-vars": (string | {
493
+ 'no-unused-vars': (string | {
498
494
  vars: string;
499
495
  args: string;
500
496
  ignoreRestSiblings: boolean;
@@ -503,268 +499,264 @@ declare const _default: {
503
499
  caughtErrorsIgnorePattern: string;
504
500
  })[];
505
501
  curly: number;
506
- "lines-around-comment": number;
507
- "max-len": number;
508
- "no-confusing-arrow": number;
509
- "no-mixed-operators": number;
510
- "no-tabs": number;
511
- "no-unexpected-multiline": number;
502
+ 'lines-around-comment': number;
503
+ 'max-len': number;
504
+ 'no-confusing-arrow': number;
505
+ 'no-mixed-operators': number;
506
+ 'no-tabs': number;
507
+ 'no-unexpected-multiline': number;
512
508
  quotes: number;
513
- "@typescript-eslint/quotes": number;
514
- "babel/quotes": number;
515
- "array-bracket-newline": string;
516
- "array-bracket-spacing": string;
517
- "array-element-newline": string;
518
- "arrow-parens": string;
519
- "arrow-spacing": string;
520
- "block-spacing": string;
521
- "brace-style": string;
522
- "comma-dangle": string;
523
- "comma-spacing": string;
524
- "comma-style": string;
525
- "computed-property-spacing": string;
526
- "dot-location": string;
527
- "eol-last": string;
528
- "func-call-spacing": string;
529
- "function-call-argument-newline": string;
530
- "function-paren-newline": string;
531
- "generator-star": string;
532
- "generator-star-spacing": string;
533
- "implicit-arrow-linebreak": string;
509
+ '@typescript-eslint/quotes': number;
510
+ 'babel/quotes': number;
511
+ 'array-bracket-newline': string;
512
+ 'array-bracket-spacing': string;
513
+ 'array-element-newline': string;
514
+ 'arrow-parens': string;
515
+ 'arrow-spacing': string;
516
+ 'block-spacing': string;
517
+ 'brace-style': string;
518
+ 'comma-dangle': string;
519
+ 'comma-spacing': string;
520
+ 'comma-style': string;
521
+ 'computed-property-spacing': string;
522
+ 'dot-location': string;
523
+ 'eol-last': string;
524
+ 'func-call-spacing': string;
525
+ 'function-call-argument-newline': string;
526
+ 'function-paren-newline': string;
527
+ 'generator-star': string;
528
+ 'generator-star-spacing': string;
529
+ 'implicit-arrow-linebreak': string;
534
530
  indent: string;
535
- "jsx-quotes": string;
536
- "key-spacing": string;
537
- "keyword-spacing": string;
538
- "linebreak-style": string;
539
- "multiline-ternary": string;
540
- "newline-per-chained-call": string;
541
- "new-parens": string;
542
- "no-arrow-condition": string;
543
- "no-comma-dangle": string;
544
- "no-extra-parens": string;
545
- "no-extra-semi": string;
546
- "no-floating-decimal": string;
547
- "no-mixed-spaces-and-tabs": string;
548
- "no-multi-spaces": string;
549
- "no-multiple-empty-lines": string;
550
- "no-reserved-keys": string;
551
- "no-space-before-semi": string;
552
- "no-trailing-spaces": string;
553
- "no-whitespace-before-property": string;
554
- "no-wrap-func": string;
555
- "nonblock-statement-body-position": string;
556
- "object-curly-newline": string;
557
- "object-curly-spacing": string;
558
- "object-property-newline": string;
559
- "one-var-declaration-per-line": string;
560
- "operator-linebreak": string;
561
- "padded-blocks": string;
562
- "quote-props": string;
563
- "rest-spread-spacing": string;
531
+ 'jsx-quotes': string;
532
+ 'key-spacing': string;
533
+ 'keyword-spacing': string;
534
+ 'linebreak-style': string;
535
+ 'multiline-ternary': string;
536
+ 'newline-per-chained-call': string;
537
+ 'new-parens': string;
538
+ 'no-arrow-condition': string;
539
+ 'no-comma-dangle': string;
540
+ 'no-extra-parens': string;
541
+ 'no-extra-semi': string;
542
+ 'no-floating-decimal': string;
543
+ 'no-mixed-spaces-and-tabs': string;
544
+ 'no-multi-spaces': string;
545
+ 'no-multiple-empty-lines': string;
546
+ 'no-reserved-keys': string;
547
+ 'no-space-before-semi': string;
548
+ 'no-trailing-spaces': string;
549
+ 'no-whitespace-before-property': string;
550
+ 'no-wrap-func': string;
551
+ 'nonblock-statement-body-position': string;
552
+ 'object-curly-newline': string;
553
+ 'object-curly-spacing': string;
554
+ 'object-property-newline': string;
555
+ 'one-var-declaration-per-line': string;
556
+ 'operator-linebreak': string;
557
+ 'padded-blocks': string;
558
+ 'quote-props': string;
559
+ 'rest-spread-spacing': string;
564
560
  semi: string;
565
- "semi-spacing": string;
566
- "semi-style": string;
567
- "space-after-function-name": string;
568
- "space-after-keywords": string;
569
- "space-before-blocks": string;
570
- "space-before-function-paren": string;
571
- "space-before-function-parentheses": string;
572
- "space-before-keywords": string;
573
- "space-in-brackets": string;
574
- "space-in-parens": string;
575
- "space-infix-ops": string;
576
- "space-return-throw-case": string;
577
- "space-unary-ops": string;
578
- "space-unary-word-ops": string;
579
- "switch-colon-spacing": string;
580
- "template-curly-spacing": string;
581
- "template-tag-spacing": string;
582
- "unicode-bom": string;
583
- "wrap-iife": string;
584
- "wrap-regex": string;
585
- "yield-star-spacing": string;
586
- "@typescript-eslint/brace-style": string;
587
- "@typescript-eslint/comma-dangle": string;
588
- "@typescript-eslint/comma-spacing": string;
589
- "@typescript-eslint/func-call-spacing": string;
590
- "@typescript-eslint/indent": string;
591
- "@typescript-eslint/keyword-spacing": string;
592
- "@typescript-eslint/member-delimiter-style": string;
593
- "@typescript-eslint/no-extra-parens": string;
594
- "@typescript-eslint/no-extra-semi": string;
595
- "@typescript-eslint/object-curly-spacing": string;
596
- "@typescript-eslint/semi": string;
597
- "@typescript-eslint/space-before-function-paren": string;
598
- "@typescript-eslint/space-infix-ops": string;
599
- "@typescript-eslint/type-annotation-spacing": string;
600
- "react/jsx-child-element-spacing": string;
601
- "react/jsx-closing-bracket-location": string;
602
- "react/jsx-closing-tag-location": string;
603
- "react/jsx-curly-newline": string;
604
- "react/jsx-curly-spacing": string;
605
- "react/jsx-equals-spacing": string;
606
- "react/jsx-first-prop-new-line": string;
607
- "react/jsx-indent": string;
608
- "react/jsx-indent-props": string;
609
- "react/jsx-max-props-per-line": string;
610
- "react/jsx-newline": string;
611
- "react/jsx-one-expression-per-line": string;
612
- "react/jsx-props-no-multi-spaces": string;
613
- "react/jsx-tag-spacing": string;
614
- "react/jsx-wrap-multilines": string;
615
- "for-direction": string;
616
- "getter-return": string;
617
- "no-async-promise-executor": string;
618
- "no-compare-neg-zero": string;
619
- "no-cond-assign": string;
620
- "no-constant-condition": string;
621
- "no-control-regex": string;
622
- "no-debugger": string;
623
- "no-dupe-args": string;
624
- "no-dupe-else-if": string;
625
- "no-dupe-keys": string;
626
- "no-duplicate-case": string;
627
- "no-empty-character-class": string;
628
- "no-empty": (string | {
561
+ 'semi-spacing': string;
562
+ 'semi-style': string;
563
+ 'space-after-function-name': string;
564
+ 'space-after-keywords': string;
565
+ 'space-before-blocks': string;
566
+ 'space-before-function-paren': string;
567
+ 'space-before-function-parentheses': string;
568
+ 'space-before-keywords': string;
569
+ 'space-in-brackets': string;
570
+ 'space-in-parens': string;
571
+ 'space-infix-ops': string;
572
+ 'space-return-throw-case': string;
573
+ 'space-unary-ops': string;
574
+ 'space-unary-word-ops': string;
575
+ 'switch-colon-spacing': string;
576
+ 'template-curly-spacing': string;
577
+ 'template-tag-spacing': string;
578
+ 'unicode-bom': string;
579
+ 'wrap-iife': string;
580
+ 'wrap-regex': string;
581
+ 'yield-star-spacing': string;
582
+ '@typescript-eslint/brace-style': string;
583
+ '@typescript-eslint/comma-dangle': string;
584
+ '@typescript-eslint/comma-spacing': string;
585
+ '@typescript-eslint/func-call-spacing': string;
586
+ '@typescript-eslint/indent': string;
587
+ '@typescript-eslint/keyword-spacing': string;
588
+ '@typescript-eslint/member-delimiter-style': string;
589
+ '@typescript-eslint/no-extra-parens': string;
590
+ '@typescript-eslint/no-extra-semi': string;
591
+ '@typescript-eslint/object-curly-spacing': string;
592
+ '@typescript-eslint/semi': string;
593
+ '@typescript-eslint/space-before-function-paren': string;
594
+ '@typescript-eslint/space-infix-ops': string;
595
+ '@typescript-eslint/type-annotation-spacing': string;
596
+ 'react/jsx-child-element-spacing': string;
597
+ 'react/jsx-closing-bracket-location': string;
598
+ 'react/jsx-closing-tag-location': string;
599
+ 'react/jsx-curly-newline': string;
600
+ 'react/jsx-curly-spacing': string;
601
+ 'react/jsx-equals-spacing': string;
602
+ 'react/jsx-first-prop-new-line': string;
603
+ 'react/jsx-indent': string;
604
+ 'react/jsx-indent-props': string;
605
+ 'react/jsx-max-props-per-line': string;
606
+ 'react/jsx-newline': string;
607
+ 'react/jsx-one-expression-per-line': string;
608
+ 'react/jsx-props-no-multi-spaces': string;
609
+ 'react/jsx-tag-spacing': string;
610
+ 'react/jsx-wrap-multilines': string;
611
+ 'for-direction': string;
612
+ 'getter-return': string;
613
+ 'no-async-promise-executor': string;
614
+ 'no-compare-neg-zero': string;
615
+ 'no-cond-assign': string;
616
+ 'no-constant-condition': string;
617
+ 'no-control-regex': string;
618
+ 'no-debugger': string;
619
+ 'no-dupe-args': string;
620
+ 'no-dupe-else-if': string;
621
+ 'no-dupe-keys': string;
622
+ 'no-duplicate-case': string;
623
+ 'no-empty-character-class': string;
624
+ 'no-empty': (string | {
629
625
  allowEmptyCatch: boolean;
630
626
  })[];
631
- "no-ex-assign": string;
632
- "no-extra-boolean-cast": string;
633
- "no-func-assign": string;
634
- "no-import-assign": string;
635
- "no-inner-declarations": string;
636
- "no-invalid-regexp": string;
637
- "no-irregular-whitespace": string;
638
- "no-loss-of-precision": string;
639
- "no-misleading-character-class": string;
640
- "no-obj-calls": string;
641
- "no-promise-executor-return": string;
642
- "no-prototype-builtins": string;
643
- "no-regex-spaces": string;
644
- "no-setter-return": string;
645
- "no-sparse-arrays": string;
646
- "no-template-curly-in-string": string;
647
- "no-unreachable": string;
648
- "no-unreachable-loop": string;
649
- "no-unsafe-finally": string;
650
- "no-unsafe-negation": string;
651
- "no-unsafe-optional-chaining": (string | {
627
+ 'no-ex-assign': string;
628
+ 'no-extra-boolean-cast': string;
629
+ 'no-func-assign': string;
630
+ 'no-import-assign': string;
631
+ 'no-inner-declarations': string;
632
+ 'no-invalid-regexp': string;
633
+ 'no-irregular-whitespace': string;
634
+ 'no-loss-of-precision': string;
635
+ 'no-misleading-character-class': string;
636
+ 'no-obj-calls': string;
637
+ 'no-promise-executor-return': string;
638
+ 'no-prototype-builtins': string;
639
+ 'no-regex-spaces': string;
640
+ 'no-setter-return': string;
641
+ 'no-sparse-arrays': string;
642
+ 'no-template-curly-in-string': string;
643
+ 'no-unreachable': string;
644
+ 'no-unreachable-loop': string;
645
+ 'no-unsafe-finally': string;
646
+ 'no-unsafe-negation': string;
647
+ 'no-unsafe-optional-chaining': (string | {
652
648
  disallowArithmeticOperators: boolean;
653
649
  })[];
654
- "no-useless-backreference": string;
655
- "use-isnan": string;
656
- "valid-typeof": (string | {
650
+ 'no-useless-backreference': string;
651
+ 'use-isnan': string;
652
+ 'valid-typeof': (string | {
657
653
  requireStringLiterals: boolean;
658
654
  })[];
659
- "accessor-pairs": (string | {
655
+ 'accessor-pairs': (string | {
660
656
  enforceForClassMembers: boolean;
661
657
  })[];
662
- "array-callback-return": (string | {
658
+ 'array-callback-return': (string | {
663
659
  allowImplicit: boolean;
664
660
  })[];
665
- "block-scoped-var": string;
661
+ 'block-scoped-var': string;
666
662
  complexity: string;
667
- "default-case": string;
668
- "default-case-last": string;
669
- "default-param-last": string;
670
- "dot-notation": string;
663
+ 'default-case': string;
664
+ 'default-case-last': string;
665
+ 'default-param-last': string;
666
+ 'dot-notation': string;
671
667
  eqeqeq: string;
672
- "grouped-accessor-pairs": string[];
673
- "guard-for-in": string;
674
- "no-alert": string;
675
- "no-caller": string;
676
- "no-case-declarations": string;
677
- "no-constructor-return": string;
678
- "no-else-return": (string | {
668
+ 'grouped-accessor-pairs': string[];
669
+ 'guard-for-in': string;
670
+ 'no-alert': string;
671
+ 'no-caller': string;
672
+ 'no-case-declarations': string;
673
+ 'no-constructor-return': string;
674
+ 'no-else-return': (string | {
679
675
  allowElseIf: boolean;
680
676
  })[];
681
- "no-empty-pattern": string;
682
- "no-eq-null": string;
683
- "no-eval": string;
684
- "no-extend-native": string;
685
- "no-extra-bind": string;
686
- "no-extra-label": string;
687
- "no-fallthrough": string;
688
- "no-global-assign": string;
689
- "no-implicit-coercion": string;
690
- "no-implicit-globals": string;
691
- "no-implied-eval": string;
692
- "no-iterator": string;
693
- "no-labels": string;
694
- "no-lone-blocks": string;
695
- "no-multi-str": string;
696
- "no-new-func": string;
697
- "no-new-wrappers": string;
698
- "no-nonoctal-decimal-escape": string;
699
- "no-new": string;
700
- "no-octal-escape": string;
701
- "no-octal": string;
702
- "no-proto": string;
703
- "no-redeclare": string;
704
- "no-return-assign": string[];
705
- "no-return-await": string;
706
- "no-script-url": string;
707
- "no-self-assign": (string | {
677
+ 'no-empty-pattern': string;
678
+ 'no-eq-null': string;
679
+ 'no-eval': string;
680
+ 'no-extend-native': string;
681
+ 'no-extra-bind': string;
682
+ 'no-extra-label': string;
683
+ 'no-fallthrough': string;
684
+ 'no-global-assign': string;
685
+ 'no-implicit-coercion': string;
686
+ 'no-implicit-globals': string;
687
+ 'no-implied-eval': string;
688
+ 'no-iterator': string;
689
+ 'no-labels': string;
690
+ 'no-lone-blocks': string;
691
+ 'no-multi-str': string;
692
+ 'no-new-func': string;
693
+ 'no-new-wrappers': string;
694
+ 'no-nonoctal-decimal-escape': string;
695
+ 'no-new': string;
696
+ 'no-octal-escape': string;
697
+ 'no-octal': string;
698
+ 'no-proto': string;
699
+ 'no-redeclare': string;
700
+ 'no-return-assign': string[];
701
+ 'no-return-await': string;
702
+ 'no-script-url': string;
703
+ 'no-self-assign': (string | {
708
704
  props: boolean;
709
705
  })[];
710
- "no-self-compare": string;
711
- "no-sequences": string;
712
- "no-throw-literal": string;
713
- "no-unmodified-loop-condition": string;
714
- "no-unused-labels": string;
715
- "no-useless-call": string;
716
- "no-useless-concat": string;
717
- "no-useless-escape": string;
718
- "no-useless-return": string;
719
- "no-void": string;
720
- "no-warning-comments": string;
721
- "no-with": string;
722
- "prefer-promise-reject-errors": (string | {
706
+ 'no-self-compare': string;
707
+ 'no-sequences': string;
708
+ 'no-throw-literal': string;
709
+ 'no-unmodified-loop-condition': string;
710
+ 'no-unused-labels': string;
711
+ 'no-useless-call': string;
712
+ 'no-useless-concat': string;
713
+ 'no-useless-escape': string;
714
+ 'no-useless-return': string;
715
+ 'no-void': string;
716
+ 'no-warning-comments': string;
717
+ 'no-with': string;
718
+ 'prefer-promise-reject-errors': (string | {
723
719
  allowEmptyReject: boolean;
724
720
  })[];
725
- "prefer-regex-literals": string;
721
+ 'prefer-regex-literals': string;
726
722
  radix: string;
727
723
  yoda: string;
728
- "no-delete-var": string;
729
- "no-label-var": string;
730
- "no-restricted-globals": string[];
731
- "no-shadow-restricted-names": string;
732
- "no-undef-init": string;
733
- "no-buffer-constructor": string;
734
- "no-restricted-imports": string[];
724
+ 'no-delete-var': string;
725
+ 'no-label-var': string;
726
+ 'no-restricted-globals': string[];
727
+ 'no-shadow-restricted-names': string;
728
+ 'no-undef-init': string;
729
+ 'no-buffer-constructor': string;
730
+ 'no-restricted-imports': string[];
735
731
  camelcase: (string | {
736
732
  properties: string;
737
733
  })[];
738
- "capitalized-comments": (string | {
739
- ignorePattern: string;
740
- ignoreInlineComments: boolean;
741
- ignoreConsecutiveComments: boolean;
742
- })[];
743
- "func-name-matching": (string | {
734
+ 'capitalized-comments': string[];
735
+ 'func-name-matching': (string | {
744
736
  considerPropertyDescriptor: boolean;
745
737
  })[];
746
- "func-names": string[];
747
- "lines-between-class-members": (string | {
738
+ 'func-names': string[];
739
+ 'lines-between-class-members': (string | {
748
740
  exceptAfterSingleLine: boolean;
749
741
  })[];
750
- "max-depth": string;
751
- "max-nested-callbacks": (string | number)[];
752
- "max-params": (string | {
742
+ 'max-depth': string;
743
+ 'max-nested-callbacks': (string | number)[];
744
+ 'max-params': (string | {
753
745
  max: number;
754
746
  })[];
755
- "max-statements-per-line": string;
756
- "no-array-constructor": string;
757
- "no-lonely-if": string;
758
- "no-multi-assign": string;
759
- "no-negated-condition": string;
760
- "no-new-object": string;
761
- "no-restricted-syntax": string[];
762
- "no-unneeded-ternary": string;
763
- "one-var": string[];
764
- "operator-assignment": string[];
765
- "padding-line-between-statements": string;
766
- "prefer-exponentiation-operator": string;
767
- "spaced-comment": (string | {
747
+ 'max-statements-per-line': string;
748
+ 'no-array-constructor': string;
749
+ 'no-lonely-if': string;
750
+ 'no-multi-assign': string;
751
+ 'no-negated-condition': string;
752
+ 'no-new-object': string;
753
+ 'no-restricted-syntax': string[];
754
+ 'no-unneeded-ternary': string;
755
+ 'one-var': string[];
756
+ 'operator-assignment': string[];
757
+ 'padding-line-between-statements': string;
758
+ 'prefer-exponentiation-operator': string;
759
+ 'spaced-comment': (string | {
768
760
  line: {
769
761
  exceptions: string[];
770
762
  markers: string[];
@@ -775,32 +767,32 @@ declare const _default: {
775
767
  balanced: boolean;
776
768
  };
777
769
  })[];
778
- "constructor-super": string;
779
- "no-class-assign": string;
780
- "no-const-assign": string;
781
- "no-dupe-class-members": string;
782
- "no-new-symbol": string;
783
- "no-this-before-super": string;
784
- "no-useless-computed-key": (string | {
770
+ 'constructor-super': string;
771
+ 'no-class-assign': string;
772
+ 'no-const-assign': string;
773
+ 'no-dupe-class-members': string;
774
+ 'no-new-symbol': string;
775
+ 'no-this-before-super': string;
776
+ 'no-useless-computed-key': (string | {
785
777
  enforceForClassMembers: boolean;
786
778
  })[];
787
- "no-useless-constructor": string;
788
- "no-useless-rename": string;
789
- "require-yield": string;
790
- "symbol-description": string;
791
- "no-var": string;
792
- "object-shorthand": string[];
793
- "prefer-arrow-callback": (string | {
779
+ 'no-useless-constructor': string;
780
+ 'no-useless-rename': string;
781
+ 'require-yield': string;
782
+ 'symbol-description': string;
783
+ 'no-var': string;
784
+ 'object-shorthand': string[];
785
+ 'prefer-arrow-callback': (string | {
794
786
  allowNamedFunctions: boolean;
795
787
  })[];
796
- "prefer-const": (string | {
788
+ 'prefer-const': (string | {
797
789
  destructuring: string;
798
790
  })[];
799
- "prefer-numeric-literals": string;
800
- "prefer-rest-params": string;
801
- "prefer-spread": string;
802
- "prefer-object-spread": string;
803
- "prefer-destructuring": (string | {
791
+ 'prefer-numeric-literals': string;
792
+ 'prefer-rest-params': string;
793
+ 'prefer-spread': string;
794
+ 'prefer-object-spread': string;
795
+ 'prefer-destructuring': (string | {
804
796
  VariableDeclarator: {
805
797
  array: boolean;
806
798
  object: boolean;
@@ -815,76 +807,76 @@ declare const _default: {
815
807
  VariableDeclarator?: undefined;
816
808
  AssignmentExpression?: undefined;
817
809
  })[];
818
- "no-useless-catch": string;
819
- "react/boolean-prop-naming": (string | {
810
+ 'no-useless-catch': string;
811
+ 'react/boolean-prop-naming': (string | {
820
812
  validateNested: boolean;
821
813
  })[];
822
- "react/button-has-type": string;
823
- "react/default-props-match-prop-types": string;
824
- "react/no-access-state-in-setstate": string;
825
- "react/no-children-prop": string;
826
- "react/no-danger": string;
827
- "react/no-danger-with-children": string;
828
- "react/no-deprecated": string;
829
- "react/no-did-update-set-state": string;
830
- "react/no-direct-mutation-state": string;
831
- "react/no-find-dom-node": string;
832
- "react/no-is-mounted": string;
833
- "react/no-redundant-should-component-update": string;
834
- "react/no-render-return-value": string;
835
- "react/no-typos": string;
836
- "react/no-string-refs": (string | {
814
+ 'react/button-has-type': string;
815
+ 'react/default-props-match-prop-types': string;
816
+ 'react/no-access-state-in-setstate': string;
817
+ 'react/no-children-prop': string;
818
+ 'react/no-danger': string;
819
+ 'react/no-danger-with-children': string;
820
+ 'react/no-deprecated': string;
821
+ 'react/no-did-update-set-state': string;
822
+ 'react/no-direct-mutation-state': string;
823
+ 'react/no-find-dom-node': string;
824
+ 'react/no-is-mounted': string;
825
+ 'react/no-redundant-should-component-update': string;
826
+ 'react/no-render-return-value': string;
827
+ 'react/no-typos': string;
828
+ 'react/no-string-refs': (string | {
837
829
  noTemplateLiterals: boolean;
838
830
  })[];
839
- "react/no-this-in-sfc": string;
840
- "react/no-unsafe": string;
841
- "react/no-unused-prop-types": string;
842
- "react/no-unused-state": string;
843
- "react/prefer-read-only-props": string;
844
- "react/require-default-props": (string | {
831
+ 'react/no-this-in-sfc': string;
832
+ 'react/no-unsafe': string;
833
+ 'react/no-unused-prop-types': string;
834
+ 'react/no-unused-state': string;
835
+ 'react/prefer-read-only-props': string;
836
+ 'react/require-default-props': (string | {
845
837
  forbidDefaultForRequired: boolean;
846
838
  ignoreFunctionalComponents: boolean;
847
839
  })[];
848
- "react/self-closing-comp": string;
849
- "react/state-in-constructor": string[];
850
- "react/static-property-placement": string;
851
- "react/style-prop-object": string;
852
- "react/void-dom-elements-no-children": string;
853
- "react/jsx-boolean-value": string;
854
- "react/jsx-no-bind": (string | {
840
+ 'react/self-closing-comp': string;
841
+ 'react/state-in-constructor': string[];
842
+ 'react/static-property-placement': string;
843
+ 'react/style-prop-object': string;
844
+ 'react/void-dom-elements-no-children': string;
845
+ 'react/jsx-boolean-value': string;
846
+ 'react/jsx-no-bind': (string | {
855
847
  allowArrowFunctions: boolean;
856
848
  })[];
857
- "react/jsx-no-comment-textnodes": string;
858
- "react/jsx-no-duplicate-props": (string | {
849
+ 'react/jsx-no-comment-textnodes': string;
850
+ 'react/jsx-no-duplicate-props': (string | {
859
851
  ignoreCase: boolean;
860
852
  })[];
861
- "react/jsx-no-script-url": string;
862
- "react/jsx-no-undef": string;
863
- "react/jsx-curly-brace-presence": string[];
864
- "react/jsx-fragments": string[];
865
- "react/jsx-pascal-case": string;
866
- "react/jsx-sort-props": (string | {
853
+ 'react/jsx-no-script-url': string;
854
+ 'react/jsx-no-undef': string;
855
+ 'react/jsx-curly-brace-presence': string[];
856
+ 'react/jsx-fragments': string[];
857
+ 'react/jsx-pascal-case': string;
858
+ 'react/jsx-sort-props': (string | {
867
859
  callbacksLast: boolean;
868
860
  shorthandFirst: boolean;
869
861
  noSortAlphabetically: boolean;
870
862
  reservedFirst: boolean;
871
863
  })[];
872
- "react/jsx-uses-react": string;
873
- "react/jsx-uses-vars": string;
874
- "react-hooks/rules-of-hooks": string;
875
- "react-hooks/exhaustive-deps": string;
876
- "react/jsx-no-constructed-context-values": string;
877
- "no-console": string;
878
- "10x/react-in-scope": string;
879
- "react/react-in-jsx-scope": string;
880
- "react/jsx-key": string;
881
- "react/jsx-no-target-blank": string;
864
+ 'react/jsx-uses-react': string;
865
+ 'react/jsx-uses-vars': string;
866
+ 'react-hooks/rules-of-hooks': string;
867
+ 'react-hooks/exhaustive-deps': string;
868
+ 'react/jsx-no-constructed-context-values': string;
869
+ 'no-console': string;
870
+ '10x/react-in-scope': string;
871
+ 'react/react-in-jsx-scope': string;
872
+ 'react/jsx-key': string;
873
+ 'react/jsx-no-target-blank': string;
882
874
  };
883
875
  }[];
884
876
  rules: {
885
- "react/jsx-no-useless-fragment": string;
886
- "react/no-array-index-key": string;
887
- "10x/auto-import": (string | {
877
+ 'react/jsx-no-useless-fragment': string;
878
+ 'react/no-array-index-key': string;
879
+ '10x/auto-import': (string | {
888
880
  imports: {
889
881
  useRef: string;
890
882
  useEffect: string;
@@ -927,273 +919,269 @@ declare const _default: {
927
919
  styled: string;
928
920
  };
929
921
  })[];
930
- "no-unused-vars": string;
931
- "no-undef": string;
932
- "no-shadow": string;
933
- "@typescript-eslint/no-var-requires": string;
922
+ 'no-unused-vars': string;
923
+ 'no-undef': string;
924
+ 'no-shadow': string;
925
+ '@typescript-eslint/no-var-requires': string;
934
926
  curly: number;
935
- "lines-around-comment": number;
936
- "max-len": number;
937
- "no-confusing-arrow": number;
938
- "no-mixed-operators": number;
939
- "no-tabs": number;
940
- "no-unexpected-multiline": number;
927
+ 'lines-around-comment': number;
928
+ 'max-len': number;
929
+ 'no-confusing-arrow': number;
930
+ 'no-mixed-operators': number;
931
+ 'no-tabs': number;
932
+ 'no-unexpected-multiline': number;
941
933
  quotes: number;
942
- "@typescript-eslint/quotes": number;
943
- "babel/quotes": number;
944
- "array-bracket-newline": string;
945
- "array-bracket-spacing": string;
946
- "array-element-newline": string;
947
- "arrow-parens": string;
948
- "arrow-spacing": string;
949
- "block-spacing": string;
950
- "brace-style": string;
951
- "comma-dangle": string;
952
- "comma-spacing": string;
953
- "comma-style": string;
954
- "computed-property-spacing": string;
955
- "dot-location": string;
956
- "eol-last": string;
957
- "func-call-spacing": string;
958
- "function-call-argument-newline": string;
959
- "function-paren-newline": string;
960
- "generator-star": string;
961
- "generator-star-spacing": string;
962
- "implicit-arrow-linebreak": string;
934
+ '@typescript-eslint/quotes': number;
935
+ 'babel/quotes': number;
936
+ 'array-bracket-newline': string;
937
+ 'array-bracket-spacing': string;
938
+ 'array-element-newline': string;
939
+ 'arrow-parens': string;
940
+ 'arrow-spacing': string;
941
+ 'block-spacing': string;
942
+ 'brace-style': string;
943
+ 'comma-dangle': string;
944
+ 'comma-spacing': string;
945
+ 'comma-style': string;
946
+ 'computed-property-spacing': string;
947
+ 'dot-location': string;
948
+ 'eol-last': string;
949
+ 'func-call-spacing': string;
950
+ 'function-call-argument-newline': string;
951
+ 'function-paren-newline': string;
952
+ 'generator-star': string;
953
+ 'generator-star-spacing': string;
954
+ 'implicit-arrow-linebreak': string;
963
955
  indent: string;
964
- "jsx-quotes": string;
965
- "key-spacing": string;
966
- "keyword-spacing": string;
967
- "linebreak-style": string;
968
- "multiline-ternary": string;
969
- "newline-per-chained-call": string;
970
- "new-parens": string;
971
- "no-arrow-condition": string;
972
- "no-comma-dangle": string;
973
- "no-extra-parens": string;
974
- "no-extra-semi": string;
975
- "no-floating-decimal": string;
976
- "no-mixed-spaces-and-tabs": string;
977
- "no-multi-spaces": string;
978
- "no-multiple-empty-lines": string;
979
- "no-reserved-keys": string;
980
- "no-space-before-semi": string;
981
- "no-trailing-spaces": string;
982
- "no-whitespace-before-property": string;
983
- "no-wrap-func": string;
984
- "nonblock-statement-body-position": string;
985
- "object-curly-newline": string;
986
- "object-curly-spacing": string;
987
- "object-property-newline": string;
988
- "one-var-declaration-per-line": string;
989
- "operator-linebreak": string;
990
- "padded-blocks": string;
991
- "quote-props": string;
992
- "rest-spread-spacing": string;
956
+ 'jsx-quotes': string;
957
+ 'key-spacing': string;
958
+ 'keyword-spacing': string;
959
+ 'linebreak-style': string;
960
+ 'multiline-ternary': string;
961
+ 'newline-per-chained-call': string;
962
+ 'new-parens': string;
963
+ 'no-arrow-condition': string;
964
+ 'no-comma-dangle': string;
965
+ 'no-extra-parens': string;
966
+ 'no-extra-semi': string;
967
+ 'no-floating-decimal': string;
968
+ 'no-mixed-spaces-and-tabs': string;
969
+ 'no-multi-spaces': string;
970
+ 'no-multiple-empty-lines': string;
971
+ 'no-reserved-keys': string;
972
+ 'no-space-before-semi': string;
973
+ 'no-trailing-spaces': string;
974
+ 'no-whitespace-before-property': string;
975
+ 'no-wrap-func': string;
976
+ 'nonblock-statement-body-position': string;
977
+ 'object-curly-newline': string;
978
+ 'object-curly-spacing': string;
979
+ 'object-property-newline': string;
980
+ 'one-var-declaration-per-line': string;
981
+ 'operator-linebreak': string;
982
+ 'padded-blocks': string;
983
+ 'quote-props': string;
984
+ 'rest-spread-spacing': string;
993
985
  semi: string;
994
- "semi-spacing": string;
995
- "semi-style": string;
996
- "space-after-function-name": string;
997
- "space-after-keywords": string;
998
- "space-before-blocks": string;
999
- "space-before-function-paren": string;
1000
- "space-before-function-parentheses": string;
1001
- "space-before-keywords": string;
1002
- "space-in-brackets": string;
1003
- "space-in-parens": string;
1004
- "space-infix-ops": string;
1005
- "space-return-throw-case": string;
1006
- "space-unary-ops": string;
1007
- "space-unary-word-ops": string;
1008
- "switch-colon-spacing": string;
1009
- "template-curly-spacing": string;
1010
- "template-tag-spacing": string;
1011
- "unicode-bom": string;
1012
- "wrap-iife": string;
1013
- "wrap-regex": string;
1014
- "yield-star-spacing": string;
1015
- "@typescript-eslint/brace-style": string;
1016
- "@typescript-eslint/comma-dangle": string;
1017
- "@typescript-eslint/comma-spacing": string;
1018
- "@typescript-eslint/func-call-spacing": string;
1019
- "@typescript-eslint/indent": string;
1020
- "@typescript-eslint/keyword-spacing": string;
1021
- "@typescript-eslint/member-delimiter-style": string;
1022
- "@typescript-eslint/no-extra-parens": string;
1023
- "@typescript-eslint/no-extra-semi": string;
1024
- "@typescript-eslint/object-curly-spacing": string;
1025
- "@typescript-eslint/semi": string;
1026
- "@typescript-eslint/space-before-function-paren": string;
1027
- "@typescript-eslint/space-infix-ops": string;
1028
- "@typescript-eslint/type-annotation-spacing": string;
1029
- "react/jsx-child-element-spacing": string;
1030
- "react/jsx-closing-bracket-location": string;
1031
- "react/jsx-closing-tag-location": string;
1032
- "react/jsx-curly-newline": string;
1033
- "react/jsx-curly-spacing": string;
1034
- "react/jsx-equals-spacing": string;
1035
- "react/jsx-first-prop-new-line": string;
1036
- "react/jsx-indent": string;
1037
- "react/jsx-indent-props": string;
1038
- "react/jsx-max-props-per-line": string;
1039
- "react/jsx-newline": string;
1040
- "react/jsx-one-expression-per-line": string;
1041
- "react/jsx-props-no-multi-spaces": string;
1042
- "react/jsx-tag-spacing": string;
1043
- "react/jsx-wrap-multilines": string;
1044
- "for-direction": string;
1045
- "getter-return": string;
1046
- "no-async-promise-executor": string;
1047
- "no-compare-neg-zero": string;
1048
- "no-cond-assign": string;
1049
- "no-constant-condition": string;
1050
- "no-control-regex": string;
1051
- "no-debugger": string;
1052
- "no-dupe-args": string;
1053
- "no-dupe-else-if": string;
1054
- "no-dupe-keys": string;
1055
- "no-duplicate-case": string;
1056
- "no-empty-character-class": string;
1057
- "no-empty": (string | {
986
+ 'semi-spacing': string;
987
+ 'semi-style': string;
988
+ 'space-after-function-name': string;
989
+ 'space-after-keywords': string;
990
+ 'space-before-blocks': string;
991
+ 'space-before-function-paren': string;
992
+ 'space-before-function-parentheses': string;
993
+ 'space-before-keywords': string;
994
+ 'space-in-brackets': string;
995
+ 'space-in-parens': string;
996
+ 'space-infix-ops': string;
997
+ 'space-return-throw-case': string;
998
+ 'space-unary-ops': string;
999
+ 'space-unary-word-ops': string;
1000
+ 'switch-colon-spacing': string;
1001
+ 'template-curly-spacing': string;
1002
+ 'template-tag-spacing': string;
1003
+ 'unicode-bom': string;
1004
+ 'wrap-iife': string;
1005
+ 'wrap-regex': string;
1006
+ 'yield-star-spacing': string;
1007
+ '@typescript-eslint/brace-style': string;
1008
+ '@typescript-eslint/comma-dangle': string;
1009
+ '@typescript-eslint/comma-spacing': string;
1010
+ '@typescript-eslint/func-call-spacing': string;
1011
+ '@typescript-eslint/indent': string;
1012
+ '@typescript-eslint/keyword-spacing': string;
1013
+ '@typescript-eslint/member-delimiter-style': string;
1014
+ '@typescript-eslint/no-extra-parens': string;
1015
+ '@typescript-eslint/no-extra-semi': string;
1016
+ '@typescript-eslint/object-curly-spacing': string;
1017
+ '@typescript-eslint/semi': string;
1018
+ '@typescript-eslint/space-before-function-paren': string;
1019
+ '@typescript-eslint/space-infix-ops': string;
1020
+ '@typescript-eslint/type-annotation-spacing': string;
1021
+ 'react/jsx-child-element-spacing': string;
1022
+ 'react/jsx-closing-bracket-location': string;
1023
+ 'react/jsx-closing-tag-location': string;
1024
+ 'react/jsx-curly-newline': string;
1025
+ 'react/jsx-curly-spacing': string;
1026
+ 'react/jsx-equals-spacing': string;
1027
+ 'react/jsx-first-prop-new-line': string;
1028
+ 'react/jsx-indent': string;
1029
+ 'react/jsx-indent-props': string;
1030
+ 'react/jsx-max-props-per-line': string;
1031
+ 'react/jsx-newline': string;
1032
+ 'react/jsx-one-expression-per-line': string;
1033
+ 'react/jsx-props-no-multi-spaces': string;
1034
+ 'react/jsx-tag-spacing': string;
1035
+ 'react/jsx-wrap-multilines': string;
1036
+ 'for-direction': string;
1037
+ 'getter-return': string;
1038
+ 'no-async-promise-executor': string;
1039
+ 'no-compare-neg-zero': string;
1040
+ 'no-cond-assign': string;
1041
+ 'no-constant-condition': string;
1042
+ 'no-control-regex': string;
1043
+ 'no-debugger': string;
1044
+ 'no-dupe-args': string;
1045
+ 'no-dupe-else-if': string;
1046
+ 'no-dupe-keys': string;
1047
+ 'no-duplicate-case': string;
1048
+ 'no-empty-character-class': string;
1049
+ 'no-empty': (string | {
1058
1050
  allowEmptyCatch: boolean;
1059
1051
  })[];
1060
- "no-ex-assign": string;
1061
- "no-extra-boolean-cast": string;
1062
- "no-func-assign": string;
1063
- "no-import-assign": string;
1064
- "no-inner-declarations": string;
1065
- "no-invalid-regexp": string;
1066
- "no-irregular-whitespace": string;
1067
- "no-loss-of-precision": string;
1068
- "no-misleading-character-class": string;
1069
- "no-obj-calls": string;
1070
- "no-promise-executor-return": string;
1071
- "no-prototype-builtins": string;
1072
- "no-regex-spaces": string;
1073
- "no-setter-return": string;
1074
- "no-sparse-arrays": string;
1075
- "no-template-curly-in-string": string;
1076
- "no-unreachable": string;
1077
- "no-unreachable-loop": string;
1078
- "no-unsafe-finally": string;
1079
- "no-unsafe-negation": string;
1080
- "no-unsafe-optional-chaining": (string | {
1052
+ 'no-ex-assign': string;
1053
+ 'no-extra-boolean-cast': string;
1054
+ 'no-func-assign': string;
1055
+ 'no-import-assign': string;
1056
+ 'no-inner-declarations': string;
1057
+ 'no-invalid-regexp': string;
1058
+ 'no-irregular-whitespace': string;
1059
+ 'no-loss-of-precision': string;
1060
+ 'no-misleading-character-class': string;
1061
+ 'no-obj-calls': string;
1062
+ 'no-promise-executor-return': string;
1063
+ 'no-prototype-builtins': string;
1064
+ 'no-regex-spaces': string;
1065
+ 'no-setter-return': string;
1066
+ 'no-sparse-arrays': string;
1067
+ 'no-template-curly-in-string': string;
1068
+ 'no-unreachable': string;
1069
+ 'no-unreachable-loop': string;
1070
+ 'no-unsafe-finally': string;
1071
+ 'no-unsafe-negation': string;
1072
+ 'no-unsafe-optional-chaining': (string | {
1081
1073
  disallowArithmeticOperators: boolean;
1082
1074
  })[];
1083
- "no-useless-backreference": string;
1084
- "use-isnan": string;
1085
- "valid-typeof": (string | {
1075
+ 'no-useless-backreference': string;
1076
+ 'use-isnan': string;
1077
+ 'valid-typeof': (string | {
1086
1078
  requireStringLiterals: boolean;
1087
1079
  })[];
1088
- "accessor-pairs": (string | {
1080
+ 'accessor-pairs': (string | {
1089
1081
  enforceForClassMembers: boolean;
1090
1082
  })[];
1091
- "array-callback-return": (string | {
1083
+ 'array-callback-return': (string | {
1092
1084
  allowImplicit: boolean;
1093
1085
  })[];
1094
- "block-scoped-var": string;
1086
+ 'block-scoped-var': string;
1095
1087
  complexity: string;
1096
- "default-case": string;
1097
- "default-case-last": string;
1098
- "default-param-last": string;
1099
- "dot-notation": string;
1088
+ 'default-case': string;
1089
+ 'default-case-last': string;
1090
+ 'default-param-last': string;
1091
+ 'dot-notation': string;
1100
1092
  eqeqeq: string;
1101
- "grouped-accessor-pairs": string[];
1102
- "guard-for-in": string;
1103
- "no-alert": string;
1104
- "no-caller": string;
1105
- "no-case-declarations": string;
1106
- "no-constructor-return": string;
1107
- "no-else-return": (string | {
1093
+ 'grouped-accessor-pairs': string[];
1094
+ 'guard-for-in': string;
1095
+ 'no-alert': string;
1096
+ 'no-caller': string;
1097
+ 'no-case-declarations': string;
1098
+ 'no-constructor-return': string;
1099
+ 'no-else-return': (string | {
1108
1100
  allowElseIf: boolean;
1109
1101
  })[];
1110
- "no-empty-pattern": string;
1111
- "no-eq-null": string;
1112
- "no-eval": string;
1113
- "no-extend-native": string;
1114
- "no-extra-bind": string;
1115
- "no-extra-label": string;
1116
- "no-fallthrough": string;
1117
- "no-global-assign": string;
1118
- "no-implicit-coercion": string;
1119
- "no-implicit-globals": string;
1120
- "no-implied-eval": string;
1121
- "no-iterator": string;
1122
- "no-labels": string;
1123
- "no-lone-blocks": string;
1124
- "no-multi-str": string;
1125
- "no-new-func": string;
1126
- "no-new-wrappers": string;
1127
- "no-nonoctal-decimal-escape": string;
1128
- "no-new": string;
1129
- "no-octal-escape": string;
1130
- "no-octal": string;
1131
- "no-proto": string;
1132
- "no-redeclare": string;
1133
- "no-return-assign": string[];
1134
- "no-return-await": string;
1135
- "no-script-url": string;
1136
- "no-self-assign": (string | {
1102
+ 'no-empty-pattern': string;
1103
+ 'no-eq-null': string;
1104
+ 'no-eval': string;
1105
+ 'no-extend-native': string;
1106
+ 'no-extra-bind': string;
1107
+ 'no-extra-label': string;
1108
+ 'no-fallthrough': string;
1109
+ 'no-global-assign': string;
1110
+ 'no-implicit-coercion': string;
1111
+ 'no-implicit-globals': string;
1112
+ 'no-implied-eval': string;
1113
+ 'no-iterator': string;
1114
+ 'no-labels': string;
1115
+ 'no-lone-blocks': string;
1116
+ 'no-multi-str': string;
1117
+ 'no-new-func': string;
1118
+ 'no-new-wrappers': string;
1119
+ 'no-nonoctal-decimal-escape': string;
1120
+ 'no-new': string;
1121
+ 'no-octal-escape': string;
1122
+ 'no-octal': string;
1123
+ 'no-proto': string;
1124
+ 'no-redeclare': string;
1125
+ 'no-return-assign': string[];
1126
+ 'no-return-await': string;
1127
+ 'no-script-url': string;
1128
+ 'no-self-assign': (string | {
1137
1129
  props: boolean;
1138
1130
  })[];
1139
- "no-self-compare": string;
1140
- "no-sequences": string;
1141
- "no-throw-literal": string;
1142
- "no-unmodified-loop-condition": string;
1143
- "no-unused-labels": string;
1144
- "no-useless-call": string;
1145
- "no-useless-concat": string;
1146
- "no-useless-escape": string;
1147
- "no-useless-return": string;
1148
- "no-void": string;
1149
- "no-warning-comments": string;
1150
- "no-with": string;
1151
- "prefer-promise-reject-errors": (string | {
1131
+ 'no-self-compare': string;
1132
+ 'no-sequences': string;
1133
+ 'no-throw-literal': string;
1134
+ 'no-unmodified-loop-condition': string;
1135
+ 'no-unused-labels': string;
1136
+ 'no-useless-call': string;
1137
+ 'no-useless-concat': string;
1138
+ 'no-useless-escape': string;
1139
+ 'no-useless-return': string;
1140
+ 'no-void': string;
1141
+ 'no-warning-comments': string;
1142
+ 'no-with': string;
1143
+ 'prefer-promise-reject-errors': (string | {
1152
1144
  allowEmptyReject: boolean;
1153
1145
  })[];
1154
- "prefer-regex-literals": string;
1146
+ 'prefer-regex-literals': string;
1155
1147
  radix: string;
1156
1148
  yoda: string;
1157
- "no-delete-var": string;
1158
- "no-label-var": string;
1159
- "no-restricted-globals": string[];
1160
- "no-shadow-restricted-names": string;
1161
- "no-undef-init": string;
1162
- "no-buffer-constructor": string;
1163
- "no-restricted-imports": string[];
1149
+ 'no-delete-var': string;
1150
+ 'no-label-var': string;
1151
+ 'no-restricted-globals': string[];
1152
+ 'no-shadow-restricted-names': string;
1153
+ 'no-undef-init': string;
1154
+ 'no-buffer-constructor': string;
1155
+ 'no-restricted-imports': string[];
1164
1156
  camelcase: (string | {
1165
1157
  properties: string;
1166
1158
  })[];
1167
- "capitalized-comments": (string | {
1168
- ignorePattern: string;
1169
- ignoreInlineComments: boolean;
1170
- ignoreConsecutiveComments: boolean;
1171
- })[];
1172
- "func-name-matching": (string | {
1159
+ 'capitalized-comments': string[];
1160
+ 'func-name-matching': (string | {
1173
1161
  considerPropertyDescriptor: boolean;
1174
1162
  })[];
1175
- "func-names": string[];
1176
- "lines-between-class-members": (string | {
1163
+ 'func-names': string[];
1164
+ 'lines-between-class-members': (string | {
1177
1165
  exceptAfterSingleLine: boolean;
1178
1166
  })[];
1179
- "max-depth": string;
1180
- "max-nested-callbacks": (string | number)[];
1181
- "max-params": (string | {
1167
+ 'max-depth': string;
1168
+ 'max-nested-callbacks': (string | number)[];
1169
+ 'max-params': (string | {
1182
1170
  max: number;
1183
1171
  })[];
1184
- "max-statements-per-line": string;
1185
- "no-array-constructor": string;
1186
- "no-lonely-if": string;
1187
- "no-multi-assign": string;
1188
- "no-negated-condition": string;
1189
- "no-new-object": string;
1190
- "no-restricted-syntax": string[];
1191
- "no-unneeded-ternary": string;
1192
- "one-var": string[];
1193
- "operator-assignment": string[];
1194
- "padding-line-between-statements": string;
1195
- "prefer-exponentiation-operator": string;
1196
- "spaced-comment": (string | {
1172
+ 'max-statements-per-line': string;
1173
+ 'no-array-constructor': string;
1174
+ 'no-lonely-if': string;
1175
+ 'no-multi-assign': string;
1176
+ 'no-negated-condition': string;
1177
+ 'no-new-object': string;
1178
+ 'no-restricted-syntax': string[];
1179
+ 'no-unneeded-ternary': string;
1180
+ 'one-var': string[];
1181
+ 'operator-assignment': string[];
1182
+ 'padding-line-between-statements': string;
1183
+ 'prefer-exponentiation-operator': string;
1184
+ 'spaced-comment': (string | {
1197
1185
  line: {
1198
1186
  exceptions: string[];
1199
1187
  markers: string[];
@@ -1204,32 +1192,32 @@ declare const _default: {
1204
1192
  balanced: boolean;
1205
1193
  };
1206
1194
  })[];
1207
- "constructor-super": string;
1208
- "no-class-assign": string;
1209
- "no-const-assign": string;
1210
- "no-dupe-class-members": string;
1211
- "no-new-symbol": string;
1212
- "no-this-before-super": string;
1213
- "no-useless-computed-key": (string | {
1195
+ 'constructor-super': string;
1196
+ 'no-class-assign': string;
1197
+ 'no-const-assign': string;
1198
+ 'no-dupe-class-members': string;
1199
+ 'no-new-symbol': string;
1200
+ 'no-this-before-super': string;
1201
+ 'no-useless-computed-key': (string | {
1214
1202
  enforceForClassMembers: boolean;
1215
1203
  })[];
1216
- "no-useless-constructor": string;
1217
- "no-useless-rename": string;
1218
- "require-yield": string;
1219
- "symbol-description": string;
1220
- "no-var": string;
1221
- "object-shorthand": string[];
1222
- "prefer-arrow-callback": (string | {
1204
+ 'no-useless-constructor': string;
1205
+ 'no-useless-rename': string;
1206
+ 'require-yield': string;
1207
+ 'symbol-description': string;
1208
+ 'no-var': string;
1209
+ 'object-shorthand': string[];
1210
+ 'prefer-arrow-callback': (string | {
1223
1211
  allowNamedFunctions: boolean;
1224
1212
  })[];
1225
- "prefer-const": (string | {
1213
+ 'prefer-const': (string | {
1226
1214
  destructuring: string;
1227
1215
  })[];
1228
- "prefer-numeric-literals": string;
1229
- "prefer-rest-params": string;
1230
- "prefer-spread": string;
1231
- "prefer-object-spread": string;
1232
- "prefer-destructuring": (string | {
1216
+ 'prefer-numeric-literals': string;
1217
+ 'prefer-rest-params': string;
1218
+ 'prefer-spread': string;
1219
+ 'prefer-object-spread': string;
1220
+ 'prefer-destructuring': (string | {
1233
1221
  VariableDeclarator: {
1234
1222
  array: boolean;
1235
1223
  object: boolean;
@@ -1244,74 +1232,74 @@ declare const _default: {
1244
1232
  VariableDeclarator?: undefined;
1245
1233
  AssignmentExpression?: undefined;
1246
1234
  })[];
1247
- "no-useless-catch": string;
1248
- "react/boolean-prop-naming": (string | {
1235
+ 'no-useless-catch': string;
1236
+ 'react/boolean-prop-naming': (string | {
1249
1237
  validateNested: boolean;
1250
1238
  })[];
1251
- "react/button-has-type": string;
1252
- "react/default-props-match-prop-types": string;
1253
- "react/no-access-state-in-setstate": string;
1254
- "react/no-children-prop": string;
1255
- "react/no-danger": string;
1256
- "react/no-danger-with-children": string;
1257
- "react/no-deprecated": string;
1258
- "react/no-did-update-set-state": string;
1259
- "react/no-direct-mutation-state": string;
1260
- "react/no-find-dom-node": string;
1261
- "react/no-is-mounted": string;
1262
- "react/no-redundant-should-component-update": string;
1263
- "react/no-render-return-value": string;
1264
- "react/no-typos": string;
1265
- "react/no-string-refs": (string | {
1239
+ 'react/button-has-type': string;
1240
+ 'react/default-props-match-prop-types': string;
1241
+ 'react/no-access-state-in-setstate': string;
1242
+ 'react/no-children-prop': string;
1243
+ 'react/no-danger': string;
1244
+ 'react/no-danger-with-children': string;
1245
+ 'react/no-deprecated': string;
1246
+ 'react/no-did-update-set-state': string;
1247
+ 'react/no-direct-mutation-state': string;
1248
+ 'react/no-find-dom-node': string;
1249
+ 'react/no-is-mounted': string;
1250
+ 'react/no-redundant-should-component-update': string;
1251
+ 'react/no-render-return-value': string;
1252
+ 'react/no-typos': string;
1253
+ 'react/no-string-refs': (string | {
1266
1254
  noTemplateLiterals: boolean;
1267
1255
  })[];
1268
- "react/no-this-in-sfc": string;
1269
- "react/no-unsafe": string;
1270
- "react/no-unused-prop-types": string;
1271
- "react/no-unused-state": string;
1272
- "react/prefer-read-only-props": string;
1273
- "react/require-default-props": (string | {
1256
+ 'react/no-this-in-sfc': string;
1257
+ 'react/no-unsafe': string;
1258
+ 'react/no-unused-prop-types': string;
1259
+ 'react/no-unused-state': string;
1260
+ 'react/prefer-read-only-props': string;
1261
+ 'react/require-default-props': (string | {
1274
1262
  forbidDefaultForRequired: boolean;
1275
1263
  ignoreFunctionalComponents: boolean;
1276
1264
  })[];
1277
- "react/self-closing-comp": string;
1278
- "react/state-in-constructor": string[];
1279
- "react/static-property-placement": string;
1280
- "react/style-prop-object": string;
1281
- "react/void-dom-elements-no-children": string;
1282
- "react/jsx-boolean-value": string;
1283
- "react/jsx-no-bind": (string | {
1265
+ 'react/self-closing-comp': string;
1266
+ 'react/state-in-constructor': string[];
1267
+ 'react/static-property-placement': string;
1268
+ 'react/style-prop-object': string;
1269
+ 'react/void-dom-elements-no-children': string;
1270
+ 'react/jsx-boolean-value': string;
1271
+ 'react/jsx-no-bind': (string | {
1284
1272
  allowArrowFunctions: boolean;
1285
1273
  })[];
1286
- "react/jsx-no-comment-textnodes": string;
1287
- "react/jsx-no-duplicate-props": (string | {
1274
+ 'react/jsx-no-comment-textnodes': string;
1275
+ 'react/jsx-no-duplicate-props': (string | {
1288
1276
  ignoreCase: boolean;
1289
1277
  })[];
1290
- "react/jsx-no-script-url": string;
1291
- "react/jsx-no-undef": string;
1292
- "react/jsx-curly-brace-presence": string[];
1293
- "react/jsx-fragments": string[];
1294
- "react/jsx-pascal-case": string;
1295
- "react/jsx-sort-props": (string | {
1278
+ 'react/jsx-no-script-url': string;
1279
+ 'react/jsx-no-undef': string;
1280
+ 'react/jsx-curly-brace-presence': string[];
1281
+ 'react/jsx-fragments': string[];
1282
+ 'react/jsx-pascal-case': string;
1283
+ 'react/jsx-sort-props': (string | {
1296
1284
  callbacksLast: boolean;
1297
1285
  shorthandFirst: boolean;
1298
1286
  noSortAlphabetically: boolean;
1299
1287
  reservedFirst: boolean;
1300
1288
  })[];
1301
- "react/jsx-uses-react": string;
1302
- "react/jsx-uses-vars": string;
1303
- "react-hooks/rules-of-hooks": string;
1304
- "react-hooks/exhaustive-deps": string;
1305
- "react/jsx-no-constructed-context-values": string;
1306
- "no-console": string;
1307
- "10x/react-in-scope": string;
1308
- "react/react-in-jsx-scope": string;
1309
- "react/jsx-key": string;
1310
- "react/jsx-no-target-blank": string;
1289
+ 'react/jsx-uses-react': string;
1290
+ 'react/jsx-uses-vars': string;
1291
+ 'react-hooks/rules-of-hooks': string;
1292
+ 'react-hooks/exhaustive-deps': string;
1293
+ 'react/jsx-no-constructed-context-values': string;
1294
+ 'no-console': string;
1295
+ '10x/react-in-scope': string;
1296
+ 'react/react-in-jsx-scope': string;
1297
+ 'react/jsx-key': string;
1298
+ 'react/jsx-no-target-blank': string;
1311
1299
  } | {
1312
- "react/jsx-no-useless-fragment": string;
1313
- "react/no-array-index-key": string;
1314
- "10x/auto-import": (string | {
1300
+ 'react/jsx-no-useless-fragment': string;
1301
+ 'react/no-array-index-key': string;
1302
+ '10x/auto-import': (string | {
1315
1303
  imports: {
1316
1304
  useRef: string;
1317
1305
  useEffect: string;
@@ -1354,10 +1342,10 @@ declare const _default: {
1354
1342
  styled: string;
1355
1343
  };
1356
1344
  })[];
1357
- "no-undef": (string | {
1345
+ 'no-undef': (string | {
1358
1346
  typeof: boolean;
1359
1347
  })[];
1360
- "no-unused-vars": (string | {
1348
+ 'no-unused-vars': (string | {
1361
1349
  vars: string;
1362
1350
  args: string;
1363
1351
  ignoreRestSiblings: boolean;
@@ -1366,268 +1354,264 @@ declare const _default: {
1366
1354
  caughtErrorsIgnorePattern: string;
1367
1355
  })[];
1368
1356
  curly: number;
1369
- "lines-around-comment": number;
1370
- "max-len": number;
1371
- "no-confusing-arrow": number;
1372
- "no-mixed-operators": number;
1373
- "no-tabs": number;
1374
- "no-unexpected-multiline": number;
1357
+ 'lines-around-comment': number;
1358
+ 'max-len': number;
1359
+ 'no-confusing-arrow': number;
1360
+ 'no-mixed-operators': number;
1361
+ 'no-tabs': number;
1362
+ 'no-unexpected-multiline': number;
1375
1363
  quotes: number;
1376
- "@typescript-eslint/quotes": number;
1377
- "babel/quotes": number;
1378
- "array-bracket-newline": string;
1379
- "array-bracket-spacing": string;
1380
- "array-element-newline": string;
1381
- "arrow-parens": string;
1382
- "arrow-spacing": string;
1383
- "block-spacing": string;
1384
- "brace-style": string;
1385
- "comma-dangle": string;
1386
- "comma-spacing": string;
1387
- "comma-style": string;
1388
- "computed-property-spacing": string;
1389
- "dot-location": string;
1390
- "eol-last": string;
1391
- "func-call-spacing": string;
1392
- "function-call-argument-newline": string;
1393
- "function-paren-newline": string;
1394
- "generator-star": string;
1395
- "generator-star-spacing": string;
1396
- "implicit-arrow-linebreak": string;
1364
+ '@typescript-eslint/quotes': number;
1365
+ 'babel/quotes': number;
1366
+ 'array-bracket-newline': string;
1367
+ 'array-bracket-spacing': string;
1368
+ 'array-element-newline': string;
1369
+ 'arrow-parens': string;
1370
+ 'arrow-spacing': string;
1371
+ 'block-spacing': string;
1372
+ 'brace-style': string;
1373
+ 'comma-dangle': string;
1374
+ 'comma-spacing': string;
1375
+ 'comma-style': string;
1376
+ 'computed-property-spacing': string;
1377
+ 'dot-location': string;
1378
+ 'eol-last': string;
1379
+ 'func-call-spacing': string;
1380
+ 'function-call-argument-newline': string;
1381
+ 'function-paren-newline': string;
1382
+ 'generator-star': string;
1383
+ 'generator-star-spacing': string;
1384
+ 'implicit-arrow-linebreak': string;
1397
1385
  indent: string;
1398
- "jsx-quotes": string;
1399
- "key-spacing": string;
1400
- "keyword-spacing": string;
1401
- "linebreak-style": string;
1402
- "multiline-ternary": string;
1403
- "newline-per-chained-call": string;
1404
- "new-parens": string;
1405
- "no-arrow-condition": string;
1406
- "no-comma-dangle": string;
1407
- "no-extra-parens": string;
1408
- "no-extra-semi": string;
1409
- "no-floating-decimal": string;
1410
- "no-mixed-spaces-and-tabs": string;
1411
- "no-multi-spaces": string;
1412
- "no-multiple-empty-lines": string;
1413
- "no-reserved-keys": string;
1414
- "no-space-before-semi": string;
1415
- "no-trailing-spaces": string;
1416
- "no-whitespace-before-property": string;
1417
- "no-wrap-func": string;
1418
- "nonblock-statement-body-position": string;
1419
- "object-curly-newline": string;
1420
- "object-curly-spacing": string;
1421
- "object-property-newline": string;
1422
- "one-var-declaration-per-line": string;
1423
- "operator-linebreak": string;
1424
- "padded-blocks": string;
1425
- "quote-props": string;
1426
- "rest-spread-spacing": string;
1386
+ 'jsx-quotes': string;
1387
+ 'key-spacing': string;
1388
+ 'keyword-spacing': string;
1389
+ 'linebreak-style': string;
1390
+ 'multiline-ternary': string;
1391
+ 'newline-per-chained-call': string;
1392
+ 'new-parens': string;
1393
+ 'no-arrow-condition': string;
1394
+ 'no-comma-dangle': string;
1395
+ 'no-extra-parens': string;
1396
+ 'no-extra-semi': string;
1397
+ 'no-floating-decimal': string;
1398
+ 'no-mixed-spaces-and-tabs': string;
1399
+ 'no-multi-spaces': string;
1400
+ 'no-multiple-empty-lines': string;
1401
+ 'no-reserved-keys': string;
1402
+ 'no-space-before-semi': string;
1403
+ 'no-trailing-spaces': string;
1404
+ 'no-whitespace-before-property': string;
1405
+ 'no-wrap-func': string;
1406
+ 'nonblock-statement-body-position': string;
1407
+ 'object-curly-newline': string;
1408
+ 'object-curly-spacing': string;
1409
+ 'object-property-newline': string;
1410
+ 'one-var-declaration-per-line': string;
1411
+ 'operator-linebreak': string;
1412
+ 'padded-blocks': string;
1413
+ 'quote-props': string;
1414
+ 'rest-spread-spacing': string;
1427
1415
  semi: string;
1428
- "semi-spacing": string;
1429
- "semi-style": string;
1430
- "space-after-function-name": string;
1431
- "space-after-keywords": string;
1432
- "space-before-blocks": string;
1433
- "space-before-function-paren": string;
1434
- "space-before-function-parentheses": string;
1435
- "space-before-keywords": string;
1436
- "space-in-brackets": string;
1437
- "space-in-parens": string;
1438
- "space-infix-ops": string;
1439
- "space-return-throw-case": string;
1440
- "space-unary-ops": string;
1441
- "space-unary-word-ops": string;
1442
- "switch-colon-spacing": string;
1443
- "template-curly-spacing": string;
1444
- "template-tag-spacing": string;
1445
- "unicode-bom": string;
1446
- "wrap-iife": string;
1447
- "wrap-regex": string;
1448
- "yield-star-spacing": string;
1449
- "@typescript-eslint/brace-style": string;
1450
- "@typescript-eslint/comma-dangle": string;
1451
- "@typescript-eslint/comma-spacing": string;
1452
- "@typescript-eslint/func-call-spacing": string;
1453
- "@typescript-eslint/indent": string;
1454
- "@typescript-eslint/keyword-spacing": string;
1455
- "@typescript-eslint/member-delimiter-style": string;
1456
- "@typescript-eslint/no-extra-parens": string;
1457
- "@typescript-eslint/no-extra-semi": string;
1458
- "@typescript-eslint/object-curly-spacing": string;
1459
- "@typescript-eslint/semi": string;
1460
- "@typescript-eslint/space-before-function-paren": string;
1461
- "@typescript-eslint/space-infix-ops": string;
1462
- "@typescript-eslint/type-annotation-spacing": string;
1463
- "react/jsx-child-element-spacing": string;
1464
- "react/jsx-closing-bracket-location": string;
1465
- "react/jsx-closing-tag-location": string;
1466
- "react/jsx-curly-newline": string;
1467
- "react/jsx-curly-spacing": string;
1468
- "react/jsx-equals-spacing": string;
1469
- "react/jsx-first-prop-new-line": string;
1470
- "react/jsx-indent": string;
1471
- "react/jsx-indent-props": string;
1472
- "react/jsx-max-props-per-line": string;
1473
- "react/jsx-newline": string;
1474
- "react/jsx-one-expression-per-line": string;
1475
- "react/jsx-props-no-multi-spaces": string;
1476
- "react/jsx-tag-spacing": string;
1477
- "react/jsx-wrap-multilines": string;
1478
- "for-direction": string;
1479
- "getter-return": string;
1480
- "no-async-promise-executor": string;
1481
- "no-compare-neg-zero": string;
1482
- "no-cond-assign": string;
1483
- "no-constant-condition": string;
1484
- "no-control-regex": string;
1485
- "no-debugger": string;
1486
- "no-dupe-args": string;
1487
- "no-dupe-else-if": string;
1488
- "no-dupe-keys": string;
1489
- "no-duplicate-case": string;
1490
- "no-empty-character-class": string;
1491
- "no-empty": (string | {
1416
+ 'semi-spacing': string;
1417
+ 'semi-style': string;
1418
+ 'space-after-function-name': string;
1419
+ 'space-after-keywords': string;
1420
+ 'space-before-blocks': string;
1421
+ 'space-before-function-paren': string;
1422
+ 'space-before-function-parentheses': string;
1423
+ 'space-before-keywords': string;
1424
+ 'space-in-brackets': string;
1425
+ 'space-in-parens': string;
1426
+ 'space-infix-ops': string;
1427
+ 'space-return-throw-case': string;
1428
+ 'space-unary-ops': string;
1429
+ 'space-unary-word-ops': string;
1430
+ 'switch-colon-spacing': string;
1431
+ 'template-curly-spacing': string;
1432
+ 'template-tag-spacing': string;
1433
+ 'unicode-bom': string;
1434
+ 'wrap-iife': string;
1435
+ 'wrap-regex': string;
1436
+ 'yield-star-spacing': string;
1437
+ '@typescript-eslint/brace-style': string;
1438
+ '@typescript-eslint/comma-dangle': string;
1439
+ '@typescript-eslint/comma-spacing': string;
1440
+ '@typescript-eslint/func-call-spacing': string;
1441
+ '@typescript-eslint/indent': string;
1442
+ '@typescript-eslint/keyword-spacing': string;
1443
+ '@typescript-eslint/member-delimiter-style': string;
1444
+ '@typescript-eslint/no-extra-parens': string;
1445
+ '@typescript-eslint/no-extra-semi': string;
1446
+ '@typescript-eslint/object-curly-spacing': string;
1447
+ '@typescript-eslint/semi': string;
1448
+ '@typescript-eslint/space-before-function-paren': string;
1449
+ '@typescript-eslint/space-infix-ops': string;
1450
+ '@typescript-eslint/type-annotation-spacing': string;
1451
+ 'react/jsx-child-element-spacing': string;
1452
+ 'react/jsx-closing-bracket-location': string;
1453
+ 'react/jsx-closing-tag-location': string;
1454
+ 'react/jsx-curly-newline': string;
1455
+ 'react/jsx-curly-spacing': string;
1456
+ 'react/jsx-equals-spacing': string;
1457
+ 'react/jsx-first-prop-new-line': string;
1458
+ 'react/jsx-indent': string;
1459
+ 'react/jsx-indent-props': string;
1460
+ 'react/jsx-max-props-per-line': string;
1461
+ 'react/jsx-newline': string;
1462
+ 'react/jsx-one-expression-per-line': string;
1463
+ 'react/jsx-props-no-multi-spaces': string;
1464
+ 'react/jsx-tag-spacing': string;
1465
+ 'react/jsx-wrap-multilines': string;
1466
+ 'for-direction': string;
1467
+ 'getter-return': string;
1468
+ 'no-async-promise-executor': string;
1469
+ 'no-compare-neg-zero': string;
1470
+ 'no-cond-assign': string;
1471
+ 'no-constant-condition': string;
1472
+ 'no-control-regex': string;
1473
+ 'no-debugger': string;
1474
+ 'no-dupe-args': string;
1475
+ 'no-dupe-else-if': string;
1476
+ 'no-dupe-keys': string;
1477
+ 'no-duplicate-case': string;
1478
+ 'no-empty-character-class': string;
1479
+ 'no-empty': (string | {
1492
1480
  allowEmptyCatch: boolean;
1493
1481
  })[];
1494
- "no-ex-assign": string;
1495
- "no-extra-boolean-cast": string;
1496
- "no-func-assign": string;
1497
- "no-import-assign": string;
1498
- "no-inner-declarations": string;
1499
- "no-invalid-regexp": string;
1500
- "no-irregular-whitespace": string;
1501
- "no-loss-of-precision": string;
1502
- "no-misleading-character-class": string;
1503
- "no-obj-calls": string;
1504
- "no-promise-executor-return": string;
1505
- "no-prototype-builtins": string;
1506
- "no-regex-spaces": string;
1507
- "no-setter-return": string;
1508
- "no-sparse-arrays": string;
1509
- "no-template-curly-in-string": string;
1510
- "no-unreachable": string;
1511
- "no-unreachable-loop": string;
1512
- "no-unsafe-finally": string;
1513
- "no-unsafe-negation": string;
1514
- "no-unsafe-optional-chaining": (string | {
1482
+ 'no-ex-assign': string;
1483
+ 'no-extra-boolean-cast': string;
1484
+ 'no-func-assign': string;
1485
+ 'no-import-assign': string;
1486
+ 'no-inner-declarations': string;
1487
+ 'no-invalid-regexp': string;
1488
+ 'no-irregular-whitespace': string;
1489
+ 'no-loss-of-precision': string;
1490
+ 'no-misleading-character-class': string;
1491
+ 'no-obj-calls': string;
1492
+ 'no-promise-executor-return': string;
1493
+ 'no-prototype-builtins': string;
1494
+ 'no-regex-spaces': string;
1495
+ 'no-setter-return': string;
1496
+ 'no-sparse-arrays': string;
1497
+ 'no-template-curly-in-string': string;
1498
+ 'no-unreachable': string;
1499
+ 'no-unreachable-loop': string;
1500
+ 'no-unsafe-finally': string;
1501
+ 'no-unsafe-negation': string;
1502
+ 'no-unsafe-optional-chaining': (string | {
1515
1503
  disallowArithmeticOperators: boolean;
1516
1504
  })[];
1517
- "no-useless-backreference": string;
1518
- "use-isnan": string;
1519
- "valid-typeof": (string | {
1505
+ 'no-useless-backreference': string;
1506
+ 'use-isnan': string;
1507
+ 'valid-typeof': (string | {
1520
1508
  requireStringLiterals: boolean;
1521
1509
  })[];
1522
- "accessor-pairs": (string | {
1510
+ 'accessor-pairs': (string | {
1523
1511
  enforceForClassMembers: boolean;
1524
1512
  })[];
1525
- "array-callback-return": (string | {
1513
+ 'array-callback-return': (string | {
1526
1514
  allowImplicit: boolean;
1527
1515
  })[];
1528
- "block-scoped-var": string;
1516
+ 'block-scoped-var': string;
1529
1517
  complexity: string;
1530
- "default-case": string;
1531
- "default-case-last": string;
1532
- "default-param-last": string;
1533
- "dot-notation": string;
1518
+ 'default-case': string;
1519
+ 'default-case-last': string;
1520
+ 'default-param-last': string;
1521
+ 'dot-notation': string;
1534
1522
  eqeqeq: string;
1535
- "grouped-accessor-pairs": string[];
1536
- "guard-for-in": string;
1537
- "no-alert": string;
1538
- "no-caller": string;
1539
- "no-case-declarations": string;
1540
- "no-constructor-return": string;
1541
- "no-else-return": (string | {
1523
+ 'grouped-accessor-pairs': string[];
1524
+ 'guard-for-in': string;
1525
+ 'no-alert': string;
1526
+ 'no-caller': string;
1527
+ 'no-case-declarations': string;
1528
+ 'no-constructor-return': string;
1529
+ 'no-else-return': (string | {
1542
1530
  allowElseIf: boolean;
1543
1531
  })[];
1544
- "no-empty-pattern": string;
1545
- "no-eq-null": string;
1546
- "no-eval": string;
1547
- "no-extend-native": string;
1548
- "no-extra-bind": string;
1549
- "no-extra-label": string;
1550
- "no-fallthrough": string;
1551
- "no-global-assign": string;
1552
- "no-implicit-coercion": string;
1553
- "no-implicit-globals": string;
1554
- "no-implied-eval": string;
1555
- "no-iterator": string;
1556
- "no-labels": string;
1557
- "no-lone-blocks": string;
1558
- "no-multi-str": string;
1559
- "no-new-func": string;
1560
- "no-new-wrappers": string;
1561
- "no-nonoctal-decimal-escape": string;
1562
- "no-new": string;
1563
- "no-octal-escape": string;
1564
- "no-octal": string;
1565
- "no-proto": string;
1566
- "no-redeclare": string;
1567
- "no-return-assign": string[];
1568
- "no-return-await": string;
1569
- "no-script-url": string;
1570
- "no-self-assign": (string | {
1532
+ 'no-empty-pattern': string;
1533
+ 'no-eq-null': string;
1534
+ 'no-eval': string;
1535
+ 'no-extend-native': string;
1536
+ 'no-extra-bind': string;
1537
+ 'no-extra-label': string;
1538
+ 'no-fallthrough': string;
1539
+ 'no-global-assign': string;
1540
+ 'no-implicit-coercion': string;
1541
+ 'no-implicit-globals': string;
1542
+ 'no-implied-eval': string;
1543
+ 'no-iterator': string;
1544
+ 'no-labels': string;
1545
+ 'no-lone-blocks': string;
1546
+ 'no-multi-str': string;
1547
+ 'no-new-func': string;
1548
+ 'no-new-wrappers': string;
1549
+ 'no-nonoctal-decimal-escape': string;
1550
+ 'no-new': string;
1551
+ 'no-octal-escape': string;
1552
+ 'no-octal': string;
1553
+ 'no-proto': string;
1554
+ 'no-redeclare': string;
1555
+ 'no-return-assign': string[];
1556
+ 'no-return-await': string;
1557
+ 'no-script-url': string;
1558
+ 'no-self-assign': (string | {
1571
1559
  props: boolean;
1572
1560
  })[];
1573
- "no-self-compare": string;
1574
- "no-sequences": string;
1575
- "no-throw-literal": string;
1576
- "no-unmodified-loop-condition": string;
1577
- "no-unused-labels": string;
1578
- "no-useless-call": string;
1579
- "no-useless-concat": string;
1580
- "no-useless-escape": string;
1581
- "no-useless-return": string;
1582
- "no-void": string;
1583
- "no-warning-comments": string;
1584
- "no-with": string;
1585
- "prefer-promise-reject-errors": (string | {
1561
+ 'no-self-compare': string;
1562
+ 'no-sequences': string;
1563
+ 'no-throw-literal': string;
1564
+ 'no-unmodified-loop-condition': string;
1565
+ 'no-unused-labels': string;
1566
+ 'no-useless-call': string;
1567
+ 'no-useless-concat': string;
1568
+ 'no-useless-escape': string;
1569
+ 'no-useless-return': string;
1570
+ 'no-void': string;
1571
+ 'no-warning-comments': string;
1572
+ 'no-with': string;
1573
+ 'prefer-promise-reject-errors': (string | {
1586
1574
  allowEmptyReject: boolean;
1587
1575
  })[];
1588
- "prefer-regex-literals": string;
1576
+ 'prefer-regex-literals': string;
1589
1577
  radix: string;
1590
1578
  yoda: string;
1591
- "no-delete-var": string;
1592
- "no-label-var": string;
1593
- "no-restricted-globals": string[];
1594
- "no-shadow-restricted-names": string;
1595
- "no-undef-init": string;
1596
- "no-buffer-constructor": string;
1597
- "no-restricted-imports": string[];
1579
+ 'no-delete-var': string;
1580
+ 'no-label-var': string;
1581
+ 'no-restricted-globals': string[];
1582
+ 'no-shadow-restricted-names': string;
1583
+ 'no-undef-init': string;
1584
+ 'no-buffer-constructor': string;
1585
+ 'no-restricted-imports': string[];
1598
1586
  camelcase: (string | {
1599
1587
  properties: string;
1600
1588
  })[];
1601
- "capitalized-comments": (string | {
1602
- ignorePattern: string;
1603
- ignoreInlineComments: boolean;
1604
- ignoreConsecutiveComments: boolean;
1605
- })[];
1606
- "func-name-matching": (string | {
1589
+ 'capitalized-comments': string[];
1590
+ 'func-name-matching': (string | {
1607
1591
  considerPropertyDescriptor: boolean;
1608
1592
  })[];
1609
- "func-names": string[];
1610
- "lines-between-class-members": (string | {
1593
+ 'func-names': string[];
1594
+ 'lines-between-class-members': (string | {
1611
1595
  exceptAfterSingleLine: boolean;
1612
1596
  })[];
1613
- "max-depth": string;
1614
- "max-nested-callbacks": (string | number)[];
1615
- "max-params": (string | {
1597
+ 'max-depth': string;
1598
+ 'max-nested-callbacks': (string | number)[];
1599
+ 'max-params': (string | {
1616
1600
  max: number;
1617
1601
  })[];
1618
- "max-statements-per-line": string;
1619
- "no-array-constructor": string;
1620
- "no-lonely-if": string;
1621
- "no-multi-assign": string;
1622
- "no-negated-condition": string;
1623
- "no-new-object": string;
1624
- "no-restricted-syntax": string[];
1625
- "no-unneeded-ternary": string;
1626
- "one-var": string[];
1627
- "operator-assignment": string[];
1628
- "padding-line-between-statements": string;
1629
- "prefer-exponentiation-operator": string;
1630
- "spaced-comment": (string | {
1602
+ 'max-statements-per-line': string;
1603
+ 'no-array-constructor': string;
1604
+ 'no-lonely-if': string;
1605
+ 'no-multi-assign': string;
1606
+ 'no-negated-condition': string;
1607
+ 'no-new-object': string;
1608
+ 'no-restricted-syntax': string[];
1609
+ 'no-unneeded-ternary': string;
1610
+ 'one-var': string[];
1611
+ 'operator-assignment': string[];
1612
+ 'padding-line-between-statements': string;
1613
+ 'prefer-exponentiation-operator': string;
1614
+ 'spaced-comment': (string | {
1631
1615
  line: {
1632
1616
  exceptions: string[];
1633
1617
  markers: string[];
@@ -1638,32 +1622,32 @@ declare const _default: {
1638
1622
  balanced: boolean;
1639
1623
  };
1640
1624
  })[];
1641
- "constructor-super": string;
1642
- "no-class-assign": string;
1643
- "no-const-assign": string;
1644
- "no-dupe-class-members": string;
1645
- "no-new-symbol": string;
1646
- "no-this-before-super": string;
1647
- "no-useless-computed-key": (string | {
1625
+ 'constructor-super': string;
1626
+ 'no-class-assign': string;
1627
+ 'no-const-assign': string;
1628
+ 'no-dupe-class-members': string;
1629
+ 'no-new-symbol': string;
1630
+ 'no-this-before-super': string;
1631
+ 'no-useless-computed-key': (string | {
1648
1632
  enforceForClassMembers: boolean;
1649
1633
  })[];
1650
- "no-useless-constructor": string;
1651
- "no-useless-rename": string;
1652
- "require-yield": string;
1653
- "symbol-description": string;
1654
- "no-var": string;
1655
- "object-shorthand": string[];
1656
- "prefer-arrow-callback": (string | {
1634
+ 'no-useless-constructor': string;
1635
+ 'no-useless-rename': string;
1636
+ 'require-yield': string;
1637
+ 'symbol-description': string;
1638
+ 'no-var': string;
1639
+ 'object-shorthand': string[];
1640
+ 'prefer-arrow-callback': (string | {
1657
1641
  allowNamedFunctions: boolean;
1658
1642
  })[];
1659
- "prefer-const": (string | {
1643
+ 'prefer-const': (string | {
1660
1644
  destructuring: string;
1661
1645
  })[];
1662
- "prefer-numeric-literals": string;
1663
- "prefer-rest-params": string;
1664
- "prefer-spread": string;
1665
- "prefer-object-spread": string;
1666
- "prefer-destructuring": (string | {
1646
+ 'prefer-numeric-literals': string;
1647
+ 'prefer-rest-params': string;
1648
+ 'prefer-spread': string;
1649
+ 'prefer-object-spread': string;
1650
+ 'prefer-destructuring': (string | {
1667
1651
  VariableDeclarator: {
1668
1652
  array: boolean;
1669
1653
  object: boolean;
@@ -1678,70 +1662,70 @@ declare const _default: {
1678
1662
  VariableDeclarator?: undefined;
1679
1663
  AssignmentExpression?: undefined;
1680
1664
  })[];
1681
- "no-useless-catch": string;
1682
- "react/boolean-prop-naming": (string | {
1665
+ 'no-useless-catch': string;
1666
+ 'react/boolean-prop-naming': (string | {
1683
1667
  validateNested: boolean;
1684
1668
  })[];
1685
- "react/button-has-type": string;
1686
- "react/default-props-match-prop-types": string;
1687
- "react/no-access-state-in-setstate": string;
1688
- "react/no-children-prop": string;
1689
- "react/no-danger": string;
1690
- "react/no-danger-with-children": string;
1691
- "react/no-deprecated": string;
1692
- "react/no-did-update-set-state": string;
1693
- "react/no-direct-mutation-state": string;
1694
- "react/no-find-dom-node": string;
1695
- "react/no-is-mounted": string;
1696
- "react/no-redundant-should-component-update": string;
1697
- "react/no-render-return-value": string;
1698
- "react/no-typos": string;
1699
- "react/no-string-refs": (string | {
1669
+ 'react/button-has-type': string;
1670
+ 'react/default-props-match-prop-types': string;
1671
+ 'react/no-access-state-in-setstate': string;
1672
+ 'react/no-children-prop': string;
1673
+ 'react/no-danger': string;
1674
+ 'react/no-danger-with-children': string;
1675
+ 'react/no-deprecated': string;
1676
+ 'react/no-did-update-set-state': string;
1677
+ 'react/no-direct-mutation-state': string;
1678
+ 'react/no-find-dom-node': string;
1679
+ 'react/no-is-mounted': string;
1680
+ 'react/no-redundant-should-component-update': string;
1681
+ 'react/no-render-return-value': string;
1682
+ 'react/no-typos': string;
1683
+ 'react/no-string-refs': (string | {
1700
1684
  noTemplateLiterals: boolean;
1701
1685
  })[];
1702
- "react/no-this-in-sfc": string;
1703
- "react/no-unsafe": string;
1704
- "react/no-unused-prop-types": string;
1705
- "react/no-unused-state": string;
1706
- "react/prefer-read-only-props": string;
1707
- "react/require-default-props": (string | {
1686
+ 'react/no-this-in-sfc': string;
1687
+ 'react/no-unsafe': string;
1688
+ 'react/no-unused-prop-types': string;
1689
+ 'react/no-unused-state': string;
1690
+ 'react/prefer-read-only-props': string;
1691
+ 'react/require-default-props': (string | {
1708
1692
  forbidDefaultForRequired: boolean;
1709
1693
  ignoreFunctionalComponents: boolean;
1710
1694
  })[];
1711
- "react/self-closing-comp": string;
1712
- "react/state-in-constructor": string[];
1713
- "react/static-property-placement": string;
1714
- "react/style-prop-object": string;
1715
- "react/void-dom-elements-no-children": string;
1716
- "react/jsx-boolean-value": string;
1717
- "react/jsx-no-bind": (string | {
1695
+ 'react/self-closing-comp': string;
1696
+ 'react/state-in-constructor': string[];
1697
+ 'react/static-property-placement': string;
1698
+ 'react/style-prop-object': string;
1699
+ 'react/void-dom-elements-no-children': string;
1700
+ 'react/jsx-boolean-value': string;
1701
+ 'react/jsx-no-bind': (string | {
1718
1702
  allowArrowFunctions: boolean;
1719
1703
  })[];
1720
- "react/jsx-no-comment-textnodes": string;
1721
- "react/jsx-no-duplicate-props": (string | {
1704
+ 'react/jsx-no-comment-textnodes': string;
1705
+ 'react/jsx-no-duplicate-props': (string | {
1722
1706
  ignoreCase: boolean;
1723
1707
  })[];
1724
- "react/jsx-no-script-url": string;
1725
- "react/jsx-no-undef": string;
1726
- "react/jsx-curly-brace-presence": string[];
1727
- "react/jsx-fragments": string[];
1728
- "react/jsx-pascal-case": string;
1729
- "react/jsx-sort-props": (string | {
1708
+ 'react/jsx-no-script-url': string;
1709
+ 'react/jsx-no-undef': string;
1710
+ 'react/jsx-curly-brace-presence': string[];
1711
+ 'react/jsx-fragments': string[];
1712
+ 'react/jsx-pascal-case': string;
1713
+ 'react/jsx-sort-props': (string | {
1730
1714
  callbacksLast: boolean;
1731
1715
  shorthandFirst: boolean;
1732
1716
  noSortAlphabetically: boolean;
1733
1717
  reservedFirst: boolean;
1734
1718
  })[];
1735
- "react/jsx-uses-react": string;
1736
- "react/jsx-uses-vars": string;
1737
- "react-hooks/rules-of-hooks": string;
1738
- "react-hooks/exhaustive-deps": string;
1739
- "react/jsx-no-constructed-context-values": string;
1740
- "no-console": string;
1741
- "10x/react-in-scope": string;
1742
- "react/react-in-jsx-scope": string;
1743
- "react/jsx-key": string;
1744
- "react/jsx-no-target-blank": string;
1719
+ 'react/jsx-uses-react': string;
1720
+ 'react/jsx-uses-vars': string;
1721
+ 'react-hooks/rules-of-hooks': string;
1722
+ 'react-hooks/exhaustive-deps': string;
1723
+ 'react/jsx-no-constructed-context-values': string;
1724
+ 'no-console': string;
1725
+ '10x/react-in-scope': string;
1726
+ 'react/react-in-jsx-scope': string;
1727
+ 'react/jsx-key': string;
1728
+ 'react/jsx-no-target-blank': string;
1745
1729
  };
1746
1730
  settings: {
1747
1731
  react: {