@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 +1200 -1216
- package/dist/index.js +360 -370
- package/dist/patch-eslint.js +38 -30
- package/package.json +7 -3
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
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
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
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
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
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
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
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
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
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
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
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
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
|
-
|
|
221
|
-
|
|
222
|
-
|
|
220
|
+
'no-useless-backreference': string;
|
|
221
|
+
'use-isnan': string;
|
|
222
|
+
'valid-typeof': (string | {
|
|
223
223
|
requireStringLiterals: boolean;
|
|
224
224
|
})[];
|
|
225
|
-
|
|
225
|
+
'accessor-pairs': (string | {
|
|
226
226
|
enforceForClassMembers: boolean;
|
|
227
227
|
})[];
|
|
228
|
-
|
|
228
|
+
'array-callback-return': (string | {
|
|
229
229
|
allowImplicit: boolean;
|
|
230
230
|
})[];
|
|
231
|
-
|
|
231
|
+
'block-scoped-var': string;
|
|
232
232
|
complexity: string;
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
233
|
+
'default-case': string;
|
|
234
|
+
'default-case-last': string;
|
|
235
|
+
'default-param-last': string;
|
|
236
|
+
'dot-notation': string;
|
|
237
237
|
eqeqeq: string;
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
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
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
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
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
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
|
-
|
|
291
|
+
'prefer-regex-literals': string;
|
|
292
292
|
radix: string;
|
|
293
293
|
yoda: string;
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
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
|
-
|
|
305
|
-
|
|
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
|
-
|
|
313
|
-
|
|
308
|
+
'func-names': string[];
|
|
309
|
+
'lines-between-class-members': (string | {
|
|
314
310
|
exceptAfterSingleLine: boolean;
|
|
315
311
|
})[];
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
312
|
+
'max-depth': string;
|
|
313
|
+
'max-nested-callbacks': (string | number)[];
|
|
314
|
+
'max-params': (string | {
|
|
319
315
|
max: number;
|
|
320
316
|
})[];
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
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
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
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
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
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
|
-
|
|
358
|
+
'prefer-const': (string | {
|
|
363
359
|
destructuring: string;
|
|
364
360
|
})[];
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
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
|
-
|
|
385
|
-
|
|
380
|
+
'no-useless-catch': string;
|
|
381
|
+
'react/boolean-prop-naming': (string | {
|
|
386
382
|
validateNested: boolean;
|
|
387
383
|
})[];
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
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
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
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
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
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
|
-
|
|
424
|
-
|
|
419
|
+
'react/jsx-no-comment-textnodes': string;
|
|
420
|
+
'react/jsx-no-duplicate-props': (string | {
|
|
425
421
|
ignoreCase: boolean;
|
|
426
422
|
})[];
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
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
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
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
|
-
|
|
450
|
-
|
|
451
|
-
|
|
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
|
-
|
|
490
|
+
'no-undef': (string | {
|
|
495
491
|
typeof: boolean;
|
|
496
492
|
})[];
|
|
497
|
-
|
|
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
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
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
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
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
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
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
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
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
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
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
|
-
|
|
655
|
-
|
|
656
|
-
|
|
650
|
+
'no-useless-backreference': string;
|
|
651
|
+
'use-isnan': string;
|
|
652
|
+
'valid-typeof': (string | {
|
|
657
653
|
requireStringLiterals: boolean;
|
|
658
654
|
})[];
|
|
659
|
-
|
|
655
|
+
'accessor-pairs': (string | {
|
|
660
656
|
enforceForClassMembers: boolean;
|
|
661
657
|
})[];
|
|
662
|
-
|
|
658
|
+
'array-callback-return': (string | {
|
|
663
659
|
allowImplicit: boolean;
|
|
664
660
|
})[];
|
|
665
|
-
|
|
661
|
+
'block-scoped-var': string;
|
|
666
662
|
complexity: string;
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
663
|
+
'default-case': string;
|
|
664
|
+
'default-case-last': string;
|
|
665
|
+
'default-param-last': string;
|
|
666
|
+
'dot-notation': string;
|
|
671
667
|
eqeqeq: string;
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
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
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
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
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
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
|
-
|
|
721
|
+
'prefer-regex-literals': string;
|
|
726
722
|
radix: string;
|
|
727
723
|
yoda: string;
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
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
|
-
|
|
739
|
-
|
|
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
|
-
|
|
747
|
-
|
|
738
|
+
'func-names': string[];
|
|
739
|
+
'lines-between-class-members': (string | {
|
|
748
740
|
exceptAfterSingleLine: boolean;
|
|
749
741
|
})[];
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
742
|
+
'max-depth': string;
|
|
743
|
+
'max-nested-callbacks': (string | number)[];
|
|
744
|
+
'max-params': (string | {
|
|
753
745
|
max: number;
|
|
754
746
|
})[];
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
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
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
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
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
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
|
-
|
|
788
|
+
'prefer-const': (string | {
|
|
797
789
|
destructuring: string;
|
|
798
790
|
})[];
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
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
|
-
|
|
819
|
-
|
|
810
|
+
'no-useless-catch': string;
|
|
811
|
+
'react/boolean-prop-naming': (string | {
|
|
820
812
|
validateNested: boolean;
|
|
821
813
|
})[];
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
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
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
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
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
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
|
-
|
|
858
|
-
|
|
849
|
+
'react/jsx-no-comment-textnodes': string;
|
|
850
|
+
'react/jsx-no-duplicate-props': (string | {
|
|
859
851
|
ignoreCase: boolean;
|
|
860
852
|
})[];
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
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
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
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
|
-
|
|
886
|
-
|
|
887
|
-
|
|
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
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
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
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
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
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
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
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
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
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
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
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
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
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1075
|
+
'no-useless-backreference': string;
|
|
1076
|
+
'use-isnan': string;
|
|
1077
|
+
'valid-typeof': (string | {
|
|
1086
1078
|
requireStringLiterals: boolean;
|
|
1087
1079
|
})[];
|
|
1088
|
-
|
|
1080
|
+
'accessor-pairs': (string | {
|
|
1089
1081
|
enforceForClassMembers: boolean;
|
|
1090
1082
|
})[];
|
|
1091
|
-
|
|
1083
|
+
'array-callback-return': (string | {
|
|
1092
1084
|
allowImplicit: boolean;
|
|
1093
1085
|
})[];
|
|
1094
|
-
|
|
1086
|
+
'block-scoped-var': string;
|
|
1095
1087
|
complexity: string;
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1088
|
+
'default-case': string;
|
|
1089
|
+
'default-case-last': string;
|
|
1090
|
+
'default-param-last': string;
|
|
1091
|
+
'dot-notation': string;
|
|
1100
1092
|
eqeqeq: string;
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
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
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
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
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
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
|
-
|
|
1146
|
+
'prefer-regex-literals': string;
|
|
1155
1147
|
radix: string;
|
|
1156
1148
|
yoda: string;
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
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
|
-
|
|
1168
|
-
|
|
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
|
-
|
|
1176
|
-
|
|
1163
|
+
'func-names': string[];
|
|
1164
|
+
'lines-between-class-members': (string | {
|
|
1177
1165
|
exceptAfterSingleLine: boolean;
|
|
1178
1166
|
})[];
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1167
|
+
'max-depth': string;
|
|
1168
|
+
'max-nested-callbacks': (string | number)[];
|
|
1169
|
+
'max-params': (string | {
|
|
1182
1170
|
max: number;
|
|
1183
1171
|
})[];
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
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
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
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
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
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
|
-
|
|
1213
|
+
'prefer-const': (string | {
|
|
1226
1214
|
destructuring: string;
|
|
1227
1215
|
})[];
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
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
|
-
|
|
1248
|
-
|
|
1235
|
+
'no-useless-catch': string;
|
|
1236
|
+
'react/boolean-prop-naming': (string | {
|
|
1249
1237
|
validateNested: boolean;
|
|
1250
1238
|
})[];
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
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
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
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
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
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
|
-
|
|
1287
|
-
|
|
1274
|
+
'react/jsx-no-comment-textnodes': string;
|
|
1275
|
+
'react/jsx-no-duplicate-props': (string | {
|
|
1288
1276
|
ignoreCase: boolean;
|
|
1289
1277
|
})[];
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
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
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
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
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
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
|
-
|
|
1345
|
+
'no-undef': (string | {
|
|
1358
1346
|
typeof: boolean;
|
|
1359
1347
|
})[];
|
|
1360
|
-
|
|
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
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
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
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
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
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
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
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
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
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
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
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1505
|
+
'no-useless-backreference': string;
|
|
1506
|
+
'use-isnan': string;
|
|
1507
|
+
'valid-typeof': (string | {
|
|
1520
1508
|
requireStringLiterals: boolean;
|
|
1521
1509
|
})[];
|
|
1522
|
-
|
|
1510
|
+
'accessor-pairs': (string | {
|
|
1523
1511
|
enforceForClassMembers: boolean;
|
|
1524
1512
|
})[];
|
|
1525
|
-
|
|
1513
|
+
'array-callback-return': (string | {
|
|
1526
1514
|
allowImplicit: boolean;
|
|
1527
1515
|
})[];
|
|
1528
|
-
|
|
1516
|
+
'block-scoped-var': string;
|
|
1529
1517
|
complexity: string;
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1518
|
+
'default-case': string;
|
|
1519
|
+
'default-case-last': string;
|
|
1520
|
+
'default-param-last': string;
|
|
1521
|
+
'dot-notation': string;
|
|
1534
1522
|
eqeqeq: string;
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
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
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
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
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
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
|
-
|
|
1576
|
+
'prefer-regex-literals': string;
|
|
1589
1577
|
radix: string;
|
|
1590
1578
|
yoda: string;
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
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
|
-
|
|
1602
|
-
|
|
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
|
-
|
|
1610
|
-
|
|
1593
|
+
'func-names': string[];
|
|
1594
|
+
'lines-between-class-members': (string | {
|
|
1611
1595
|
exceptAfterSingleLine: boolean;
|
|
1612
1596
|
})[];
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1597
|
+
'max-depth': string;
|
|
1598
|
+
'max-nested-callbacks': (string | number)[];
|
|
1599
|
+
'max-params': (string | {
|
|
1616
1600
|
max: number;
|
|
1617
1601
|
})[];
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
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
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
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
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
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
|
-
|
|
1643
|
+
'prefer-const': (string | {
|
|
1660
1644
|
destructuring: string;
|
|
1661
1645
|
})[];
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
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
|
-
|
|
1682
|
-
|
|
1665
|
+
'no-useless-catch': string;
|
|
1666
|
+
'react/boolean-prop-naming': (string | {
|
|
1683
1667
|
validateNested: boolean;
|
|
1684
1668
|
})[];
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
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
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
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
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
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
|
-
|
|
1721
|
-
|
|
1704
|
+
'react/jsx-no-comment-textnodes': string;
|
|
1705
|
+
'react/jsx-no-duplicate-props': (string | {
|
|
1722
1706
|
ignoreCase: boolean;
|
|
1723
1707
|
})[];
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
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
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
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: {
|