@eslinted/defaults 10.23.0-rc.1 → 10.23.0-rc.2
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/rules/index.d.ts +1495 -1457
- package/dist/rules/index.d.ts.map +1 -1
- package/dist/rules/scopes/css/enable.d.ts +13 -13
- package/dist/rules/scopes/css/enable.js.map +1 -1
- package/dist/rules/scopes/css/index.d.ts +13 -13
- package/dist/rules/scopes/html/enable.d.ts +71 -71
- package/dist/rules/scopes/html/enable.js.map +1 -1
- package/dist/rules/scopes/html/index.d.ts +71 -71
- package/dist/rules/scopes/js/enable-stylistic.d.ts +359 -314
- package/dist/rules/scopes/js/enable-stylistic.d.ts.map +1 -1
- package/dist/rules/scopes/js/enable-stylistic.js.map +1 -1
- package/dist/rules/scopes/js/enable.d.ts +348 -351
- package/dist/rules/scopes/js/enable.d.ts.map +1 -1
- package/dist/rules/scopes/js/enable.js.map +1 -1
- package/dist/rules/scopes/js/index.d.ts +707 -665
- package/dist/rules/scopes/js/index.d.ts.map +1 -1
- package/dist/rules/scopes/json/enable-ext.d.ts +46 -46
- package/dist/rules/scopes/json/enable-ext.js.map +1 -1
- package/dist/rules/scopes/json/enable.d.ts +23 -23
- package/dist/rules/scopes/json/enable.js.map +1 -1
- package/dist/rules/scopes/json/index.d.ts +69 -69
- package/dist/rules/scopes/jsonc/index.d.ts +2 -2
- package/dist/rules/scopes/jsonc/override.d.ts +2 -2
- package/dist/rules/scopes/jsonc/override.js.map +1 -1
- package/dist/rules/scopes/mocha/disable.d.ts +2 -2
- package/dist/rules/scopes/mocha/disable.js.map +1 -1
- package/dist/rules/scopes/mocha/enable-chai-expect.d.ts +4 -4
- package/dist/rules/scopes/mocha/enable-chai-expect.js.map +1 -1
- package/dist/rules/scopes/mocha/enable-chai.d.ts +6 -6
- package/dist/rules/scopes/mocha/enable-chai.js.map +1 -1
- package/dist/rules/scopes/mocha/enable.d.ts +31 -31
- package/dist/rules/scopes/mocha/enable.js.map +1 -1
- package/dist/rules/scopes/mocha/index.d.ts +43 -43
- package/dist/rules/scopes/svelte/disable-ext.d.ts +3 -3
- package/dist/rules/scopes/svelte/disable-ext.js.map +1 -1
- package/dist/rules/scopes/svelte/disable-ts.d.ts +2 -2
- package/dist/rules/scopes/svelte/disable-ts.js.map +1 -1
- package/dist/rules/scopes/svelte/disable.d.ts +3 -3
- package/dist/rules/scopes/svelte/disable.js.map +1 -1
- package/dist/rules/scopes/svelte/enable-ext.d.ts +7 -7
- package/dist/rules/scopes/svelte/enable-ext.js.map +1 -1
- package/dist/rules/scopes/svelte/enable.d.ts +160 -160
- package/dist/rules/scopes/svelte/enable.js.map +1 -1
- package/dist/rules/scopes/svelte/index.d.ts +175 -175
- package/dist/rules/scopes/ts/disable-ext.d.ts +11 -11
- package/dist/rules/scopes/ts/disable-ext.js.map +1 -1
- package/dist/rules/scopes/ts/disable.d.ts +19 -19
- package/dist/rules/scopes/ts/disable.js.map +1 -1
- package/dist/rules/scopes/ts/enable-ext.d.ts +49 -53
- package/dist/rules/scopes/ts/enable-ext.d.ts.map +1 -1
- package/dist/rules/scopes/ts/enable-ext.js.map +1 -1
- package/dist/rules/scopes/ts/enable.d.ts +267 -267
- package/dist/rules/scopes/ts/enable.d.ts.map +1 -1
- package/dist/rules/scopes/ts/enable.js.map +1 -1
- package/dist/rules/scopes/ts/index.d.ts +346 -350
- package/dist/rules/scopes/ts/index.d.ts.map +1 -1
- package/dist/rules/scopes/yml/enable-ext.d.ts +33 -33
- package/dist/rules/scopes/yml/enable-ext.js.map +1 -1
- package/dist/rules/scopes/yml/enable.d.ts +36 -36
- package/dist/rules/scopes/yml/enable.js.map +1 -1
- package/dist/rules/scopes/yml/index.d.ts +69 -69
- package/package.json +1 -1
- package/src/rules/scopes/css/enable.ts +1 -1
- package/src/rules/scopes/html/enable.ts +1 -1
- package/src/rules/scopes/js/enable-stylistic.ts +1 -1
- package/src/rules/scopes/js/enable.ts +1 -1
- package/src/rules/scopes/json/enable-ext.ts +1 -1
- package/src/rules/scopes/json/enable.ts +1 -1
- package/src/rules/scopes/jsonc/override.ts +1 -1
- package/src/rules/scopes/mocha/disable.ts +1 -1
- package/src/rules/scopes/mocha/enable-chai-expect.ts +1 -1
- package/src/rules/scopes/mocha/enable-chai.ts +1 -1
- package/src/rules/scopes/mocha/enable.ts +1 -1
- package/src/rules/scopes/svelte/disable-ext.ts +1 -1
- package/src/rules/scopes/svelte/disable-ts.ts +1 -1
- package/src/rules/scopes/svelte/disable.ts +1 -1
- package/src/rules/scopes/svelte/enable-ext.ts +1 -1
- package/src/rules/scopes/svelte/enable.ts +1 -1
- package/src/rules/scopes/ts/disable-ext.ts +1 -1
- package/src/rules/scopes/ts/disable.ts +1 -1
- package/src/rules/scopes/ts/enable-ext.ts +1 -1
- package/src/rules/scopes/ts/enable.ts +1 -1
- package/src/rules/scopes/yml/enable-ext.ts +1 -1
- package/src/rules/scopes/yml/enable.ts +1 -1
package/dist/rules/index.d.ts
CHANGED
|
@@ -2,1584 +2,1622 @@ export declare const rules: {
|
|
|
2
2
|
js: ({
|
|
3
3
|
id: string;
|
|
4
4
|
rules: {
|
|
5
|
-
"array-callback-return":
|
|
6
|
-
allowImplicit:
|
|
7
|
-
checkForEach:
|
|
8
|
-
allowVoid:
|
|
9
|
-
}
|
|
10
|
-
"constructor-super":
|
|
11
|
-
"for-direction":
|
|
12
|
-
"getter-return":
|
|
13
|
-
allowImplicit:
|
|
14
|
-
}
|
|
15
|
-
"no-async-promise-executor":
|
|
16
|
-
"no-await-in-loop":
|
|
17
|
-
"no-class-assign":
|
|
18
|
-
"no-compare-neg-zero":
|
|
19
|
-
"no-cond-assign":
|
|
20
|
-
"no-const-assign":
|
|
21
|
-
"no-constant-binary-expression":
|
|
22
|
-
"no-constant-condition":
|
|
23
|
-
checkLoops:
|
|
24
|
-
}
|
|
25
|
-
"no-constructor-return":
|
|
26
|
-
"no-control-regex":
|
|
27
|
-
"no-debugger":
|
|
28
|
-
"no-dupe-args":
|
|
29
|
-
"no-dupe-class-members":
|
|
30
|
-
"no-dupe-else-if":
|
|
31
|
-
"no-dupe-keys":
|
|
32
|
-
"no-duplicate-case":
|
|
33
|
-
"no-duplicate-imports":
|
|
34
|
-
"no-empty-character-class":
|
|
35
|
-
"no-empty-pattern":
|
|
36
|
-
allowObjectPatternsAsParameters:
|
|
37
|
-
}
|
|
38
|
-
"no-ex-assign":
|
|
39
|
-
"no-fallthrough":
|
|
40
|
-
allowEmptyCase:
|
|
41
|
-
reportUnusedFallthroughComment:
|
|
42
|
-
}
|
|
43
|
-
"no-func-assign":
|
|
44
|
-
"no-import-assign":
|
|
45
|
-
"no-inner-declarations":
|
|
46
|
-
blockScopedFunctions:
|
|
47
|
-
}
|
|
48
|
-
"no-invalid-regexp":
|
|
49
|
-
allowConstructorFlags:
|
|
50
|
-
}
|
|
51
|
-
"no-irregular-whitespace":
|
|
52
|
-
skipStrings:
|
|
53
|
-
skipComments:
|
|
54
|
-
skipRegExps:
|
|
55
|
-
skipTemplates:
|
|
56
|
-
skipJSXText:
|
|
57
|
-
}
|
|
58
|
-
"no-loss-of-precision":
|
|
59
|
-
"no-misleading-character-class":
|
|
60
|
-
"no-new-native-nonconstructor":
|
|
61
|
-
"no-obj-calls":
|
|
62
|
-
"no-promise-executor-return":
|
|
63
|
-
allowVoid:
|
|
64
|
-
}
|
|
65
|
-
"no-prototype-builtins":
|
|
66
|
-
"no-self-assign":
|
|
67
|
-
props:
|
|
68
|
-
}
|
|
69
|
-
"no-self-compare":
|
|
70
|
-
"no-setter-return":
|
|
71
|
-
"no-sparse-arrays":
|
|
72
|
-
"no-template-curly-in-string":
|
|
73
|
-
"no-this-before-super":
|
|
74
|
-
"no-unassigned-vars":
|
|
75
|
-
"no-undef":
|
|
76
|
-
"no-unexpected-multiline":
|
|
77
|
-
"no-unmodified-loop-condition":
|
|
78
|
-
"no-unreachable":
|
|
79
|
-
"no-unreachable-loop":
|
|
80
|
-
ignore:
|
|
81
|
-
}
|
|
82
|
-
"no-unsafe-finally":
|
|
83
|
-
"no-unsafe-negation":
|
|
84
|
-
enforceForOrderingRelations:
|
|
85
|
-
}
|
|
86
|
-
"no-unsafe-optional-chaining":
|
|
87
|
-
disallowArithmeticOperators:
|
|
88
|
-
}
|
|
89
|
-
"no-unused-private-class-members":
|
|
90
|
-
"no-unused-vars":
|
|
91
|
-
vars:
|
|
92
|
-
args:
|
|
93
|
-
caughtErrors:
|
|
94
|
-
ignoreRestSiblings:
|
|
95
|
-
ignoreClassWithStaticInitBlock:
|
|
96
|
-
reportUsedIgnorePattern:
|
|
97
|
-
}
|
|
98
|
-
"no-use-before-define":
|
|
99
|
-
functions:
|
|
100
|
-
classes:
|
|
101
|
-
variables:
|
|
102
|
-
allowNamedExports:
|
|
103
|
-
}
|
|
104
|
-
"no-useless-assignment":
|
|
105
|
-
"no-useless-backreference":
|
|
106
|
-
"require-atomic-updates":
|
|
107
|
-
allowProperties:
|
|
108
|
-
}
|
|
109
|
-
"use-isnan":
|
|
110
|
-
enforceForSwitchCase:
|
|
111
|
-
enforceForIndexOf:
|
|
112
|
-
}
|
|
113
|
-
"valid-typeof":
|
|
114
|
-
requireStringLiterals:
|
|
115
|
-
}
|
|
116
|
-
"accessor-pairs":
|
|
117
|
-
setWithoutGet:
|
|
118
|
-
getWithoutSet:
|
|
119
|
-
enforceForClassMembers:
|
|
120
|
-
}
|
|
121
|
-
"arrow-body-style":
|
|
122
|
-
requireReturnForObjectLiteral:
|
|
123
|
-
}
|
|
124
|
-
"block-scoped-var":
|
|
125
|
-
camelcase:
|
|
126
|
-
"capitalized-comments":
|
|
127
|
-
"class-methods-use-this":
|
|
128
|
-
complexity:
|
|
129
|
-
"consistent-return":
|
|
130
|
-
treatUndefinedAsUnspecified:
|
|
131
|
-
}
|
|
132
|
-
"consistent-this":
|
|
133
|
-
curly:
|
|
134
|
-
"default-case":
|
|
135
|
-
"default-case-last":
|
|
136
|
-
"default-param-last":
|
|
137
|
-
"dot-notation":
|
|
138
|
-
allowKeywords:
|
|
139
|
-
}
|
|
140
|
-
eqeqeq:
|
|
141
|
-
"func-name-matching":
|
|
142
|
-
"func-names":
|
|
143
|
-
"func-style":
|
|
144
|
-
"grouped-accessor-pairs":
|
|
145
|
-
"guard-for-in":
|
|
146
|
-
"id-denylist":
|
|
147
|
-
"id-length":
|
|
148
|
-
"id-match":
|
|
149
|
-
"init-declarations":
|
|
150
|
-
"logical-assignment-operators":
|
|
151
|
-
enforceForIfStatements:
|
|
152
|
-
}
|
|
153
|
-
"max-classes-per-file":
|
|
154
|
-
"max-depth":
|
|
155
|
-
"max-lines":
|
|
156
|
-
"max-lines-per-function":
|
|
157
|
-
"max-nested-callbacks":
|
|
158
|
-
"max-params":
|
|
159
|
-
"max-statements":
|
|
160
|
-
"multiline-comment-style":
|
|
161
|
-
"new-cap":
|
|
162
|
-
"no-alert":
|
|
163
|
-
"no-array-constructor":
|
|
164
|
-
"no-bitwise":
|
|
165
|
-
allow:
|
|
166
|
-
int32Hint:
|
|
167
|
-
}
|
|
168
|
-
"no-caller":
|
|
169
|
-
"no-case-declarations":
|
|
170
|
-
"no-console":
|
|
171
|
-
"no-continue":
|
|
172
|
-
"no-delete-var":
|
|
173
|
-
"no-div-regex":
|
|
174
|
-
"no-else-return":
|
|
175
|
-
"no-empty":
|
|
176
|
-
allowEmptyCatch:
|
|
177
|
-
}
|
|
178
|
-
"no-empty-function":
|
|
179
|
-
allow:
|
|
180
|
-
}
|
|
181
|
-
"no-empty-static-block":
|
|
182
|
-
"no-eq-null":
|
|
183
|
-
"no-eval":
|
|
184
|
-
allowIndirect:
|
|
185
|
-
}
|
|
186
|
-
"no-extend-native":
|
|
187
|
-
exceptions:
|
|
188
|
-
}
|
|
189
|
-
"no-extra-bind":
|
|
190
|
-
"no-extra-boolean-cast":
|
|
191
|
-
enforceForLogicalOperands:
|
|
192
|
-
}
|
|
193
|
-
"no-extra-label":
|
|
194
|
-
"no-global-assign":
|
|
195
|
-
exceptions:
|
|
196
|
-
}
|
|
197
|
-
"no-implicit-coercion":
|
|
198
|
-
boolean:
|
|
199
|
-
number:
|
|
200
|
-
string:
|
|
201
|
-
disallowTemplateShorthand:
|
|
202
|
-
allow:
|
|
203
|
-
}
|
|
204
|
-
"no-implicit-globals":
|
|
205
|
-
"no-implied-eval":
|
|
206
|
-
"no-inline-comments":
|
|
207
|
-
"no-invalid-this":
|
|
208
|
-
capIsConstructor:
|
|
209
|
-
}
|
|
210
|
-
"no-iterator":
|
|
211
|
-
"no-label-var":
|
|
212
|
-
"no-lone-blocks":
|
|
213
|
-
"no-lonely-if":
|
|
214
|
-
"no-loop-func":
|
|
215
|
-
"no-magic-numbers":
|
|
216
|
-
"no-multi-assign":
|
|
217
|
-
ignoreNonDeclaration:
|
|
218
|
-
}
|
|
219
|
-
"no-multi-str":
|
|
220
|
-
"no-negated-condition":
|
|
221
|
-
"no-nested-ternary":
|
|
222
|
-
"no-new":
|
|
223
|
-
"no-new-func":
|
|
224
|
-
"no-new-wrappers":
|
|
225
|
-
"no-nonoctal-decimal-escape":
|
|
226
|
-
"no-object-constructor":
|
|
227
|
-
"no-octal":
|
|
228
|
-
"no-octal-escape":
|
|
229
|
-
"no-param-reassign":
|
|
230
|
-
props:
|
|
231
|
-
ignorePropertyModificationsFor:
|
|
232
|
-
ignorePropertyModificationsForRegex:
|
|
233
|
-
}
|
|
234
|
-
"no-plusplus":
|
|
235
|
-
allowForLoopAfterthoughts:
|
|
236
|
-
}
|
|
237
|
-
"no-proto":
|
|
238
|
-
"no-redeclare":
|
|
239
|
-
builtinGlobals:
|
|
240
|
-
}
|
|
241
|
-
"no-regex-spaces":
|
|
242
|
-
"no-restricted-exports":
|
|
243
|
-
"no-restricted-globals":
|
|
244
|
-
"no-restricted-imports":
|
|
245
|
-
"no-restricted-properties":
|
|
246
|
-
"no-restricted-syntax":
|
|
247
|
-
"no-return-assign":
|
|
248
|
-
"no-script-url":
|
|
249
|
-
"no-sequences":
|
|
250
|
-
allowInParentheses:
|
|
251
|
-
}
|
|
252
|
-
"no-shadow":
|
|
253
|
-
"no-shadow-restricted-names":
|
|
254
|
-
reportGlobalThis:
|
|
255
|
-
}
|
|
256
|
-
"no-ternary":
|
|
257
|
-
"no-throw-literal":
|
|
258
|
-
"no-undef-init":
|
|
259
|
-
"no-undefined":
|
|
260
|
-
"no-underscore-dangle":
|
|
261
|
-
"no-unneeded-ternary":
|
|
262
|
-
defaultAssignment:
|
|
263
|
-
}
|
|
264
|
-
"no-unused-expressions":
|
|
265
|
-
allowShortCircuit:
|
|
266
|
-
allowTernary:
|
|
267
|
-
allowTaggedTemplates:
|
|
268
|
-
enforceForJSX:
|
|
269
|
-
ignoreDirectives:
|
|
270
|
-
}
|
|
271
|
-
"no-unused-labels":
|
|
272
|
-
"no-useless-call":
|
|
273
|
-
"no-useless-catch":
|
|
274
|
-
"no-useless-computed-key":
|
|
275
|
-
enforceForClassMembers:
|
|
276
|
-
}
|
|
277
|
-
"no-useless-concat":
|
|
278
|
-
"no-useless-constructor":
|
|
279
|
-
"no-useless-escape":
|
|
280
|
-
allowRegexCharacters:
|
|
281
|
-
}
|
|
282
|
-
"no-useless-rename":
|
|
283
|
-
ignoreImport:
|
|
284
|
-
ignoreExport:
|
|
285
|
-
ignoreDestructuring:
|
|
286
|
-
}
|
|
287
|
-
"no-useless-return":
|
|
288
|
-
"no-var":
|
|
289
|
-
"no-void":
|
|
290
|
-
allowAsStatement:
|
|
291
|
-
}
|
|
292
|
-
"no-warning-comments":
|
|
293
|
-
"no-with":
|
|
294
|
-
"object-shorthand":
|
|
295
|
-
avoidQuotes:
|
|
296
|
-
ignoreConstructors:
|
|
297
|
-
avoidExplicitReturnArrows:
|
|
298
|
-
}
|
|
299
|
-
"one-var":
|
|
300
|
-
var:
|
|
301
|
-
let:
|
|
302
|
-
const:
|
|
303
|
-
separateRequires:
|
|
304
|
-
}
|
|
305
|
-
"operator-assignment":
|
|
306
|
-
"prefer-arrow-callback":
|
|
307
|
-
allowNamedFunctions:
|
|
308
|
-
allowUnboundThis:
|
|
309
|
-
}
|
|
310
|
-
"prefer-const":
|
|
311
|
-
destructuring:
|
|
312
|
-
ignoreReadBeforeAssign:
|
|
313
|
-
}
|
|
314
|
-
"prefer-destructuring":
|
|
315
|
-
VariableDeclarator: {
|
|
316
|
-
array:
|
|
317
|
-
object:
|
|
5
|
+
readonly "array-callback-return": readonly ["error", {
|
|
6
|
+
readonly allowImplicit: false;
|
|
7
|
+
readonly checkForEach: true;
|
|
8
|
+
readonly allowVoid: true;
|
|
9
|
+
}];
|
|
10
|
+
readonly "constructor-super": "error";
|
|
11
|
+
readonly "for-direction": "error";
|
|
12
|
+
readonly "getter-return": readonly ["error", {
|
|
13
|
+
readonly allowImplicit: false;
|
|
14
|
+
}];
|
|
15
|
+
readonly "no-async-promise-executor": "error";
|
|
16
|
+
readonly "no-await-in-loop": "error";
|
|
17
|
+
readonly "no-class-assign": "error";
|
|
18
|
+
readonly "no-compare-neg-zero": "error";
|
|
19
|
+
readonly "no-cond-assign": readonly ["error", "always"];
|
|
20
|
+
readonly "no-const-assign": "error";
|
|
21
|
+
readonly "no-constant-binary-expression": "error";
|
|
22
|
+
readonly "no-constant-condition": readonly ["error", {
|
|
23
|
+
readonly checkLoops: true;
|
|
24
|
+
}];
|
|
25
|
+
readonly "no-constructor-return": "error";
|
|
26
|
+
readonly "no-control-regex": "error";
|
|
27
|
+
readonly "no-debugger": "error";
|
|
28
|
+
readonly "no-dupe-args": "error";
|
|
29
|
+
readonly "no-dupe-class-members": "error";
|
|
30
|
+
readonly "no-dupe-else-if": "error";
|
|
31
|
+
readonly "no-dupe-keys": "error";
|
|
32
|
+
readonly "no-duplicate-case": "error";
|
|
33
|
+
readonly "no-duplicate-imports": "off";
|
|
34
|
+
readonly "no-empty-character-class": "error";
|
|
35
|
+
readonly "no-empty-pattern": readonly ["error", {
|
|
36
|
+
readonly allowObjectPatternsAsParameters: false;
|
|
37
|
+
}];
|
|
38
|
+
readonly "no-ex-assign": "error";
|
|
39
|
+
readonly "no-fallthrough": readonly ["error", {
|
|
40
|
+
readonly allowEmptyCase: true;
|
|
41
|
+
readonly reportUnusedFallthroughComment: true;
|
|
42
|
+
}];
|
|
43
|
+
readonly "no-func-assign": "error";
|
|
44
|
+
readonly "no-import-assign": "error";
|
|
45
|
+
readonly "no-inner-declarations": readonly ["error", "both", {
|
|
46
|
+
readonly blockScopedFunctions: "allow";
|
|
47
|
+
}];
|
|
48
|
+
readonly "no-invalid-regexp": readonly ["error", {
|
|
49
|
+
readonly allowConstructorFlags: readonly [];
|
|
50
|
+
}];
|
|
51
|
+
readonly "no-irregular-whitespace": readonly ["error", {
|
|
52
|
+
readonly skipStrings: true;
|
|
53
|
+
readonly skipComments: true;
|
|
54
|
+
readonly skipRegExps: true;
|
|
55
|
+
readonly skipTemplates: true;
|
|
56
|
+
readonly skipJSXText: true;
|
|
57
|
+
}];
|
|
58
|
+
readonly "no-loss-of-precision": "error";
|
|
59
|
+
readonly "no-misleading-character-class": "error";
|
|
60
|
+
readonly "no-new-native-nonconstructor": "error";
|
|
61
|
+
readonly "no-obj-calls": "error";
|
|
62
|
+
readonly "no-promise-executor-return": readonly ["error", {
|
|
63
|
+
readonly allowVoid: true;
|
|
64
|
+
}];
|
|
65
|
+
readonly "no-prototype-builtins": "error";
|
|
66
|
+
readonly "no-self-assign": readonly ["error", {
|
|
67
|
+
readonly props: true;
|
|
68
|
+
}];
|
|
69
|
+
readonly "no-self-compare": "error";
|
|
70
|
+
readonly "no-setter-return": "error";
|
|
71
|
+
readonly "no-sparse-arrays": "error";
|
|
72
|
+
readonly "no-template-curly-in-string": "error";
|
|
73
|
+
readonly "no-this-before-super": "error";
|
|
74
|
+
readonly "no-unassigned-vars": "error";
|
|
75
|
+
readonly "no-undef": "error";
|
|
76
|
+
readonly "no-unexpected-multiline": "error";
|
|
77
|
+
readonly "no-unmodified-loop-condition": "error";
|
|
78
|
+
readonly "no-unreachable": "error";
|
|
79
|
+
readonly "no-unreachable-loop": readonly ["error", {
|
|
80
|
+
readonly ignore: readonly [];
|
|
81
|
+
}];
|
|
82
|
+
readonly "no-unsafe-finally": "error";
|
|
83
|
+
readonly "no-unsafe-negation": readonly ["error", {
|
|
84
|
+
readonly enforceForOrderingRelations: true;
|
|
85
|
+
}];
|
|
86
|
+
readonly "no-unsafe-optional-chaining": readonly ["error", {
|
|
87
|
+
readonly disallowArithmeticOperators: true;
|
|
88
|
+
}];
|
|
89
|
+
readonly "no-unused-private-class-members": "error";
|
|
90
|
+
readonly "no-unused-vars": readonly ["error", {
|
|
91
|
+
readonly vars: "all";
|
|
92
|
+
readonly args: "all";
|
|
93
|
+
readonly caughtErrors: "all";
|
|
94
|
+
readonly ignoreRestSiblings: false;
|
|
95
|
+
readonly ignoreClassWithStaticInitBlock: false;
|
|
96
|
+
readonly reportUsedIgnorePattern: true;
|
|
97
|
+
}];
|
|
98
|
+
readonly "no-use-before-define": readonly ["error", {
|
|
99
|
+
readonly functions: true;
|
|
100
|
+
readonly classes: true;
|
|
101
|
+
readonly variables: true;
|
|
102
|
+
readonly allowNamedExports: false;
|
|
103
|
+
}];
|
|
104
|
+
readonly "no-useless-assignment": "error";
|
|
105
|
+
readonly "no-useless-backreference": "error";
|
|
106
|
+
readonly "require-atomic-updates": readonly ["error", {
|
|
107
|
+
readonly allowProperties: false;
|
|
108
|
+
}];
|
|
109
|
+
readonly "use-isnan": readonly ["error", {
|
|
110
|
+
readonly enforceForSwitchCase: true;
|
|
111
|
+
readonly enforceForIndexOf: true;
|
|
112
|
+
}];
|
|
113
|
+
readonly "valid-typeof": readonly ["error", {
|
|
114
|
+
readonly requireStringLiterals: true;
|
|
115
|
+
}];
|
|
116
|
+
readonly "accessor-pairs": readonly ["error", {
|
|
117
|
+
readonly setWithoutGet: true;
|
|
118
|
+
readonly getWithoutSet: false;
|
|
119
|
+
readonly enforceForClassMembers: true;
|
|
120
|
+
}];
|
|
121
|
+
readonly "arrow-body-style": readonly ["error", "as-needed", {
|
|
122
|
+
readonly requireReturnForObjectLiteral: true;
|
|
123
|
+
}];
|
|
124
|
+
readonly "block-scoped-var": "error";
|
|
125
|
+
readonly camelcase: "off";
|
|
126
|
+
readonly "capitalized-comments": "off";
|
|
127
|
+
readonly "class-methods-use-this": "off";
|
|
128
|
+
readonly complexity: "off";
|
|
129
|
+
readonly "consistent-return": readonly ["error", {
|
|
130
|
+
readonly treatUndefinedAsUnspecified: false;
|
|
131
|
+
}];
|
|
132
|
+
readonly "consistent-this": "error";
|
|
133
|
+
readonly curly: readonly ["error", "multi"];
|
|
134
|
+
readonly "default-case": "off";
|
|
135
|
+
readonly "default-case-last": "error";
|
|
136
|
+
readonly "default-param-last": "error";
|
|
137
|
+
readonly "dot-notation": readonly ["error", {
|
|
138
|
+
readonly allowKeywords: true;
|
|
139
|
+
}];
|
|
140
|
+
readonly eqeqeq: readonly ["error", "always"];
|
|
141
|
+
readonly "func-name-matching": "off";
|
|
142
|
+
readonly "func-names": "off";
|
|
143
|
+
readonly "func-style": "off";
|
|
144
|
+
readonly "grouped-accessor-pairs": "off";
|
|
145
|
+
readonly "guard-for-in": "off";
|
|
146
|
+
readonly "id-denylist": "off";
|
|
147
|
+
readonly "id-length": "off";
|
|
148
|
+
readonly "id-match": "off";
|
|
149
|
+
readonly "init-declarations": readonly ["error", "always"];
|
|
150
|
+
readonly "logical-assignment-operators": readonly ["error", "always", {
|
|
151
|
+
readonly enforceForIfStatements: true;
|
|
152
|
+
}];
|
|
153
|
+
readonly "max-classes-per-file": "off";
|
|
154
|
+
readonly "max-depth": "off";
|
|
155
|
+
readonly "max-lines": "off";
|
|
156
|
+
readonly "max-lines-per-function": "off";
|
|
157
|
+
readonly "max-nested-callbacks": "off";
|
|
158
|
+
readonly "max-params": "off";
|
|
159
|
+
readonly "max-statements": "off";
|
|
160
|
+
readonly "multiline-comment-style": "off";
|
|
161
|
+
readonly "new-cap": "off";
|
|
162
|
+
readonly "no-alert": "error";
|
|
163
|
+
readonly "no-array-constructor": "error";
|
|
164
|
+
readonly "no-bitwise": readonly ["error", {
|
|
165
|
+
readonly allow: readonly [];
|
|
166
|
+
readonly int32Hint: true;
|
|
167
|
+
}];
|
|
168
|
+
readonly "no-caller": "error";
|
|
169
|
+
readonly "no-case-declarations": "error";
|
|
170
|
+
readonly "no-console": "off";
|
|
171
|
+
readonly "no-continue": "error";
|
|
172
|
+
readonly "no-delete-var": "error";
|
|
173
|
+
readonly "no-div-regex": "error";
|
|
174
|
+
readonly "no-else-return": "off";
|
|
175
|
+
readonly "no-empty": readonly ["error", {
|
|
176
|
+
readonly allowEmptyCatch: false;
|
|
177
|
+
}];
|
|
178
|
+
readonly "no-empty-function": readonly ["error", {
|
|
179
|
+
readonly allow: readonly ["constructors", "privateConstructors", "protectedConstructors", "decoratedFunctions", "overrideMethods"];
|
|
180
|
+
}];
|
|
181
|
+
readonly "no-empty-static-block": "error";
|
|
182
|
+
readonly "no-eq-null": "error";
|
|
183
|
+
readonly "no-eval": readonly ["error", {
|
|
184
|
+
readonly allowIndirect: false;
|
|
185
|
+
}];
|
|
186
|
+
readonly "no-extend-native": readonly ["error", {
|
|
187
|
+
readonly exceptions: readonly [];
|
|
188
|
+
}];
|
|
189
|
+
readonly "no-extra-bind": "error";
|
|
190
|
+
readonly "no-extra-boolean-cast": readonly ["error", {
|
|
191
|
+
readonly enforceForLogicalOperands: true;
|
|
192
|
+
}];
|
|
193
|
+
readonly "no-extra-label": "error";
|
|
194
|
+
readonly "no-global-assign": readonly ["error", {
|
|
195
|
+
readonly exceptions: readonly [];
|
|
196
|
+
}];
|
|
197
|
+
readonly "no-implicit-coercion": readonly ["error", {
|
|
198
|
+
readonly boolean: true;
|
|
199
|
+
readonly number: true;
|
|
200
|
+
readonly string: true;
|
|
201
|
+
readonly disallowTemplateShorthand: true;
|
|
202
|
+
readonly allow: readonly [];
|
|
203
|
+
}];
|
|
204
|
+
readonly "no-implicit-globals": "off";
|
|
205
|
+
readonly "no-implied-eval": "error";
|
|
206
|
+
readonly "no-inline-comments": "off";
|
|
207
|
+
readonly "no-invalid-this": readonly ["error", {
|
|
208
|
+
readonly capIsConstructor: false;
|
|
209
|
+
}];
|
|
210
|
+
readonly "no-iterator": "error";
|
|
211
|
+
readonly "no-label-var": "error";
|
|
212
|
+
readonly "no-lone-blocks": "error";
|
|
213
|
+
readonly "no-lonely-if": "off";
|
|
214
|
+
readonly "no-loop-func": "error";
|
|
215
|
+
readonly "no-magic-numbers": "off";
|
|
216
|
+
readonly "no-multi-assign": readonly ["error", {
|
|
217
|
+
readonly ignoreNonDeclaration: false;
|
|
218
|
+
}];
|
|
219
|
+
readonly "no-multi-str": "error";
|
|
220
|
+
readonly "no-negated-condition": "off";
|
|
221
|
+
readonly "no-nested-ternary": "off";
|
|
222
|
+
readonly "no-new": "error";
|
|
223
|
+
readonly "no-new-func": "error";
|
|
224
|
+
readonly "no-new-wrappers": "error";
|
|
225
|
+
readonly "no-nonoctal-decimal-escape": "error";
|
|
226
|
+
readonly "no-object-constructor": "error";
|
|
227
|
+
readonly "no-octal": "error";
|
|
228
|
+
readonly "no-octal-escape": "error";
|
|
229
|
+
readonly "no-param-reassign": readonly ["error", {
|
|
230
|
+
readonly props: true;
|
|
231
|
+
readonly ignorePropertyModificationsFor: readonly [];
|
|
232
|
+
readonly ignorePropertyModificationsForRegex: readonly [];
|
|
233
|
+
}];
|
|
234
|
+
readonly "no-plusplus": readonly ["error", {
|
|
235
|
+
readonly allowForLoopAfterthoughts: true;
|
|
236
|
+
}];
|
|
237
|
+
readonly "no-proto": "error";
|
|
238
|
+
readonly "no-redeclare": readonly ["error", {
|
|
239
|
+
readonly builtinGlobals: true;
|
|
240
|
+
}];
|
|
241
|
+
readonly "no-regex-spaces": "off";
|
|
242
|
+
readonly "no-restricted-exports": "off";
|
|
243
|
+
readonly "no-restricted-globals": "off";
|
|
244
|
+
readonly "no-restricted-imports": "off";
|
|
245
|
+
readonly "no-restricted-properties": "off";
|
|
246
|
+
readonly "no-restricted-syntax": "off";
|
|
247
|
+
readonly "no-return-assign": "off";
|
|
248
|
+
readonly "no-script-url": "error";
|
|
249
|
+
readonly "no-sequences": readonly ["error", {
|
|
250
|
+
readonly allowInParentheses: true;
|
|
251
|
+
}];
|
|
252
|
+
readonly "no-shadow": "off";
|
|
253
|
+
readonly "no-shadow-restricted-names": readonly ["error", {
|
|
254
|
+
readonly reportGlobalThis: false;
|
|
255
|
+
}];
|
|
256
|
+
readonly "no-ternary": "off";
|
|
257
|
+
readonly "no-throw-literal": "error";
|
|
258
|
+
readonly "no-undef-init": "error";
|
|
259
|
+
readonly "no-undefined": "off";
|
|
260
|
+
readonly "no-underscore-dangle": "off";
|
|
261
|
+
readonly "no-unneeded-ternary": readonly ["error", {
|
|
262
|
+
readonly defaultAssignment: false;
|
|
263
|
+
}];
|
|
264
|
+
readonly "no-unused-expressions": readonly ["error", {
|
|
265
|
+
readonly allowShortCircuit: true;
|
|
266
|
+
readonly allowTernary: true;
|
|
267
|
+
readonly allowTaggedTemplates: true;
|
|
268
|
+
readonly enforceForJSX: false;
|
|
269
|
+
readonly ignoreDirectives: false;
|
|
270
|
+
}];
|
|
271
|
+
readonly "no-unused-labels": "error";
|
|
272
|
+
readonly "no-useless-call": "error";
|
|
273
|
+
readonly "no-useless-catch": "error";
|
|
274
|
+
readonly "no-useless-computed-key": readonly ["error", {
|
|
275
|
+
readonly enforceForClassMembers: true;
|
|
276
|
+
}];
|
|
277
|
+
readonly "no-useless-concat": "error";
|
|
278
|
+
readonly "no-useless-constructor": "error";
|
|
279
|
+
readonly "no-useless-escape": readonly ["error", {
|
|
280
|
+
readonly allowRegexCharacters: readonly ["-"];
|
|
281
|
+
}];
|
|
282
|
+
readonly "no-useless-rename": readonly ["error", {
|
|
283
|
+
readonly ignoreImport: false;
|
|
284
|
+
readonly ignoreExport: false;
|
|
285
|
+
readonly ignoreDestructuring: false;
|
|
286
|
+
}];
|
|
287
|
+
readonly "no-useless-return": "error";
|
|
288
|
+
readonly "no-var": "error";
|
|
289
|
+
readonly "no-void": readonly ["error", {
|
|
290
|
+
readonly allowAsStatement: true;
|
|
291
|
+
}];
|
|
292
|
+
readonly "no-warning-comments": "off";
|
|
293
|
+
readonly "no-with": "error";
|
|
294
|
+
readonly "object-shorthand": readonly ["error", "always", {
|
|
295
|
+
readonly avoidQuotes: true;
|
|
296
|
+
readonly ignoreConstructors: false;
|
|
297
|
+
readonly avoidExplicitReturnArrows: false;
|
|
298
|
+
}];
|
|
299
|
+
readonly "one-var": readonly ["error", {
|
|
300
|
+
readonly var: "consecutive";
|
|
301
|
+
readonly let: "consecutive";
|
|
302
|
+
readonly const: "consecutive";
|
|
303
|
+
readonly separateRequires: true;
|
|
304
|
+
}];
|
|
305
|
+
readonly "operator-assignment": readonly ["error", "always"];
|
|
306
|
+
readonly "prefer-arrow-callback": readonly ["error", {
|
|
307
|
+
readonly allowNamedFunctions: false;
|
|
308
|
+
readonly allowUnboundThis: true;
|
|
309
|
+
}];
|
|
310
|
+
readonly "prefer-const": readonly ["error", {
|
|
311
|
+
readonly destructuring: "all";
|
|
312
|
+
readonly ignoreReadBeforeAssign: false;
|
|
313
|
+
}];
|
|
314
|
+
readonly "prefer-destructuring": readonly ["error", {
|
|
315
|
+
readonly VariableDeclarator: {
|
|
316
|
+
readonly array: true;
|
|
317
|
+
readonly object: true;
|
|
318
318
|
};
|
|
319
|
-
AssignmentExpression: {
|
|
320
|
-
array:
|
|
321
|
-
object:
|
|
319
|
+
readonly AssignmentExpression: {
|
|
320
|
+
readonly array: false;
|
|
321
|
+
readonly object: false;
|
|
322
322
|
};
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
"prefer-
|
|
330
|
-
"prefer-
|
|
331
|
-
"prefer-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
"prefer-
|
|
335
|
-
|
|
336
|
-
}
|
|
337
|
-
"prefer-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
onlyEquality: boolean;
|
|
356
|
-
})[];
|
|
357
|
-
"unicode-bom": string;
|
|
323
|
+
}, {
|
|
324
|
+
readonly enforceForRenamedProperties: true;
|
|
325
|
+
}];
|
|
326
|
+
readonly "prefer-exponentiation-operator": "error";
|
|
327
|
+
readonly "prefer-named-capture-group": "off";
|
|
328
|
+
readonly "prefer-numeric-literals": "error";
|
|
329
|
+
readonly "prefer-object-has-own": "error";
|
|
330
|
+
readonly "prefer-object-spread": "error";
|
|
331
|
+
readonly "prefer-promise-reject-errors": readonly ["error", {
|
|
332
|
+
readonly allowEmptyReject: false;
|
|
333
|
+
}];
|
|
334
|
+
readonly "prefer-regex-literals": readonly ["error", {
|
|
335
|
+
readonly disallowRedundantWrapping: true;
|
|
336
|
+
}];
|
|
337
|
+
readonly "prefer-rest-params": "error";
|
|
338
|
+
readonly "prefer-spread": "error";
|
|
339
|
+
readonly "prefer-template": "error";
|
|
340
|
+
readonly radix: readonly ["error", "as-needed"];
|
|
341
|
+
readonly "require-await": "error";
|
|
342
|
+
readonly "require-unicode-regexp": "error";
|
|
343
|
+
readonly "require-yield": "error";
|
|
344
|
+
readonly "sort-imports": "off";
|
|
345
|
+
readonly "sort-keys": "off";
|
|
346
|
+
readonly "sort-vars": "off";
|
|
347
|
+
readonly strict: "off";
|
|
348
|
+
readonly "symbol-description": "off";
|
|
349
|
+
readonly "vars-on-top": "error";
|
|
350
|
+
readonly yoda: readonly ["error", "never", {
|
|
351
|
+
readonly exceptRange: false;
|
|
352
|
+
readonly onlyEquality: false;
|
|
353
|
+
}];
|
|
354
|
+
readonly "unicode-bom": "off";
|
|
358
355
|
};
|
|
359
356
|
} | {
|
|
360
357
|
id: string;
|
|
361
358
|
rules: {
|
|
362
|
-
"@stylistic/array-bracket-newline":
|
|
363
|
-
multiline:
|
|
364
|
-
minItems: null;
|
|
365
|
-
}
|
|
366
|
-
"@stylistic/array-bracket-spacing":
|
|
367
|
-
singleValue:
|
|
368
|
-
objectsInArrays:
|
|
369
|
-
arraysInArrays:
|
|
370
|
-
}
|
|
371
|
-
"@stylistic/array-element-newline":
|
|
372
|
-
ArrayExpression: {
|
|
373
|
-
consistent:
|
|
374
|
-
multiline:
|
|
375
|
-
minItems:
|
|
359
|
+
readonly "@stylistic/array-bracket-newline": readonly ["error", {
|
|
360
|
+
readonly multiline: true;
|
|
361
|
+
readonly minItems: null;
|
|
362
|
+
}];
|
|
363
|
+
readonly "@stylistic/array-bracket-spacing": readonly ["error", "never", {
|
|
364
|
+
readonly singleValue: false;
|
|
365
|
+
readonly objectsInArrays: false;
|
|
366
|
+
readonly arraysInArrays: false;
|
|
367
|
+
}];
|
|
368
|
+
readonly "@stylistic/array-element-newline": readonly ["error", {
|
|
369
|
+
readonly ArrayExpression: {
|
|
370
|
+
readonly consistent: true;
|
|
371
|
+
readonly multiline: true;
|
|
372
|
+
readonly minItems: 3;
|
|
376
373
|
};
|
|
377
|
-
ArrayPattern: {
|
|
378
|
-
consistent:
|
|
379
|
-
multiline:
|
|
380
|
-
minItems:
|
|
374
|
+
readonly ArrayPattern: {
|
|
375
|
+
readonly consistent: true;
|
|
376
|
+
readonly multiline: true;
|
|
377
|
+
readonly minItems: 3;
|
|
381
378
|
};
|
|
382
|
-
}
|
|
383
|
-
"@stylistic/arrow-parens":
|
|
384
|
-
requireForBlockBody:
|
|
385
|
-
}
|
|
386
|
-
"@stylistic/arrow-spacing":
|
|
387
|
-
before:
|
|
388
|
-
after:
|
|
389
|
-
}
|
|
390
|
-
"@stylistic/block-spacing":
|
|
391
|
-
"@stylistic/brace-style":
|
|
392
|
-
allowSingleLine:
|
|
393
|
-
}
|
|
394
|
-
"@stylistic/comma-dangle":
|
|
395
|
-
"@stylistic/comma-spacing":
|
|
396
|
-
before:
|
|
397
|
-
after:
|
|
398
|
-
}
|
|
399
|
-
"@stylistic/comma-style":
|
|
400
|
-
exceptions: {
|
|
401
|
-
ArrayExpression:
|
|
402
|
-
ArrayPattern:
|
|
403
|
-
ArrowFunctionExpression:
|
|
404
|
-
CallExpression:
|
|
405
|
-
FunctionDeclaration:
|
|
406
|
-
FunctionExpression:
|
|
407
|
-
ImportDeclaration:
|
|
408
|
-
ObjectExpression:
|
|
409
|
-
ObjectPattern:
|
|
410
|
-
VariableDeclaration:
|
|
411
|
-
NewExpression:
|
|
412
|
-
ExportAllDeclaration:
|
|
413
|
-
ExportNamedDeclaration:
|
|
414
|
-
ImportExpression:
|
|
415
|
-
SequenceExpression:
|
|
416
|
-
ClassDeclaration:
|
|
417
|
-
ClassExpression:
|
|
418
|
-
TSDeclareFunction:
|
|
419
|
-
TSFunctionType:
|
|
420
|
-
TSConstructorType:
|
|
421
|
-
TSEmptyBodyFunctionExpression:
|
|
422
|
-
TSMethodSignature:
|
|
423
|
-
TSCallSignatureDeclaration:
|
|
424
|
-
TSConstructSignatureDeclaration:
|
|
425
|
-
TSEnumBody:
|
|
426
|
-
TSTypeLiteral:
|
|
427
|
-
TSInterfaceBody:
|
|
428
|
-
TSIndexSignature:
|
|
429
|
-
TSInterfaceDeclaration:
|
|
430
|
-
TSTupleType:
|
|
431
|
-
TSTypeParameterDeclaration:
|
|
432
|
-
TSTypeParameterInstantiation:
|
|
379
|
+
}];
|
|
380
|
+
readonly "@stylistic/arrow-parens": readonly ["error", "as-needed", {
|
|
381
|
+
readonly requireForBlockBody: false;
|
|
382
|
+
}];
|
|
383
|
+
readonly "@stylistic/arrow-spacing": readonly ["error", {
|
|
384
|
+
readonly before: true;
|
|
385
|
+
readonly after: true;
|
|
386
|
+
}];
|
|
387
|
+
readonly "@stylistic/block-spacing": readonly ["error", "always"];
|
|
388
|
+
readonly "@stylistic/brace-style": readonly ["error", "stroustrup", {
|
|
389
|
+
readonly allowSingleLine: true;
|
|
390
|
+
}];
|
|
391
|
+
readonly "@stylistic/comma-dangle": readonly ["error", "always-multiline"];
|
|
392
|
+
readonly "@stylistic/comma-spacing": readonly ["error", {
|
|
393
|
+
readonly before: false;
|
|
394
|
+
readonly after: true;
|
|
395
|
+
}];
|
|
396
|
+
readonly "@stylistic/comma-style": readonly ["error", "last", {
|
|
397
|
+
readonly exceptions: {
|
|
398
|
+
readonly ArrayExpression: false;
|
|
399
|
+
readonly ArrayPattern: false;
|
|
400
|
+
readonly ArrowFunctionExpression: false;
|
|
401
|
+
readonly CallExpression: false;
|
|
402
|
+
readonly FunctionDeclaration: false;
|
|
403
|
+
readonly FunctionExpression: false;
|
|
404
|
+
readonly ImportDeclaration: false;
|
|
405
|
+
readonly ObjectExpression: false;
|
|
406
|
+
readonly ObjectPattern: false;
|
|
407
|
+
readonly VariableDeclaration: false;
|
|
408
|
+
readonly NewExpression: false;
|
|
409
|
+
readonly ExportAllDeclaration: false;
|
|
410
|
+
readonly ExportNamedDeclaration: false;
|
|
411
|
+
readonly ImportExpression: false;
|
|
412
|
+
readonly SequenceExpression: false;
|
|
413
|
+
readonly ClassDeclaration: false;
|
|
414
|
+
readonly ClassExpression: false;
|
|
415
|
+
readonly TSDeclareFunction: false;
|
|
416
|
+
readonly TSFunctionType: false;
|
|
417
|
+
readonly TSConstructorType: false;
|
|
418
|
+
readonly TSEmptyBodyFunctionExpression: false;
|
|
419
|
+
readonly TSMethodSignature: false;
|
|
420
|
+
readonly TSCallSignatureDeclaration: false;
|
|
421
|
+
readonly TSConstructSignatureDeclaration: false;
|
|
422
|
+
readonly TSEnumBody: false;
|
|
423
|
+
readonly TSTypeLiteral: false;
|
|
424
|
+
readonly TSInterfaceBody: false;
|
|
425
|
+
readonly TSIndexSignature: false;
|
|
426
|
+
readonly TSInterfaceDeclaration: false;
|
|
427
|
+
readonly TSTupleType: false;
|
|
428
|
+
readonly TSTypeParameterDeclaration: false;
|
|
429
|
+
readonly TSTypeParameterInstantiation: false;
|
|
433
430
|
};
|
|
434
|
-
}
|
|
435
|
-
"@stylistic/computed-property-spacing":
|
|
436
|
-
enforceForClassMembers:
|
|
437
|
-
}
|
|
438
|
-
"@stylistic/dot-location":
|
|
439
|
-
"@stylistic/eol-last":
|
|
440
|
-
"@stylistic/function-call-argument-newline":
|
|
441
|
-
"@stylistic/function-call-spacing":
|
|
442
|
-
"@stylistic/function-paren-newline":
|
|
443
|
-
"@stylistic/generator-star-spacing":
|
|
444
|
-
before:
|
|
445
|
-
after:
|
|
446
|
-
}
|
|
447
|
-
"@stylistic/implicit-arrow-linebreak":
|
|
448
|
-
"@stylistic/indent":
|
|
449
|
-
ignoredNodes:
|
|
450
|
-
SwitchCase:
|
|
451
|
-
VariableDeclarator: {
|
|
452
|
-
var:
|
|
453
|
-
let:
|
|
454
|
-
const:
|
|
431
|
+
}];
|
|
432
|
+
readonly "@stylistic/computed-property-spacing": readonly ["error", "never", {
|
|
433
|
+
readonly enforceForClassMembers: true;
|
|
434
|
+
}];
|
|
435
|
+
readonly "@stylistic/dot-location": readonly ["error", "property"];
|
|
436
|
+
readonly "@stylistic/eol-last": readonly ["error", "always"];
|
|
437
|
+
readonly "@stylistic/function-call-argument-newline": readonly ["error", "consistent"];
|
|
438
|
+
readonly "@stylistic/function-call-spacing": readonly ["error", "never"];
|
|
439
|
+
readonly "@stylistic/function-paren-newline": readonly ["error", "multiline-arguments"];
|
|
440
|
+
readonly "@stylistic/generator-star-spacing": readonly ["error", {
|
|
441
|
+
readonly before: true;
|
|
442
|
+
readonly after: false;
|
|
443
|
+
}];
|
|
444
|
+
readonly "@stylistic/implicit-arrow-linebreak": readonly ["error", "beside"];
|
|
445
|
+
readonly "@stylistic/indent": readonly ["error", 2, {
|
|
446
|
+
readonly ignoredNodes: readonly [];
|
|
447
|
+
readonly SwitchCase: 1;
|
|
448
|
+
readonly VariableDeclarator: {
|
|
449
|
+
readonly var: 0;
|
|
450
|
+
readonly let: 0;
|
|
451
|
+
readonly const: 0;
|
|
455
452
|
};
|
|
456
|
-
outerIIFEBody:
|
|
457
|
-
MemberExpression:
|
|
458
|
-
FunctionDeclaration: {
|
|
459
|
-
parameters:
|
|
460
|
-
body:
|
|
453
|
+
readonly outerIIFEBody: 0;
|
|
454
|
+
readonly MemberExpression: 1;
|
|
455
|
+
readonly FunctionDeclaration: {
|
|
456
|
+
readonly parameters: 1;
|
|
457
|
+
readonly body: 1;
|
|
461
458
|
};
|
|
462
|
-
FunctionExpression: {
|
|
463
|
-
parameters:
|
|
464
|
-
body:
|
|
459
|
+
readonly FunctionExpression: {
|
|
460
|
+
readonly parameters: 1;
|
|
461
|
+
readonly body: 1;
|
|
465
462
|
};
|
|
466
|
-
StaticBlock: {
|
|
467
|
-
body:
|
|
463
|
+
readonly StaticBlock: {
|
|
464
|
+
readonly body: 1;
|
|
468
465
|
};
|
|
469
|
-
CallExpression: {
|
|
470
|
-
arguments:
|
|
466
|
+
readonly CallExpression: {
|
|
467
|
+
readonly arguments: 1;
|
|
471
468
|
};
|
|
472
|
-
ArrayExpression:
|
|
473
|
-
ObjectExpression:
|
|
474
|
-
ImportDeclaration:
|
|
475
|
-
flatTernaryExpressions:
|
|
476
|
-
offsetTernaryExpressions:
|
|
477
|
-
offsetTernaryExpressionsOffsetCallExpressions:
|
|
478
|
-
ignoreComments:
|
|
479
|
-
}
|
|
480
|
-
"@stylistic/indent-binary-ops":
|
|
481
|
-
"@stylistic/key-spacing":
|
|
482
|
-
beforeColon:
|
|
483
|
-
afterColon:
|
|
484
|
-
mode:
|
|
485
|
-
ignoredNodes:
|
|
486
|
-
}
|
|
487
|
-
"@stylistic/keyword-spacing":
|
|
488
|
-
before:
|
|
489
|
-
after:
|
|
490
|
-
overrides: {};
|
|
491
|
-
}
|
|
492
|
-
"@stylistic/line-comment-position":
|
|
493
|
-
"@stylistic/lines-around-comment":
|
|
494
|
-
"@stylistic/lines-between-class-members":
|
|
495
|
-
enforce: {
|
|
496
|
-
prev:
|
|
497
|
-
next:
|
|
498
|
-
blankLine:
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
469
|
+
readonly ArrayExpression: 1;
|
|
470
|
+
readonly ObjectExpression: 1;
|
|
471
|
+
readonly ImportDeclaration: 1;
|
|
472
|
+
readonly flatTernaryExpressions: false;
|
|
473
|
+
readonly offsetTernaryExpressions: true;
|
|
474
|
+
readonly offsetTernaryExpressionsOffsetCallExpressions: true;
|
|
475
|
+
readonly ignoreComments: false;
|
|
476
|
+
}];
|
|
477
|
+
readonly "@stylistic/indent-binary-ops": readonly ["error", 2];
|
|
478
|
+
readonly "@stylistic/key-spacing": readonly ["error", {
|
|
479
|
+
readonly beforeColon: false;
|
|
480
|
+
readonly afterColon: true;
|
|
481
|
+
readonly mode: "strict";
|
|
482
|
+
readonly ignoredNodes: readonly [];
|
|
483
|
+
}];
|
|
484
|
+
readonly "@stylistic/keyword-spacing": readonly ["error", {
|
|
485
|
+
readonly before: true;
|
|
486
|
+
readonly after: true;
|
|
487
|
+
readonly overrides: {};
|
|
488
|
+
}];
|
|
489
|
+
readonly "@stylistic/line-comment-position": "off";
|
|
490
|
+
readonly "@stylistic/lines-around-comment": "off";
|
|
491
|
+
readonly "@stylistic/lines-between-class-members": readonly ["error", {
|
|
492
|
+
readonly enforce: readonly [{
|
|
493
|
+
readonly prev: "field";
|
|
494
|
+
readonly next: "field";
|
|
495
|
+
readonly blankLine: "never";
|
|
496
|
+
}, {
|
|
497
|
+
readonly prev: "field";
|
|
498
|
+
readonly next: "method";
|
|
499
|
+
readonly blankLine: "always";
|
|
500
|
+
}, {
|
|
501
|
+
readonly prev: "method";
|
|
502
|
+
readonly next: "*";
|
|
503
|
+
readonly blankLine: "always";
|
|
504
|
+
}];
|
|
505
|
+
}, {
|
|
506
|
+
readonly exceptAfterSingleLine: false;
|
|
507
|
+
readonly exceptAfterOverload: true;
|
|
508
|
+
}];
|
|
509
|
+
readonly "@stylistic/max-len": readonly ["error", {
|
|
510
|
+
readonly code: 300;
|
|
511
|
+
readonly tabWidth: 2;
|
|
512
|
+
readonly ignoreComments: true;
|
|
513
|
+
readonly ignoreTrailingComments: true;
|
|
514
|
+
readonly ignoreUrls: true;
|
|
515
|
+
readonly ignoreStrings: true;
|
|
516
|
+
readonly ignoreTemplateLiterals: true;
|
|
517
|
+
readonly ignoreRegExpLiterals: true;
|
|
518
|
+
}];
|
|
519
|
+
readonly "@stylistic/max-statements-per-line": readonly ["error", {
|
|
520
|
+
readonly max: 1;
|
|
521
|
+
}];
|
|
522
|
+
readonly "@stylistic/member-delimiter-style": readonly ["error", {
|
|
523
|
+
readonly multiline: {
|
|
524
|
+
readonly delimiter: "semi";
|
|
525
|
+
readonly requireLast: true;
|
|
524
526
|
};
|
|
525
|
-
singleline: {
|
|
526
|
-
delimiter:
|
|
527
|
-
requireLast:
|
|
527
|
+
readonly singleline: {
|
|
528
|
+
readonly delimiter: "semi";
|
|
529
|
+
readonly requireLast: false;
|
|
528
530
|
};
|
|
529
|
-
multilineDetection:
|
|
530
|
-
}
|
|
531
|
-
"@stylistic/multiline-comment-style":
|
|
532
|
-
"@stylistic/multiline-ternary":
|
|
533
|
-
"@stylistic/new-parens":
|
|
534
|
-
"@stylistic/newline-per-chained-call":
|
|
535
|
-
ignoreChainWithDepth:
|
|
536
|
-
}
|
|
537
|
-
"@stylistic/no-confusing-arrow":
|
|
538
|
-
"@stylistic/no-extra-parens":
|
|
539
|
-
conditionalAssign:
|
|
540
|
-
returnAssign:
|
|
541
|
-
nestedBinaryExpressions:
|
|
542
|
-
nestedConditionalExpressions:
|
|
543
|
-
ternaryOperandBinaryExpressions:
|
|
544
|
-
enforceForArrowConditionals:
|
|
545
|
-
enforceForSequenceExpressions:
|
|
546
|
-
enforceForNewInMemberExpressions:
|
|
547
|
-
enforceForFunctionPrototypeMethods:
|
|
548
|
-
}
|
|
549
|
-
"@stylistic/no-extra-semi":
|
|
550
|
-
"@stylistic/no-floating-decimal":
|
|
551
|
-
"@stylistic/no-mixed-operators":
|
|
552
|
-
"@stylistic/no-mixed-spaces-and-tabs":
|
|
553
|
-
"@stylistic/no-multi-spaces":
|
|
554
|
-
ignoreEOLComments:
|
|
555
|
-
exceptions: {
|
|
556
|
-
Property:
|
|
557
|
-
ImportAttributes:
|
|
531
|
+
readonly multilineDetection: "brackets";
|
|
532
|
+
}];
|
|
533
|
+
readonly "@stylistic/multiline-comment-style": "off";
|
|
534
|
+
readonly "@stylistic/multiline-ternary": readonly ["error", "always-multiline"];
|
|
535
|
+
readonly "@stylistic/new-parens": readonly ["off", "never"];
|
|
536
|
+
readonly "@stylistic/newline-per-chained-call": readonly ["error", {
|
|
537
|
+
readonly ignoreChainWithDepth: 2;
|
|
538
|
+
}];
|
|
539
|
+
readonly "@stylistic/no-confusing-arrow": "off";
|
|
540
|
+
readonly "@stylistic/no-extra-parens": readonly ["error", "all", {
|
|
541
|
+
readonly conditionalAssign: true;
|
|
542
|
+
readonly returnAssign: true;
|
|
543
|
+
readonly nestedBinaryExpressions: true;
|
|
544
|
+
readonly nestedConditionalExpressions: true;
|
|
545
|
+
readonly ternaryOperandBinaryExpressions: true;
|
|
546
|
+
readonly enforceForArrowConditionals: true;
|
|
547
|
+
readonly enforceForSequenceExpressions: true;
|
|
548
|
+
readonly enforceForNewInMemberExpressions: true;
|
|
549
|
+
readonly enforceForFunctionPrototypeMethods: true;
|
|
550
|
+
}];
|
|
551
|
+
readonly "@stylistic/no-extra-semi": "error";
|
|
552
|
+
readonly "@stylistic/no-floating-decimal": "error";
|
|
553
|
+
readonly "@stylistic/no-mixed-operators": "off";
|
|
554
|
+
readonly "@stylistic/no-mixed-spaces-and-tabs": "error";
|
|
555
|
+
readonly "@stylistic/no-multi-spaces": readonly ["error", {
|
|
556
|
+
readonly ignoreEOLComments: false;
|
|
557
|
+
readonly exceptions: {
|
|
558
|
+
readonly Property: false;
|
|
559
|
+
readonly ImportAttributes: false;
|
|
558
560
|
};
|
|
559
|
-
includeTabs:
|
|
560
|
-
}
|
|
561
|
-
"@stylistic/no-multiple-empty-lines":
|
|
562
|
-
max:
|
|
563
|
-
maxEOF:
|
|
564
|
-
maxBOF:
|
|
565
|
-
}
|
|
566
|
-
"@stylistic/no-tabs":
|
|
567
|
-
allowIndentationTabs:
|
|
568
|
-
}
|
|
569
|
-
"@stylistic/no-trailing-spaces":
|
|
570
|
-
skipBlankLines:
|
|
571
|
-
ignoreComments:
|
|
572
|
-
}
|
|
573
|
-
"@stylistic/no-whitespace-before-property":
|
|
574
|
-
"@stylistic/nonblock-statement-body-position":
|
|
575
|
-
overrides: {};
|
|
576
|
-
}
|
|
577
|
-
"@stylistic/object-curly-newline":
|
|
578
|
-
ObjectExpression: {
|
|
579
|
-
consistent:
|
|
580
|
-
multiline:
|
|
581
|
-
minProperties:
|
|
561
|
+
readonly includeTabs: true;
|
|
562
|
+
}];
|
|
563
|
+
readonly "@stylistic/no-multiple-empty-lines": readonly ["error", {
|
|
564
|
+
readonly max: 1;
|
|
565
|
+
readonly maxEOF: 1;
|
|
566
|
+
readonly maxBOF: 0;
|
|
567
|
+
}];
|
|
568
|
+
readonly "@stylistic/no-tabs": readonly ["error", {
|
|
569
|
+
readonly allowIndentationTabs: false;
|
|
570
|
+
}];
|
|
571
|
+
readonly "@stylistic/no-trailing-spaces": readonly ["error", {
|
|
572
|
+
readonly skipBlankLines: false;
|
|
573
|
+
readonly ignoreComments: false;
|
|
574
|
+
}];
|
|
575
|
+
readonly "@stylistic/no-whitespace-before-property": "error";
|
|
576
|
+
readonly "@stylistic/nonblock-statement-body-position": readonly ["error", "below", {
|
|
577
|
+
readonly overrides: {};
|
|
578
|
+
}];
|
|
579
|
+
readonly "@stylistic/object-curly-newline": readonly ["error", {
|
|
580
|
+
readonly ObjectExpression: {
|
|
581
|
+
readonly consistent: true;
|
|
582
|
+
readonly multiline: true;
|
|
583
|
+
readonly minProperties: 3;
|
|
582
584
|
};
|
|
583
|
-
ObjectPattern: {
|
|
584
|
-
consistent:
|
|
585
|
-
multiline:
|
|
586
|
-
minProperties:
|
|
585
|
+
readonly ObjectPattern: {
|
|
586
|
+
readonly consistent: true;
|
|
587
|
+
readonly multiline: true;
|
|
588
|
+
readonly minProperties: 3;
|
|
587
589
|
};
|
|
588
|
-
ImportDeclaration: {
|
|
589
|
-
consistent:
|
|
590
|
-
multiline:
|
|
591
|
-
minProperties:
|
|
590
|
+
readonly ImportDeclaration: {
|
|
591
|
+
readonly consistent: true;
|
|
592
|
+
readonly multiline: true;
|
|
593
|
+
readonly minProperties: 3;
|
|
592
594
|
};
|
|
593
|
-
ExportDeclaration: {
|
|
594
|
-
consistent:
|
|
595
|
-
multiline:
|
|
596
|
-
minProperties:
|
|
595
|
+
readonly ExportDeclaration: {
|
|
596
|
+
readonly consistent: true;
|
|
597
|
+
readonly multiline: true;
|
|
598
|
+
readonly minProperties: 3;
|
|
597
599
|
};
|
|
598
|
-
}
|
|
599
|
-
"@stylistic/object-curly-spacing":
|
|
600
|
-
arraysInObjects:
|
|
601
|
-
objectsInObjects:
|
|
602
|
-
}
|
|
603
|
-
"@stylistic/object-property-newline":
|
|
604
|
-
allowAllPropertiesOnSameLine:
|
|
605
|
-
}
|
|
606
|
-
"@stylistic/one-var-declaration-per-line":
|
|
607
|
-
"@stylistic/operator-linebreak":
|
|
608
|
-
overrides: {};
|
|
609
|
-
}
|
|
610
|
-
"@stylistic/padded-blocks":
|
|
611
|
-
allowSingleLineBlocks:
|
|
612
|
-
}
|
|
613
|
-
"@stylistic/padding-line-between-statements":
|
|
614
|
-
blankLine:
|
|
615
|
-
prev:
|
|
616
|
-
next:
|
|
617
|
-
}
|
|
618
|
-
blankLine:
|
|
619
|
-
prev:
|
|
620
|
-
next:
|
|
621
|
-
}
|
|
622
|
-
blankLine:
|
|
623
|
-
prev:
|
|
624
|
-
next:
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
}
|
|
666
|
-
"@stylistic/
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
}
|
|
671
|
-
"@stylistic/
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
600
|
+
}];
|
|
601
|
+
readonly "@stylistic/object-curly-spacing": readonly ["error", "always", {
|
|
602
|
+
readonly arraysInObjects: true;
|
|
603
|
+
readonly objectsInObjects: true;
|
|
604
|
+
}];
|
|
605
|
+
readonly "@stylistic/object-property-newline": readonly ["error", {
|
|
606
|
+
readonly allowAllPropertiesOnSameLine: true;
|
|
607
|
+
}];
|
|
608
|
+
readonly "@stylistic/one-var-declaration-per-line": readonly ["error", "always"];
|
|
609
|
+
readonly "@stylistic/operator-linebreak": readonly ["error", "before", {
|
|
610
|
+
readonly overrides: {};
|
|
611
|
+
}];
|
|
612
|
+
readonly "@stylistic/padded-blocks": readonly ["error", "never", {
|
|
613
|
+
readonly allowSingleLineBlocks: true;
|
|
614
|
+
}];
|
|
615
|
+
readonly "@stylistic/padding-line-between-statements": readonly ["error", {
|
|
616
|
+
readonly blankLine: "never";
|
|
617
|
+
readonly prev: readonly ["block-like", "block", "break", "case", "cjs-export", "cjs-import", "class", "const", "continue", "debugger", "default", "directive", "do", "empty", "enum", "export", "for", "function-overload", "function", "if", "iife", "import", "interface", "let", "multiline-block-like", "multiline-const", "multiline-export", "multiline-let", "multiline-var", "return", "singleline-const", "singleline-export", "singleline-let", "singleline-var", "switch", "throw", "try", "type", "var", "while", "with"];
|
|
618
|
+
readonly next: "*";
|
|
619
|
+
}, {
|
|
620
|
+
readonly blankLine: "always";
|
|
621
|
+
readonly prev: readonly ["block-like", "block", "class", "debugger", "directive", "do", "empty", "for", "function-overload", "function", "if", "interface", "multiline-block-like", "switch", "try", "while", "with"];
|
|
622
|
+
readonly next: "*";
|
|
623
|
+
}, {
|
|
624
|
+
readonly blankLine: "always";
|
|
625
|
+
readonly prev: "*";
|
|
626
|
+
readonly next: readonly ["block-like", "block", "class", "debugger", "directive", "do", "empty", "for", "function-overload", "function", "if", "interface", "multiline-block-like", "switch", "try", "while", "with"];
|
|
627
|
+
}, {
|
|
628
|
+
readonly blankLine: "never";
|
|
629
|
+
readonly prev: "interface";
|
|
630
|
+
readonly next: readonly ["class", "function-overload", "function"];
|
|
631
|
+
}, {
|
|
632
|
+
readonly blankLine: "never";
|
|
633
|
+
readonly prev: "function-overload";
|
|
634
|
+
readonly next: readonly ["function-overload", "function"];
|
|
635
|
+
}, {
|
|
636
|
+
readonly blankLine: "always";
|
|
637
|
+
readonly prev: readonly ["const", "enum", "let", "multiline-const", "multiline-let", "multiline-var", "singleline-const", "singleline-let", "singleline-var", "type", "var"];
|
|
638
|
+
readonly next: readonly ["expression", "multiline-expression", "iife"];
|
|
639
|
+
}, {
|
|
640
|
+
readonly blankLine: "always";
|
|
641
|
+
readonly prev: readonly ["cjs-import", "import"];
|
|
642
|
+
readonly next: "*";
|
|
643
|
+
}, {
|
|
644
|
+
readonly blankLine: "never";
|
|
645
|
+
readonly prev: readonly ["cjs-import", "import"];
|
|
646
|
+
readonly next: readonly ["cjs-import", "import"];
|
|
647
|
+
}, {
|
|
648
|
+
readonly blankLine: "always";
|
|
649
|
+
readonly prev: readonly ["cjs-export", "export", "multiline-export", "singleline-export"];
|
|
650
|
+
readonly next: "*";
|
|
651
|
+
}, {
|
|
652
|
+
readonly blankLine: "always";
|
|
653
|
+
readonly prev: "*";
|
|
654
|
+
readonly next: readonly ["cjs-export", "export", "multiline-export", "singleline-export"];
|
|
655
|
+
}, {
|
|
656
|
+
readonly blankLine: "never";
|
|
657
|
+
readonly prev: readonly ["cjs-export", "export", "multiline-export", "singleline-export"];
|
|
658
|
+
readonly next: readonly ["cjs-export", "export", "multiline-export", "singleline-export"];
|
|
659
|
+
}, {
|
|
660
|
+
readonly blankLine: "always";
|
|
661
|
+
readonly prev: readonly ["break", "continue", "return", "throw"];
|
|
662
|
+
readonly next: "*";
|
|
663
|
+
}, {
|
|
664
|
+
readonly blankLine: "always";
|
|
665
|
+
readonly prev: "*";
|
|
666
|
+
readonly next: readonly ["break", "continue", "return", "throw"];
|
|
667
|
+
}];
|
|
668
|
+
readonly "@stylistic/quote-props": readonly ["error", "as-needed", {
|
|
669
|
+
readonly keywords: true;
|
|
670
|
+
readonly unnecessary: true;
|
|
671
|
+
readonly numbers: false;
|
|
672
|
+
}];
|
|
673
|
+
readonly "@stylistic/quotes": readonly ["error", "double", {
|
|
674
|
+
readonly avoidEscape: true;
|
|
675
|
+
readonly allowTemplateLiterals: "always";
|
|
676
|
+
readonly ignoreStringLiterals: false;
|
|
677
|
+
}];
|
|
678
|
+
readonly "@stylistic/rest-spread-spacing": readonly ["error", "never"];
|
|
679
|
+
readonly "@stylistic/semi": readonly ["error", "always", {
|
|
680
|
+
readonly omitLastInOneLineBlock: false;
|
|
681
|
+
readonly omitLastInOneLineClassBody: false;
|
|
682
|
+
}];
|
|
683
|
+
readonly "@stylistic/semi-spacing": readonly ["error", {
|
|
684
|
+
readonly before: false;
|
|
685
|
+
readonly after: true;
|
|
686
|
+
}];
|
|
687
|
+
readonly "@stylistic/semi-style": readonly ["error", "last"];
|
|
688
|
+
readonly "@stylistic/space-before-blocks": readonly ["error", {
|
|
689
|
+
readonly functions: "always";
|
|
690
|
+
readonly keywords: "always";
|
|
691
|
+
readonly classes: "always";
|
|
692
|
+
}];
|
|
693
|
+
readonly "@stylistic/space-before-function-paren": readonly ["error", {
|
|
694
|
+
readonly anonymous: "always";
|
|
695
|
+
readonly named: "never";
|
|
696
|
+
readonly asyncArrow: "always";
|
|
697
|
+
}];
|
|
698
|
+
readonly "@stylistic/space-in-parens": readonly ["error", "never"];
|
|
699
|
+
readonly "@stylistic/space-infix-ops": readonly ["error", {
|
|
700
|
+
readonly int32Hint: true;
|
|
701
|
+
readonly ignoreTypes: false;
|
|
702
|
+
}];
|
|
703
|
+
readonly "@stylistic/space-unary-ops": readonly ["error", {
|
|
704
|
+
readonly words: true;
|
|
705
|
+
readonly nonwords: false;
|
|
706
|
+
readonly overrides: {};
|
|
707
|
+
}];
|
|
708
|
+
readonly "@stylistic/spaced-comment": readonly ["error", "always"];
|
|
709
|
+
readonly "@stylistic/switch-colon-spacing": readonly ["error", {
|
|
710
|
+
readonly after: true;
|
|
711
|
+
readonly before: false;
|
|
712
|
+
}];
|
|
713
|
+
readonly "@stylistic/template-curly-spacing": readonly ["error", "never"];
|
|
714
|
+
readonly "@stylistic/template-tag-spacing": readonly ["error", "never"];
|
|
715
|
+
readonly "@stylistic/type-annotation-spacing": readonly ["error", {
|
|
716
|
+
readonly before: true;
|
|
717
|
+
readonly after: true;
|
|
718
|
+
readonly overrides: {
|
|
719
|
+
readonly colon: {
|
|
720
|
+
readonly before: false;
|
|
721
|
+
readonly after: true;
|
|
680
722
|
};
|
|
681
723
|
};
|
|
682
|
-
}
|
|
683
|
-
"@stylistic/type-generic-spacing":
|
|
684
|
-
"@stylistic/type-named-tuple-spacing":
|
|
685
|
-
"@stylistic/wrap-iife":
|
|
686
|
-
functionPrototypeMethods:
|
|
687
|
-
}
|
|
688
|
-
"@stylistic/wrap-regex":
|
|
689
|
-
"@stylistic/yield-star-spacing":
|
|
690
|
-
before:
|
|
691
|
-
after:
|
|
692
|
-
}
|
|
724
|
+
}];
|
|
725
|
+
readonly "@stylistic/type-generic-spacing": "error";
|
|
726
|
+
readonly "@stylistic/type-named-tuple-spacing": "error";
|
|
727
|
+
readonly "@stylistic/wrap-iife": readonly ["error", "inside", {
|
|
728
|
+
readonly functionPrototypeMethods: true;
|
|
729
|
+
}];
|
|
730
|
+
readonly "@stylistic/wrap-regex": "error";
|
|
731
|
+
readonly "@stylistic/yield-star-spacing": readonly ["error", {
|
|
732
|
+
readonly before: false;
|
|
733
|
+
readonly after: true;
|
|
734
|
+
}];
|
|
693
735
|
};
|
|
694
736
|
})[];
|
|
695
737
|
ts: ({
|
|
696
738
|
id: string;
|
|
697
739
|
rules: {
|
|
698
|
-
"consistent-return":
|
|
699
|
-
"constructor-super":
|
|
700
|
-
"getter-return":
|
|
701
|
-
"no-class-assign":
|
|
702
|
-
"no-const-assign":
|
|
703
|
-
"no-dupe-args":
|
|
704
|
-
"no-dupe-class-members":
|
|
705
|
-
"no-dupe-keys":
|
|
706
|
-
"no-func-assign":
|
|
707
|
-
"no-import-assign":
|
|
708
|
-
"no-invalid-this":
|
|
709
|
-
"no-new-native-nonconstructor":
|
|
710
|
-
"no-obj-calls":
|
|
711
|
-
"no-redeclare":
|
|
712
|
-
"no-setter-return":
|
|
713
|
-
"no-this-before-super":
|
|
714
|
-
"no-undef":
|
|
715
|
-
"no-unreachable":
|
|
716
|
-
"no-unsafe-negation":
|
|
740
|
+
readonly "consistent-return": "off";
|
|
741
|
+
readonly "constructor-super": "off";
|
|
742
|
+
readonly "getter-return": "off";
|
|
743
|
+
readonly "no-class-assign": "off";
|
|
744
|
+
readonly "no-const-assign": "off";
|
|
745
|
+
readonly "no-dupe-args": "off";
|
|
746
|
+
readonly "no-dupe-class-members": "off";
|
|
747
|
+
readonly "no-dupe-keys": "off";
|
|
748
|
+
readonly "no-func-assign": "off";
|
|
749
|
+
readonly "no-import-assign": "off";
|
|
750
|
+
readonly "no-invalid-this": "off";
|
|
751
|
+
readonly "no-new-native-nonconstructor": "off";
|
|
752
|
+
readonly "no-obj-calls": "off";
|
|
753
|
+
readonly "no-redeclare": "off";
|
|
754
|
+
readonly "no-setter-return": "off";
|
|
755
|
+
readonly "no-this-before-super": "off";
|
|
756
|
+
readonly "no-undef": "off";
|
|
757
|
+
readonly "no-unreachable": "off";
|
|
758
|
+
readonly "no-unsafe-negation": "off";
|
|
717
759
|
};
|
|
718
760
|
} | {
|
|
719
761
|
id: string;
|
|
720
762
|
rules: {
|
|
721
|
-
"dot-notation":
|
|
722
|
-
"no-implied-eval":
|
|
723
|
-
"no-magic-numbers":
|
|
724
|
-
"no-restricted-imports":
|
|
725
|
-
"no-shadow":
|
|
726
|
-
"no-throw-literal":
|
|
727
|
-
"no-unused-vars":
|
|
728
|
-
"no-use-before-define":
|
|
729
|
-
"prefer-destructuring":
|
|
730
|
-
"prefer-promise-reject-errors":
|
|
731
|
-
"require-await":
|
|
763
|
+
readonly "dot-notation": "off";
|
|
764
|
+
readonly "no-implied-eval": "off";
|
|
765
|
+
readonly "no-magic-numbers": "off";
|
|
766
|
+
readonly "no-restricted-imports": "off";
|
|
767
|
+
readonly "no-shadow": "off";
|
|
768
|
+
readonly "no-throw-literal": "off";
|
|
769
|
+
readonly "no-unused-vars": "off";
|
|
770
|
+
readonly "no-use-before-define": "off";
|
|
771
|
+
readonly "prefer-destructuring": "off";
|
|
772
|
+
readonly "prefer-promise-reject-errors": "off";
|
|
773
|
+
readonly "require-await": "off";
|
|
732
774
|
};
|
|
733
775
|
} | {
|
|
734
776
|
id: string;
|
|
735
777
|
rules: {
|
|
736
|
-
"@typescript-eslint/adjacent-overload-signatures":
|
|
737
|
-
"@typescript-eslint/array-type":
|
|
738
|
-
default:
|
|
739
|
-
readonly:
|
|
740
|
-
}
|
|
741
|
-
"@typescript-eslint/await-thenable":
|
|
742
|
-
"@typescript-eslint/ban-ts-comment":
|
|
743
|
-
"ts-check":
|
|
744
|
-
"ts-expect-error": {
|
|
745
|
-
descriptionFormat:
|
|
778
|
+
readonly "@typescript-eslint/adjacent-overload-signatures": "off";
|
|
779
|
+
readonly "@typescript-eslint/array-type": readonly ["error", {
|
|
780
|
+
readonly default: "array";
|
|
781
|
+
readonly readonly: "array";
|
|
782
|
+
}];
|
|
783
|
+
readonly "@typescript-eslint/await-thenable": "error";
|
|
784
|
+
readonly "@typescript-eslint/ban-ts-comment": readonly ["error", {
|
|
785
|
+
readonly "ts-check": false;
|
|
786
|
+
readonly "ts-expect-error": {
|
|
787
|
+
readonly descriptionFormat: "^:? (?:TEST|BUG): .+$";
|
|
746
788
|
};
|
|
747
|
-
"ts-ignore":
|
|
748
|
-
"ts-nocheck":
|
|
749
|
-
minimumDescriptionLength:
|
|
750
|
-
}
|
|
751
|
-
"@typescript-eslint/ban-tslint-comment":
|
|
752
|
-
"@typescript-eslint/class-literal-property-style":
|
|
753
|
-
"@typescript-eslint/consistent-generic-constructors":
|
|
754
|
-
"@typescript-eslint/consistent-indexed-object-style":
|
|
755
|
-
"@typescript-eslint/consistent-type-assertions":
|
|
756
|
-
assertionStyle:
|
|
757
|
-
arrayLiteralTypeAssertions:
|
|
758
|
-
objectLiteralTypeAssertions:
|
|
759
|
-
}
|
|
760
|
-
"@typescript-eslint/consistent-type-definitions":
|
|
761
|
-
"@typescript-eslint/consistent-type-exports":
|
|
762
|
-
fixMixedExportsWithInlineTypeSpecifier:
|
|
763
|
-
}
|
|
764
|
-
"@typescript-eslint/consistent-type-imports":
|
|
765
|
-
disallowTypeAnnotations:
|
|
766
|
-
fixStyle:
|
|
767
|
-
prefer:
|
|
768
|
-
}
|
|
769
|
-
"@typescript-eslint/explicit-function-return-type":
|
|
770
|
-
"@typescript-eslint/explicit-member-accessibility":
|
|
771
|
-
accessibility:
|
|
772
|
-
ignoredMethodNames:
|
|
773
|
-
overrides: {
|
|
774
|
-
properties:
|
|
775
|
-
constructors:
|
|
776
|
-
accessors:
|
|
777
|
-
methods:
|
|
778
|
-
parameterProperties:
|
|
789
|
+
readonly "ts-ignore": true;
|
|
790
|
+
readonly "ts-nocheck": true;
|
|
791
|
+
readonly minimumDescriptionLength: 10;
|
|
792
|
+
}];
|
|
793
|
+
readonly "@typescript-eslint/ban-tslint-comment": "error";
|
|
794
|
+
readonly "@typescript-eslint/class-literal-property-style": readonly ["error", "fields"];
|
|
795
|
+
readonly "@typescript-eslint/consistent-generic-constructors": readonly ["error", "constructor"];
|
|
796
|
+
readonly "@typescript-eslint/consistent-indexed-object-style": readonly ["error", "record"];
|
|
797
|
+
readonly "@typescript-eslint/consistent-type-assertions": readonly ["error", {
|
|
798
|
+
readonly assertionStyle: "as";
|
|
799
|
+
readonly arrayLiteralTypeAssertions: "never";
|
|
800
|
+
readonly objectLiteralTypeAssertions: "never";
|
|
801
|
+
}];
|
|
802
|
+
readonly "@typescript-eslint/consistent-type-definitions": "off";
|
|
803
|
+
readonly "@typescript-eslint/consistent-type-exports": readonly ["error", {
|
|
804
|
+
readonly fixMixedExportsWithInlineTypeSpecifier: false;
|
|
805
|
+
}];
|
|
806
|
+
readonly "@typescript-eslint/consistent-type-imports": readonly ["error", {
|
|
807
|
+
readonly disallowTypeAnnotations: true;
|
|
808
|
+
readonly fixStyle: "separate-type-imports";
|
|
809
|
+
readonly prefer: "type-imports";
|
|
810
|
+
}];
|
|
811
|
+
readonly "@typescript-eslint/explicit-function-return-type": "off";
|
|
812
|
+
readonly "@typescript-eslint/explicit-member-accessibility": readonly ["error", {
|
|
813
|
+
readonly accessibility: "explicit";
|
|
814
|
+
readonly ignoredMethodNames: readonly [];
|
|
815
|
+
readonly overrides: {
|
|
816
|
+
readonly properties: "explicit";
|
|
817
|
+
readonly constructors: "no-public";
|
|
818
|
+
readonly accessors: "explicit";
|
|
819
|
+
readonly methods: "explicit";
|
|
820
|
+
readonly parameterProperties: "explicit";
|
|
779
821
|
};
|
|
780
|
-
}
|
|
781
|
-
"@typescript-eslint/explicit-module-boundary-types":
|
|
782
|
-
"@typescript-eslint/member-ordering":
|
|
783
|
-
default: {
|
|
784
|
-
memberTypes:
|
|
785
|
-
optionalityOrder:
|
|
786
|
-
order:
|
|
822
|
+
}];
|
|
823
|
+
readonly "@typescript-eslint/explicit-module-boundary-types": "off";
|
|
824
|
+
readonly "@typescript-eslint/member-ordering": readonly ["error", {
|
|
825
|
+
readonly default: {
|
|
826
|
+
readonly memberTypes: readonly ["signature", "call-signature", "public-static-field", "protected-static-field", "private-static-field", "#private-static-field", "public-decorated-field", "protected-decorated-field", "private-decorated-field", "public-instance-field", "protected-instance-field", "private-instance-field", "#private-instance-field", "public-abstract-field", "protected-abstract-field", "public-field", "protected-field", "private-field", "#private-field", "static-field", "instance-field", "abstract-field", "decorated-field", "field", "static-initialization", "public-constructor", "protected-constructor", "private-constructor", "constructor", "public-static-accessor", "protected-static-accessor", "private-static-accessor", "#private-static-accessor", "public-decorated-accessor", "protected-decorated-accessor", "private-decorated-accessor", "public-instance-accessor", "protected-instance-accessor", "private-instance-accessor", "#private-instance-accessor", "public-abstract-accessor", "protected-abstract-accessor", "public-accessor", "protected-accessor", "private-accessor", "#private-accessor", "static-accessor", "instance-accessor", "abstract-accessor", "decorated-accessor", "accessor", "public-static-get", "protected-static-get", "private-static-get", "#private-static-get", "public-decorated-get", "protected-decorated-get", "private-decorated-get", "public-instance-get", "protected-instance-get", "private-instance-get", "#private-instance-get", "public-abstract-get", "protected-abstract-get", "public-get", "protected-get", "private-get", "#private-get", "static-get", "instance-get", "abstract-get", "decorated-get", "get", "public-static-set", "protected-static-set", "private-static-set", "#private-static-set", "public-decorated-set", "protected-decorated-set", "private-decorated-set", "public-instance-set", "protected-instance-set", "private-instance-set", "#private-instance-set", "public-abstract-set", "protected-abstract-set", "public-set", "protected-set", "private-set", "#private-set", "static-set", "instance-set", "abstract-set", "decorated-set", "set", "public-static-method", "protected-static-method", "private-static-method", "#private-static-method", "public-decorated-method", "protected-decorated-method", "private-decorated-method", "public-instance-method", "protected-instance-method", "private-instance-method", "#private-instance-method", "public-abstract-method", "protected-abstract-method", "public-method", "protected-method", "private-method", "#private-method", "static-method", "instance-method", "abstract-method", "decorated-method", "method"];
|
|
827
|
+
readonly optionalityOrder: "required-first";
|
|
828
|
+
readonly order: "as-written";
|
|
787
829
|
};
|
|
788
|
-
}
|
|
789
|
-
"@typescript-eslint/method-signature-style":
|
|
790
|
-
"@typescript-eslint/naming-convention":
|
|
791
|
-
"@typescript-eslint/no-array-delete":
|
|
792
|
-
"@typescript-eslint/no-base-to-string":
|
|
793
|
-
ignoredTypeNames:
|
|
794
|
-
}
|
|
795
|
-
"@typescript-eslint/no-confusing-non-null-assertion":
|
|
796
|
-
"@typescript-eslint/no-confusing-void-expression":
|
|
797
|
-
ignoreArrowShorthand:
|
|
798
|
-
ignoreVoidOperator:
|
|
799
|
-
ignoreVoidReturningFunctions:
|
|
800
|
-
}
|
|
801
|
-
"@typescript-eslint/no-deprecated":
|
|
802
|
-
"@typescript-eslint/no-duplicate-enum-values":
|
|
803
|
-
"@typescript-eslint/no-duplicate-type-constituents":
|
|
804
|
-
ignoreIntersections:
|
|
805
|
-
ignoreUnions:
|
|
806
|
-
}
|
|
807
|
-
"@typescript-eslint/no-dynamic-delete":
|
|
808
|
-
"@typescript-eslint/no-empty-object-type":
|
|
809
|
-
allowInterfaces:
|
|
810
|
-
allowObjectTypes:
|
|
811
|
-
}
|
|
812
|
-
"@typescript-eslint/no-explicit-any":
|
|
813
|
-
fixToUnknown:
|
|
814
|
-
ignoreRestArgs:
|
|
815
|
-
}
|
|
816
|
-
"@typescript-eslint/no-extra-non-null-assertion":
|
|
817
|
-
"@typescript-eslint/no-extraneous-class":
|
|
818
|
-
allowConstructorOnly:
|
|
819
|
-
allowEmpty:
|
|
820
|
-
allowStaticOnly:
|
|
821
|
-
allowWithDecorator:
|
|
822
|
-
}
|
|
823
|
-
"@typescript-eslint/no-floating-promises":
|
|
824
|
-
checkThenables:
|
|
825
|
-
ignoreVoid:
|
|
826
|
-
ignoreIIFE:
|
|
827
|
-
}
|
|
828
|
-
"@typescript-eslint/no-for-in-array":
|
|
829
|
-
"@typescript-eslint/no-import-type-side-effects":
|
|
830
|
-
"@typescript-eslint/no-inferrable-types":
|
|
831
|
-
ignoreParameters:
|
|
832
|
-
ignoreProperties:
|
|
833
|
-
}
|
|
834
|
-
"@typescript-eslint/no-invalid-void-type":
|
|
835
|
-
allowInGenericTypeArguments:
|
|
836
|
-
allowAsThisParameter:
|
|
837
|
-
}
|
|
838
|
-
"@typescript-eslint/no-meaningless-void-operator":
|
|
839
|
-
checkNever:
|
|
840
|
-
}
|
|
841
|
-
"@typescript-eslint/no-misused-new":
|
|
842
|
-
"@typescript-eslint/no-misused-promises":
|
|
843
|
-
checksConditionals:
|
|
844
|
-
checksSpreads:
|
|
845
|
-
checksVoidReturn: {
|
|
846
|
-
arguments:
|
|
847
|
-
attributes:
|
|
848
|
-
properties:
|
|
849
|
-
returns:
|
|
850
|
-
variables:
|
|
830
|
+
}];
|
|
831
|
+
readonly "@typescript-eslint/method-signature-style": readonly ["error", "property"];
|
|
832
|
+
readonly "@typescript-eslint/naming-convention": "off";
|
|
833
|
+
readonly "@typescript-eslint/no-array-delete": "error";
|
|
834
|
+
readonly "@typescript-eslint/no-base-to-string": readonly ["error", {
|
|
835
|
+
readonly ignoredTypeNames: readonly ["Error", "RegExp", "URL", "URLSearchParams"];
|
|
836
|
+
}];
|
|
837
|
+
readonly "@typescript-eslint/no-confusing-non-null-assertion": "error";
|
|
838
|
+
readonly "@typescript-eslint/no-confusing-void-expression": readonly ["error", {
|
|
839
|
+
readonly ignoreArrowShorthand: true;
|
|
840
|
+
readonly ignoreVoidOperator: true;
|
|
841
|
+
readonly ignoreVoidReturningFunctions: true;
|
|
842
|
+
}];
|
|
843
|
+
readonly "@typescript-eslint/no-deprecated": "off";
|
|
844
|
+
readonly "@typescript-eslint/no-duplicate-enum-values": "error";
|
|
845
|
+
readonly "@typescript-eslint/no-duplicate-type-constituents": readonly ["error", {
|
|
846
|
+
readonly ignoreIntersections: false;
|
|
847
|
+
readonly ignoreUnions: false;
|
|
848
|
+
}];
|
|
849
|
+
readonly "@typescript-eslint/no-dynamic-delete": "error";
|
|
850
|
+
readonly "@typescript-eslint/no-empty-object-type": readonly ["error", {
|
|
851
|
+
readonly allowInterfaces: "never";
|
|
852
|
+
readonly allowObjectTypes: "never";
|
|
853
|
+
}];
|
|
854
|
+
readonly "@typescript-eslint/no-explicit-any": readonly ["error", {
|
|
855
|
+
readonly fixToUnknown: true;
|
|
856
|
+
readonly ignoreRestArgs: false;
|
|
857
|
+
}];
|
|
858
|
+
readonly "@typescript-eslint/no-extra-non-null-assertion": "error";
|
|
859
|
+
readonly "@typescript-eslint/no-extraneous-class": readonly ["error", {
|
|
860
|
+
readonly allowConstructorOnly: false;
|
|
861
|
+
readonly allowEmpty: true;
|
|
862
|
+
readonly allowStaticOnly: false;
|
|
863
|
+
readonly allowWithDecorator: false;
|
|
864
|
+
}];
|
|
865
|
+
readonly "@typescript-eslint/no-floating-promises": readonly ["error", {
|
|
866
|
+
readonly checkThenables: true;
|
|
867
|
+
readonly ignoreVoid: true;
|
|
868
|
+
readonly ignoreIIFE: false;
|
|
869
|
+
}];
|
|
870
|
+
readonly "@typescript-eslint/no-for-in-array": "error";
|
|
871
|
+
readonly "@typescript-eslint/no-import-type-side-effects": "error";
|
|
872
|
+
readonly "@typescript-eslint/no-inferrable-types": readonly ["error", {
|
|
873
|
+
readonly ignoreParameters: false;
|
|
874
|
+
readonly ignoreProperties: false;
|
|
875
|
+
}];
|
|
876
|
+
readonly "@typescript-eslint/no-invalid-void-type": readonly ["error", {
|
|
877
|
+
readonly allowInGenericTypeArguments: true;
|
|
878
|
+
readonly allowAsThisParameter: false;
|
|
879
|
+
}];
|
|
880
|
+
readonly "@typescript-eslint/no-meaningless-void-operator": readonly ["error", {
|
|
881
|
+
readonly checkNever: true;
|
|
882
|
+
}];
|
|
883
|
+
readonly "@typescript-eslint/no-misused-new": "error";
|
|
884
|
+
readonly "@typescript-eslint/no-misused-promises": readonly ["error", {
|
|
885
|
+
readonly checksConditionals: true;
|
|
886
|
+
readonly checksSpreads: true;
|
|
887
|
+
readonly checksVoidReturn: {
|
|
888
|
+
readonly arguments: true;
|
|
889
|
+
readonly attributes: true;
|
|
890
|
+
readonly properties: true;
|
|
891
|
+
readonly returns: true;
|
|
892
|
+
readonly variables: true;
|
|
851
893
|
};
|
|
852
|
-
}
|
|
853
|
-
"@typescript-eslint/no-misused-spread":
|
|
854
|
-
allow:
|
|
855
|
-
}
|
|
856
|
-
"@typescript-eslint/no-mixed-enums":
|
|
857
|
-
"@typescript-eslint/no-namespace":
|
|
858
|
-
"@typescript-eslint/no-non-null-asserted-nullish-coalescing":
|
|
859
|
-
"@typescript-eslint/no-non-null-asserted-optional-chain":
|
|
860
|
-
"@typescript-eslint/no-non-null-assertion":
|
|
861
|
-
"@typescript-eslint/no-redundant-type-constituents":
|
|
862
|
-
"@typescript-eslint/no-restricted-types":
|
|
863
|
-
"@typescript-eslint/no-require-imports":
|
|
864
|
-
allow:
|
|
865
|
-
}
|
|
866
|
-
"@typescript-eslint/no-this-alias":
|
|
867
|
-
allowDestructuring:
|
|
868
|
-
allowedNames:
|
|
869
|
-
}
|
|
870
|
-
"@typescript-eslint/no-unnecessary-boolean-literal-compare":
|
|
871
|
-
allowComparingNullableBooleansToTrue:
|
|
872
|
-
allowComparingNullableBooleansToFalse:
|
|
873
|
-
}
|
|
874
|
-
"@typescript-eslint/no-unnecessary-condition":
|
|
875
|
-
allowConstantLoopConditions:
|
|
876
|
-
allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing:
|
|
877
|
-
}
|
|
878
|
-
"@typescript-eslint/no-unnecessary-parameter-property-assignment":
|
|
879
|
-
"@typescript-eslint/no-unnecessary-qualifier":
|
|
880
|
-
"@typescript-eslint/no-unnecessary-template-expression":
|
|
881
|
-
"@typescript-eslint/no-unnecessary-type-arguments":
|
|
882
|
-
"@typescript-eslint/no-unnecessary-type-assertion":
|
|
883
|
-
checkLiteralConstAssertions:
|
|
884
|
-
typesToIgnore:
|
|
885
|
-
}
|
|
886
|
-
"@typescript-eslint/no-unnecessary-type-constraint":
|
|
887
|
-
"@typescript-eslint/no-unnecessary-type-conversion":
|
|
888
|
-
"@typescript-eslint/no-unnecessary-type-parameters":
|
|
889
|
-
"@typescript-eslint/no-unsafe-argument":
|
|
890
|
-
"@typescript-eslint/no-unsafe-assignment":
|
|
891
|
-
"@typescript-eslint/no-unsafe-call":
|
|
892
|
-
"@typescript-eslint/no-unsafe-declaration-merging":
|
|
893
|
-
"@typescript-eslint/no-unsafe-enum-comparison":
|
|
894
|
-
"@typescript-eslint/no-unsafe-function-type":
|
|
895
|
-
"@typescript-eslint/no-unsafe-member-access":
|
|
896
|
-
"@typescript-eslint/no-unsafe-return":
|
|
897
|
-
"@typescript-eslint/no-unsafe-type-assertion":
|
|
898
|
-
"@typescript-eslint/no-unsafe-unary-minus":
|
|
899
|
-
"@typescript-eslint/no-useless-empty-export":
|
|
900
|
-
"@typescript-eslint/no-wrapper-object-types":
|
|
901
|
-
"@typescript-eslint/non-nullable-type-assertion-style":
|
|
902
|
-
"@typescript-eslint/parameter-properties":
|
|
903
|
-
prefer:
|
|
904
|
-
}
|
|
905
|
-
"@typescript-eslint/prefer-as-const":
|
|
906
|
-
"@typescript-eslint/prefer-enum-initializers":
|
|
907
|
-
"@typescript-eslint/prefer-find":
|
|
908
|
-
"@typescript-eslint/prefer-for-of":
|
|
909
|
-
"@typescript-eslint/prefer-function-type":
|
|
910
|
-
"@typescript-eslint/prefer-includes":
|
|
911
|
-
"@typescript-eslint/prefer-literal-enum-member":
|
|
912
|
-
allowBitwiseExpressions:
|
|
913
|
-
}
|
|
914
|
-
"@typescript-eslint/prefer-namespace-keyword":
|
|
915
|
-
"@typescript-eslint/prefer-nullish-coalescing":
|
|
916
|
-
allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing:
|
|
917
|
-
ignoreBooleanCoercion:
|
|
918
|
-
ignoreConditionalTests:
|
|
919
|
-
ignoreIfStatements:
|
|
920
|
-
ignoreMixedLogicalExpressions:
|
|
921
|
-
ignorePrimitives: {
|
|
922
|
-
bigint:
|
|
923
|
-
boolean:
|
|
924
|
-
number:
|
|
925
|
-
string:
|
|
894
|
+
}];
|
|
895
|
+
readonly "@typescript-eslint/no-misused-spread": readonly ["error", {
|
|
896
|
+
readonly allow: readonly [];
|
|
897
|
+
}];
|
|
898
|
+
readonly "@typescript-eslint/no-mixed-enums": "error";
|
|
899
|
+
readonly "@typescript-eslint/no-namespace": "off";
|
|
900
|
+
readonly "@typescript-eslint/no-non-null-asserted-nullish-coalescing": "error";
|
|
901
|
+
readonly "@typescript-eslint/no-non-null-asserted-optional-chain": "error";
|
|
902
|
+
readonly "@typescript-eslint/no-non-null-assertion": "error";
|
|
903
|
+
readonly "@typescript-eslint/no-redundant-type-constituents": "error";
|
|
904
|
+
readonly "@typescript-eslint/no-restricted-types": "off";
|
|
905
|
+
readonly "@typescript-eslint/no-require-imports": readonly ["error", {
|
|
906
|
+
readonly allow: readonly [];
|
|
907
|
+
}];
|
|
908
|
+
readonly "@typescript-eslint/no-this-alias": readonly ["error", {
|
|
909
|
+
readonly allowDestructuring: true;
|
|
910
|
+
readonly allowedNames: readonly [];
|
|
911
|
+
}];
|
|
912
|
+
readonly "@typescript-eslint/no-unnecessary-boolean-literal-compare": readonly ["error", {
|
|
913
|
+
readonly allowComparingNullableBooleansToTrue: true;
|
|
914
|
+
readonly allowComparingNullableBooleansToFalse: true;
|
|
915
|
+
}];
|
|
916
|
+
readonly "@typescript-eslint/no-unnecessary-condition": readonly ["error", {
|
|
917
|
+
readonly allowConstantLoopConditions: "never";
|
|
918
|
+
readonly allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing: false;
|
|
919
|
+
}];
|
|
920
|
+
readonly "@typescript-eslint/no-unnecessary-parameter-property-assignment": "error";
|
|
921
|
+
readonly "@typescript-eslint/no-unnecessary-qualifier": "error";
|
|
922
|
+
readonly "@typescript-eslint/no-unnecessary-template-expression": "error";
|
|
923
|
+
readonly "@typescript-eslint/no-unnecessary-type-arguments": "error";
|
|
924
|
+
readonly "@typescript-eslint/no-unnecessary-type-assertion": readonly ["error", {
|
|
925
|
+
readonly checkLiteralConstAssertions: false;
|
|
926
|
+
readonly typesToIgnore: readonly [];
|
|
927
|
+
}];
|
|
928
|
+
readonly "@typescript-eslint/no-unnecessary-type-constraint": "error";
|
|
929
|
+
readonly "@typescript-eslint/no-unnecessary-type-conversion": "error";
|
|
930
|
+
readonly "@typescript-eslint/no-unnecessary-type-parameters": "error";
|
|
931
|
+
readonly "@typescript-eslint/no-unsafe-argument": "error";
|
|
932
|
+
readonly "@typescript-eslint/no-unsafe-assignment": "error";
|
|
933
|
+
readonly "@typescript-eslint/no-unsafe-call": "error";
|
|
934
|
+
readonly "@typescript-eslint/no-unsafe-declaration-merging": "error";
|
|
935
|
+
readonly "@typescript-eslint/no-unsafe-enum-comparison": "error";
|
|
936
|
+
readonly "@typescript-eslint/no-unsafe-function-type": "error";
|
|
937
|
+
readonly "@typescript-eslint/no-unsafe-member-access": "error";
|
|
938
|
+
readonly "@typescript-eslint/no-unsafe-return": "error";
|
|
939
|
+
readonly "@typescript-eslint/no-unsafe-type-assertion": "off";
|
|
940
|
+
readonly "@typescript-eslint/no-unsafe-unary-minus": "error";
|
|
941
|
+
readonly "@typescript-eslint/no-useless-empty-export": "error";
|
|
942
|
+
readonly "@typescript-eslint/no-wrapper-object-types": "error";
|
|
943
|
+
readonly "@typescript-eslint/non-nullable-type-assertion-style": "off";
|
|
944
|
+
readonly "@typescript-eslint/parameter-properties": readonly ["error", {
|
|
945
|
+
readonly prefer: "parameter-property";
|
|
946
|
+
}];
|
|
947
|
+
readonly "@typescript-eslint/prefer-as-const": "error";
|
|
948
|
+
readonly "@typescript-eslint/prefer-enum-initializers": "error";
|
|
949
|
+
readonly "@typescript-eslint/prefer-find": "error";
|
|
950
|
+
readonly "@typescript-eslint/prefer-for-of": "error";
|
|
951
|
+
readonly "@typescript-eslint/prefer-function-type": "error";
|
|
952
|
+
readonly "@typescript-eslint/prefer-includes": "error";
|
|
953
|
+
readonly "@typescript-eslint/prefer-literal-enum-member": readonly ["error", {
|
|
954
|
+
readonly allowBitwiseExpressions: false;
|
|
955
|
+
}];
|
|
956
|
+
readonly "@typescript-eslint/prefer-namespace-keyword": "error";
|
|
957
|
+
readonly "@typescript-eslint/prefer-nullish-coalescing": readonly ["error", {
|
|
958
|
+
readonly allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing: false;
|
|
959
|
+
readonly ignoreBooleanCoercion: false;
|
|
960
|
+
readonly ignoreConditionalTests: false;
|
|
961
|
+
readonly ignoreIfStatements: false;
|
|
962
|
+
readonly ignoreMixedLogicalExpressions: false;
|
|
963
|
+
readonly ignorePrimitives: {
|
|
964
|
+
readonly bigint: false;
|
|
965
|
+
readonly boolean: false;
|
|
966
|
+
readonly number: false;
|
|
967
|
+
readonly string: false;
|
|
926
968
|
};
|
|
927
|
-
ignoreTernaryTests:
|
|
928
|
-
}
|
|
929
|
-
"@typescript-eslint/prefer-optional-chain":
|
|
930
|
-
allowPotentiallyUnsafeFixesThatModifyTheReturnTypeIKnowWhatImDoing:
|
|
931
|
-
checkAny:
|
|
932
|
-
checkBigInt:
|
|
933
|
-
checkBoolean:
|
|
934
|
-
checkNumber:
|
|
935
|
-
checkString:
|
|
936
|
-
checkUnknown:
|
|
937
|
-
requireNullish:
|
|
938
|
-
}
|
|
939
|
-
"@typescript-eslint/prefer-readonly":
|
|
940
|
-
onlyInlineLambdas:
|
|
941
|
-
}
|
|
942
|
-
"@typescript-eslint/prefer-readonly-parameter-types":
|
|
943
|
-
"@typescript-eslint/prefer-reduce-type-parameter":
|
|
944
|
-
"@typescript-eslint/prefer-regexp-exec":
|
|
945
|
-
"@typescript-eslint/prefer-return-this-type":
|
|
946
|
-
"@typescript-eslint/prefer-string-starts-ends-with":
|
|
947
|
-
allowSingleElementEquality:
|
|
948
|
-
}
|
|
949
|
-
"@typescript-eslint/promise-function-async":
|
|
950
|
-
allowAny:
|
|
951
|
-
allowedPromiseNames:
|
|
952
|
-
checkArrowFunctions:
|
|
953
|
-
checkFunctionDeclarations:
|
|
954
|
-
checkFunctionExpressions:
|
|
955
|
-
checkMethodDeclarations:
|
|
956
|
-
}
|
|
957
|
-
"@typescript-eslint/related-getter-setter-pairs":
|
|
958
|
-
"@typescript-eslint/require-array-sort-compare":
|
|
959
|
-
ignoreStringArrays:
|
|
960
|
-
}
|
|
961
|
-
"@typescript-eslint/restrict-plus-operands":
|
|
962
|
-
allowAny:
|
|
963
|
-
allowBoolean:
|
|
964
|
-
allowNullish:
|
|
965
|
-
allowNumberAndString:
|
|
966
|
-
allowRegExp:
|
|
967
|
-
skipCompoundAssignments:
|
|
968
|
-
}
|
|
969
|
-
"@typescript-eslint/restrict-template-expressions":
|
|
970
|
-
allowAny:
|
|
971
|
-
allowArray:
|
|
972
|
-
allowBoolean:
|
|
973
|
-
allowNullish:
|
|
974
|
-
allowNumber:
|
|
975
|
-
allowNever:
|
|
976
|
-
allowRegExp:
|
|
977
|
-
}
|
|
978
|
-
"@typescript-eslint/return-await":
|
|
979
|
-
"@typescript-eslint/strict-boolean-expressions":
|
|
980
|
-
allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing:
|
|
981
|
-
allowAny:
|
|
982
|
-
allowNumber:
|
|
983
|
-
allowString:
|
|
984
|
-
allowNullableBoolean:
|
|
985
|
-
allowNullableEnum:
|
|
986
|
-
allowNullableNumber:
|
|
987
|
-
allowNullableObject:
|
|
988
|
-
allowNullableString:
|
|
989
|
-
}
|
|
990
|
-
"@typescript-eslint/switch-exhaustiveness-check":
|
|
991
|
-
allowDefaultCaseForExhaustiveSwitch:
|
|
992
|
-
considerDefaultExhaustiveForUnions:
|
|
993
|
-
requireDefaultForNonUnion:
|
|
994
|
-
}
|
|
995
|
-
"@typescript-eslint/triple-slash-reference":
|
|
996
|
-
lib:
|
|
997
|
-
path:
|
|
998
|
-
types:
|
|
999
|
-
}
|
|
1000
|
-
"@typescript-eslint/typedef":
|
|
1001
|
-
"@typescript-eslint/unbound-method":
|
|
1002
|
-
ignoreStatic:
|
|
1003
|
-
}
|
|
1004
|
-
"@typescript-eslint/unified-signatures":
|
|
1005
|
-
ignoreDifferentlyNamedParameters:
|
|
1006
|
-
}
|
|
1007
|
-
"@typescript-eslint/use-unknown-in-catch-callback-variable":
|
|
969
|
+
readonly ignoreTernaryTests: false;
|
|
970
|
+
}];
|
|
971
|
+
readonly "@typescript-eslint/prefer-optional-chain": readonly ["error", {
|
|
972
|
+
readonly allowPotentiallyUnsafeFixesThatModifyTheReturnTypeIKnowWhatImDoing: false;
|
|
973
|
+
readonly checkAny: true;
|
|
974
|
+
readonly checkBigInt: true;
|
|
975
|
+
readonly checkBoolean: true;
|
|
976
|
+
readonly checkNumber: true;
|
|
977
|
+
readonly checkString: true;
|
|
978
|
+
readonly checkUnknown: true;
|
|
979
|
+
readonly requireNullish: false;
|
|
980
|
+
}];
|
|
981
|
+
readonly "@typescript-eslint/prefer-readonly": readonly ["error", {
|
|
982
|
+
readonly onlyInlineLambdas: false;
|
|
983
|
+
}];
|
|
984
|
+
readonly "@typescript-eslint/prefer-readonly-parameter-types": "off";
|
|
985
|
+
readonly "@typescript-eslint/prefer-reduce-type-parameter": "error";
|
|
986
|
+
readonly "@typescript-eslint/prefer-regexp-exec": "error";
|
|
987
|
+
readonly "@typescript-eslint/prefer-return-this-type": "error";
|
|
988
|
+
readonly "@typescript-eslint/prefer-string-starts-ends-with": readonly ["error", {
|
|
989
|
+
readonly allowSingleElementEquality: "never";
|
|
990
|
+
}];
|
|
991
|
+
readonly "@typescript-eslint/promise-function-async": readonly ["error", {
|
|
992
|
+
readonly allowAny: false;
|
|
993
|
+
readonly allowedPromiseNames: readonly [];
|
|
994
|
+
readonly checkArrowFunctions: true;
|
|
995
|
+
readonly checkFunctionDeclarations: true;
|
|
996
|
+
readonly checkFunctionExpressions: true;
|
|
997
|
+
readonly checkMethodDeclarations: true;
|
|
998
|
+
}];
|
|
999
|
+
readonly "@typescript-eslint/related-getter-setter-pairs": "error";
|
|
1000
|
+
readonly "@typescript-eslint/require-array-sort-compare": readonly ["error", {
|
|
1001
|
+
readonly ignoreStringArrays: true;
|
|
1002
|
+
}];
|
|
1003
|
+
readonly "@typescript-eslint/restrict-plus-operands": readonly ["error", {
|
|
1004
|
+
readonly allowAny: false;
|
|
1005
|
+
readonly allowBoolean: false;
|
|
1006
|
+
readonly allowNullish: false;
|
|
1007
|
+
readonly allowNumberAndString: false;
|
|
1008
|
+
readonly allowRegExp: false;
|
|
1009
|
+
readonly skipCompoundAssignments: false;
|
|
1010
|
+
}];
|
|
1011
|
+
readonly "@typescript-eslint/restrict-template-expressions": readonly ["error", {
|
|
1012
|
+
readonly allowAny: true;
|
|
1013
|
+
readonly allowArray: true;
|
|
1014
|
+
readonly allowBoolean: true;
|
|
1015
|
+
readonly allowNullish: false;
|
|
1016
|
+
readonly allowNumber: true;
|
|
1017
|
+
readonly allowNever: false;
|
|
1018
|
+
readonly allowRegExp: false;
|
|
1019
|
+
}];
|
|
1020
|
+
readonly "@typescript-eslint/return-await": readonly ["error", "in-try-catch"];
|
|
1021
|
+
readonly "@typescript-eslint/strict-boolean-expressions": readonly ["error", {
|
|
1022
|
+
readonly allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing: false;
|
|
1023
|
+
readonly allowAny: false;
|
|
1024
|
+
readonly allowNumber: true;
|
|
1025
|
+
readonly allowString: false;
|
|
1026
|
+
readonly allowNullableBoolean: false;
|
|
1027
|
+
readonly allowNullableEnum: false;
|
|
1028
|
+
readonly allowNullableNumber: false;
|
|
1029
|
+
readonly allowNullableObject: false;
|
|
1030
|
+
readonly allowNullableString: false;
|
|
1031
|
+
}];
|
|
1032
|
+
readonly "@typescript-eslint/switch-exhaustiveness-check": readonly ["error", {
|
|
1033
|
+
readonly allowDefaultCaseForExhaustiveSwitch: false;
|
|
1034
|
+
readonly considerDefaultExhaustiveForUnions: true;
|
|
1035
|
+
readonly requireDefaultForNonUnion: true;
|
|
1036
|
+
}];
|
|
1037
|
+
readonly "@typescript-eslint/triple-slash-reference": readonly ["error", {
|
|
1038
|
+
readonly lib: "never";
|
|
1039
|
+
readonly path: "never";
|
|
1040
|
+
readonly types: "never";
|
|
1041
|
+
}];
|
|
1042
|
+
readonly "@typescript-eslint/typedef": "off";
|
|
1043
|
+
readonly "@typescript-eslint/unbound-method": readonly ["error", {
|
|
1044
|
+
readonly ignoreStatic: false;
|
|
1045
|
+
}];
|
|
1046
|
+
readonly "@typescript-eslint/unified-signatures": readonly ["error", {
|
|
1047
|
+
readonly ignoreDifferentlyNamedParameters: false;
|
|
1048
|
+
}];
|
|
1049
|
+
readonly "@typescript-eslint/use-unknown-in-catch-callback-variable": "error";
|
|
1008
1050
|
};
|
|
1009
1051
|
} | {
|
|
1010
1052
|
id: string;
|
|
1011
1053
|
rules: {
|
|
1012
|
-
"@typescript-eslint/dot-notation":
|
|
1013
|
-
allowKeywords:
|
|
1014
|
-
allowPrivateClassPropertyAccess:
|
|
1015
|
-
allowProtectedClassPropertyAccess:
|
|
1016
|
-
allowIndexSignaturePropertyAccess:
|
|
1017
|
-
}
|
|
1018
|
-
"@typescript-eslint/no-implied-eval":
|
|
1019
|
-
"@typescript-eslint/no-magic-numbers":
|
|
1020
|
-
"@typescript-eslint/no-restricted-imports":
|
|
1021
|
-
"@typescript-eslint/no-shadow":
|
|
1022
|
-
"@typescript-eslint/no-unused-vars":
|
|
1023
|
-
vars:
|
|
1024
|
-
args:
|
|
1025
|
-
caughtErrors:
|
|
1026
|
-
ignoreRestSiblings:
|
|
1027
|
-
ignoreClassWithStaticInitBlock:
|
|
1028
|
-
reportUsedIgnorePattern:
|
|
1029
|
-
}
|
|
1030
|
-
"@typescript-eslint/no-use-before-define":
|
|
1031
|
-
functions:
|
|
1032
|
-
classes:
|
|
1033
|
-
variables:
|
|
1034
|
-
allowNamedExports:
|
|
1035
|
-
enums:
|
|
1036
|
-
typedefs:
|
|
1037
|
-
ignoreTypeReferences:
|
|
1038
|
-
}
|
|
1039
|
-
"@typescript-eslint/only-throw-error":
|
|
1040
|
-
allowRethrowing:
|
|
1041
|
-
allowThrowingAny:
|
|
1042
|
-
allowThrowingUnknown:
|
|
1043
|
-
}
|
|
1044
|
-
"@typescript-eslint/prefer-destructuring":
|
|
1045
|
-
VariableDeclarator: {
|
|
1046
|
-
array:
|
|
1047
|
-
object:
|
|
1054
|
+
readonly "@typescript-eslint/dot-notation": readonly ["error", {
|
|
1055
|
+
readonly allowKeywords: true;
|
|
1056
|
+
readonly allowPrivateClassPropertyAccess: true;
|
|
1057
|
+
readonly allowProtectedClassPropertyAccess: true;
|
|
1058
|
+
readonly allowIndexSignaturePropertyAccess: true;
|
|
1059
|
+
}];
|
|
1060
|
+
readonly "@typescript-eslint/no-implied-eval": "error";
|
|
1061
|
+
readonly "@typescript-eslint/no-magic-numbers": "off";
|
|
1062
|
+
readonly "@typescript-eslint/no-restricted-imports": "off";
|
|
1063
|
+
readonly "@typescript-eslint/no-shadow": "off";
|
|
1064
|
+
readonly "@typescript-eslint/no-unused-vars": readonly ["error", {
|
|
1065
|
+
readonly vars: "all";
|
|
1066
|
+
readonly args: "all";
|
|
1067
|
+
readonly caughtErrors: "all";
|
|
1068
|
+
readonly ignoreRestSiblings: false;
|
|
1069
|
+
readonly ignoreClassWithStaticInitBlock: false;
|
|
1070
|
+
readonly reportUsedIgnorePattern: true;
|
|
1071
|
+
}];
|
|
1072
|
+
readonly "@typescript-eslint/no-use-before-define": readonly ["error", {
|
|
1073
|
+
readonly functions: true;
|
|
1074
|
+
readonly classes: true;
|
|
1075
|
+
readonly variables: true;
|
|
1076
|
+
readonly allowNamedExports: false;
|
|
1077
|
+
readonly enums: true;
|
|
1078
|
+
readonly typedefs: false;
|
|
1079
|
+
readonly ignoreTypeReferences: true;
|
|
1080
|
+
}];
|
|
1081
|
+
readonly "@typescript-eslint/only-throw-error": readonly ["error", {
|
|
1082
|
+
readonly allowRethrowing: true;
|
|
1083
|
+
readonly allowThrowingAny: false;
|
|
1084
|
+
readonly allowThrowingUnknown: false;
|
|
1085
|
+
}];
|
|
1086
|
+
readonly "@typescript-eslint/prefer-destructuring": readonly ["error", {
|
|
1087
|
+
readonly VariableDeclarator: {
|
|
1088
|
+
readonly array: true;
|
|
1089
|
+
readonly object: true;
|
|
1048
1090
|
};
|
|
1049
|
-
AssignmentExpression: {
|
|
1050
|
-
array:
|
|
1051
|
-
object:
|
|
1091
|
+
readonly AssignmentExpression: {
|
|
1092
|
+
readonly array: false;
|
|
1093
|
+
readonly object: false;
|
|
1052
1094
|
};
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
allowThrowingAny: boolean;
|
|
1064
|
-
allowThrowingUnknown: boolean;
|
|
1065
|
-
})[];
|
|
1066
|
-
"@typescript-eslint/require-await": string;
|
|
1095
|
+
}, {
|
|
1096
|
+
readonly enforceForRenamedProperties: false;
|
|
1097
|
+
readonly enforceForDeclarationWithTypeAnnotation: false;
|
|
1098
|
+
}];
|
|
1099
|
+
readonly "@typescript-eslint/prefer-promise-reject-errors": readonly ["error", {
|
|
1100
|
+
readonly allowEmptyReject: false;
|
|
1101
|
+
readonly allowThrowingAny: false;
|
|
1102
|
+
readonly allowThrowingUnknown: true;
|
|
1103
|
+
}];
|
|
1104
|
+
readonly "@typescript-eslint/require-await": "error";
|
|
1067
1105
|
};
|
|
1068
1106
|
})[];
|
|
1069
1107
|
mocha: ({
|
|
1070
1108
|
id: string;
|
|
1071
1109
|
rules: {
|
|
1072
|
-
"prefer-arrow-callback":
|
|
1073
|
-
"no-unused-expressions":
|
|
1110
|
+
readonly "prefer-arrow-callback": "off";
|
|
1111
|
+
readonly "no-unused-expressions": "off";
|
|
1074
1112
|
};
|
|
1075
1113
|
} | {
|
|
1076
1114
|
id: string;
|
|
1077
1115
|
rules: {
|
|
1078
|
-
"mocha/consistent-interface":
|
|
1079
|
-
"mocha/consistent-spacing-between-blocks":
|
|
1080
|
-
"mocha/handle-done-callback":
|
|
1081
|
-
ignorePending:
|
|
1082
|
-
}
|
|
1083
|
-
"mocha/max-top-level-suites":
|
|
1084
|
-
limit:
|
|
1085
|
-
}
|
|
1086
|
-
"mocha/no-async-suite":
|
|
1087
|
-
"mocha/no-empty-title":
|
|
1088
|
-
"mocha/no-exclusive-tests":
|
|
1089
|
-
"mocha/no-exports":
|
|
1090
|
-
"mocha/no-global-tests":
|
|
1091
|
-
"mocha/no-hooks-for-single-case":
|
|
1092
|
-
"mocha/no-hooks":
|
|
1093
|
-
"mocha/no-identical-title":
|
|
1094
|
-
"mocha/no-mocha-arrows":
|
|
1095
|
-
"mocha/no-nested-tests":
|
|
1096
|
-
"mocha/no-pending-tests":
|
|
1097
|
-
"mocha/no-return-and-callback":
|
|
1098
|
-
"mocha/no-return-from-async":
|
|
1099
|
-
"mocha/no-setup-in-describe":
|
|
1100
|
-
"mocha/no-sibling-hooks":
|
|
1101
|
-
"mocha/no-synchronous-tests":
|
|
1102
|
-
"mocha/no-top-level-hooks":
|
|
1103
|
-
"mocha/prefer-arrow-callback":
|
|
1104
|
-
allowNamedFunctions:
|
|
1105
|
-
allowUnboundThis:
|
|
1106
|
-
}
|
|
1107
|
-
"mocha/valid-suite-title":
|
|
1108
|
-
"mocha/valid-test-title":
|
|
1116
|
+
readonly "mocha/consistent-interface": "off";
|
|
1117
|
+
readonly "mocha/consistent-spacing-between-blocks": "off";
|
|
1118
|
+
readonly "mocha/handle-done-callback": readonly ["error", {
|
|
1119
|
+
readonly ignorePending: false;
|
|
1120
|
+
}];
|
|
1121
|
+
readonly "mocha/max-top-level-suites": readonly ["error", {
|
|
1122
|
+
readonly limit: 1;
|
|
1123
|
+
}];
|
|
1124
|
+
readonly "mocha/no-async-suite": "error";
|
|
1125
|
+
readonly "mocha/no-empty-title": "error";
|
|
1126
|
+
readonly "mocha/no-exclusive-tests": "error";
|
|
1127
|
+
readonly "mocha/no-exports": "error";
|
|
1128
|
+
readonly "mocha/no-global-tests": "error";
|
|
1129
|
+
readonly "mocha/no-hooks-for-single-case": "off";
|
|
1130
|
+
readonly "mocha/no-hooks": "off";
|
|
1131
|
+
readonly "mocha/no-identical-title": "error";
|
|
1132
|
+
readonly "mocha/no-mocha-arrows": "error";
|
|
1133
|
+
readonly "mocha/no-nested-tests": "error";
|
|
1134
|
+
readonly "mocha/no-pending-tests": "error";
|
|
1135
|
+
readonly "mocha/no-return-and-callback": "error";
|
|
1136
|
+
readonly "mocha/no-return-from-async": "error";
|
|
1137
|
+
readonly "mocha/no-setup-in-describe": "off";
|
|
1138
|
+
readonly "mocha/no-sibling-hooks": "error";
|
|
1139
|
+
readonly "mocha/no-synchronous-tests": "off";
|
|
1140
|
+
readonly "mocha/no-top-level-hooks": "error";
|
|
1141
|
+
readonly "mocha/prefer-arrow-callback": readonly ["error", {
|
|
1142
|
+
readonly allowNamedFunctions: false;
|
|
1143
|
+
readonly allowUnboundThis: true;
|
|
1144
|
+
}];
|
|
1145
|
+
readonly "mocha/valid-suite-title": "off";
|
|
1146
|
+
readonly "mocha/valid-test-title": "off";
|
|
1109
1147
|
};
|
|
1110
1148
|
} | {
|
|
1111
1149
|
id: string;
|
|
1112
1150
|
rules: {
|
|
1113
|
-
"chai-friendly/no-unused-expressions":
|
|
1114
|
-
allowShortCircuit:
|
|
1115
|
-
allowTernary:
|
|
1116
|
-
allowTaggedTemplates:
|
|
1117
|
-
enforceForJSX:
|
|
1118
|
-
}
|
|
1151
|
+
readonly "chai-friendly/no-unused-expressions": readonly ["error", {
|
|
1152
|
+
readonly allowShortCircuit: true;
|
|
1153
|
+
readonly allowTernary: true;
|
|
1154
|
+
readonly allowTaggedTemplates: true;
|
|
1155
|
+
readonly enforceForJSX: false;
|
|
1156
|
+
}];
|
|
1119
1157
|
};
|
|
1120
1158
|
} | {
|
|
1121
1159
|
id: string;
|
|
1122
1160
|
rules: {
|
|
1123
|
-
"chai-expect/no-inner-compare":
|
|
1124
|
-
"chai-expect/no-inner-literal":
|
|
1125
|
-
"chai-expect/missing-assertion":
|
|
1126
|
-
"chai-expect/terminating-properties":
|
|
1161
|
+
readonly "chai-expect/no-inner-compare": "error";
|
|
1162
|
+
readonly "chai-expect/no-inner-literal": "error";
|
|
1163
|
+
readonly "chai-expect/missing-assertion": "error";
|
|
1164
|
+
readonly "chai-expect/terminating-properties": "off";
|
|
1127
1165
|
};
|
|
1128
1166
|
})[];
|
|
1129
1167
|
svelte: ({
|
|
1130
1168
|
id: string;
|
|
1131
1169
|
rules: {
|
|
1132
|
-
"no-inner-declarations":
|
|
1133
|
-
"no-self-assign":
|
|
1134
|
-
"prefer-const":
|
|
1170
|
+
readonly "no-inner-declarations": "off";
|
|
1171
|
+
readonly "no-self-assign": "off";
|
|
1172
|
+
readonly "prefer-const": "off";
|
|
1135
1173
|
};
|
|
1136
1174
|
} | {
|
|
1137
1175
|
id: string;
|
|
1138
1176
|
rules: {
|
|
1139
|
-
"no-unused-vars":
|
|
1140
|
-
"@typescript-eslint/no-unused-vars":
|
|
1177
|
+
readonly "no-unused-vars": "off";
|
|
1178
|
+
readonly "@typescript-eslint/no-unused-vars": "off";
|
|
1141
1179
|
};
|
|
1142
1180
|
} | {
|
|
1143
1181
|
id: string;
|
|
1144
1182
|
rules: {
|
|
1145
|
-
"no-inner-declarations":
|
|
1146
|
-
"no-self-assign":
|
|
1147
|
-
"@stylistic/no-trailing-spaces":
|
|
1183
|
+
readonly "no-inner-declarations": "off";
|
|
1184
|
+
readonly "no-self-assign": "off";
|
|
1185
|
+
readonly "@stylistic/no-trailing-spaces": "off";
|
|
1148
1186
|
};
|
|
1149
1187
|
} | {
|
|
1150
1188
|
id: string;
|
|
1151
1189
|
rules: {
|
|
1152
|
-
"svelte/infinite-reactive-loop":
|
|
1153
|
-
"svelte/no-dom-manipulating":
|
|
1154
|
-
"svelte/no-dupe-else-if-blocks":
|
|
1155
|
-
"svelte/no-dupe-on-directives":
|
|
1156
|
-
"svelte/no-dupe-style-properties":
|
|
1157
|
-
"svelte/no-dupe-use-directives":
|
|
1158
|
-
"svelte/no-not-function-handler":
|
|
1159
|
-
"svelte/no-object-in-text-mustaches":
|
|
1160
|
-
"svelte/no-raw-special-elements":
|
|
1161
|
-
"svelte/no-reactive-reassign":
|
|
1162
|
-
props:
|
|
1163
|
-
}
|
|
1164
|
-
"svelte/no-shorthand-style-property-overrides":
|
|
1165
|
-
"svelte/no-store-async":
|
|
1166
|
-
"svelte/no-top-level-browser-globals":
|
|
1167
|
-
"svelte/no-unknown-style-directive-property":
|
|
1168
|
-
ignorePrefixed:
|
|
1169
|
-
}
|
|
1170
|
-
"svelte/require-store-callbacks-use-set-param":
|
|
1171
|
-
"svelte/require-store-reactive-access":
|
|
1172
|
-
"svelte/valid-compile":
|
|
1173
|
-
ignoreWarnings:
|
|
1174
|
-
}
|
|
1175
|
-
"svelte/valid-style-parse":
|
|
1176
|
-
"svelte/no-at-html-tags":
|
|
1177
|
-
"svelte/no-target-blank":
|
|
1178
|
-
allowReferrer:
|
|
1179
|
-
enforceDynamicLinks:
|
|
1180
|
-
}
|
|
1181
|
-
"svelte/block-lang":
|
|
1182
|
-
enforceScriptPresent:
|
|
1183
|
-
enforceStylePresent:
|
|
1184
|
-
script:
|
|
1185
|
-
style:
|
|
1186
|
-
}
|
|
1187
|
-
"svelte/button-has-type":
|
|
1188
|
-
button:
|
|
1189
|
-
submit:
|
|
1190
|
-
reset:
|
|
1191
|
-
}
|
|
1192
|
-
"svelte/no-add-event-listener":
|
|
1193
|
-
"svelte/no-at-debug-tags":
|
|
1194
|
-
"svelte/no-ignored-unsubscribe":
|
|
1195
|
-
"svelte/no-immutable-reactive-statements":
|
|
1196
|
-
"svelte/no-inline-styles":
|
|
1197
|
-
allowTransitions:
|
|
1198
|
-
}
|
|
1199
|
-
"svelte/no-reactive-functions":
|
|
1200
|
-
"svelte/no-reactive-literals":
|
|
1201
|
-
"svelte/no-svelte-internal":
|
|
1202
|
-
"svelte/no-unnecessary-state-wrap":
|
|
1203
|
-
additionalReactiveClasses:
|
|
1204
|
-
allowReassign:
|
|
1205
|
-
}
|
|
1206
|
-
"svelte/no-unused-class-name":
|
|
1207
|
-
"svelte/no-unused-props":
|
|
1208
|
-
checkImportedTypes:
|
|
1209
|
-
ignorePropertyPatterns:
|
|
1210
|
-
ignoreTypePatterns:
|
|
1211
|
-
allowUnusedNestedProperties:
|
|
1212
|
-
}
|
|
1213
|
-
"svelte/no-unused-svelte-ignore":
|
|
1214
|
-
"svelte/no-useless-children-snippet":
|
|
1215
|
-
"svelte/no-useless-mustaches":
|
|
1216
|
-
ignoreIncludesComment:
|
|
1217
|
-
ignoreStringEscape:
|
|
1218
|
-
}
|
|
1219
|
-
"svelte/prefer-const":
|
|
1220
|
-
destructuring:
|
|
1221
|
-
ignoreReadBeforeAssign:
|
|
1222
|
-
}
|
|
1223
|
-
"svelte/prefer-destructured-store-props":
|
|
1224
|
-
"svelte/prefer-writable-derived":
|
|
1225
|
-
"svelte/require-each-key":
|
|
1226
|
-
"svelte/require-event-dispatcher-types":
|
|
1227
|
-
"svelte/require-optimized-style-attribute":
|
|
1228
|
-
"svelte/require-stores-init":
|
|
1229
|
-
"svelte/valid-each-key":
|
|
1230
|
-
"svelte/consistent-selector-style":
|
|
1231
|
-
checkGlobal:
|
|
1232
|
-
style:
|
|
1233
|
-
}
|
|
1234
|
-
"svelte/derived-has-same-inputs-outputs":
|
|
1235
|
-
"svelte/first-attribute-linebreak":
|
|
1236
|
-
multiline:
|
|
1237
|
-
singleline:
|
|
1238
|
-
}
|
|
1239
|
-
"svelte/html-closing-bracket-new-line":
|
|
1240
|
-
singleline:
|
|
1241
|
-
multiline:
|
|
1242
|
-
selfClosingTag: {
|
|
1243
|
-
singleline:
|
|
1244
|
-
multiline:
|
|
1190
|
+
readonly "svelte/infinite-reactive-loop": "error";
|
|
1191
|
+
readonly "svelte/no-dom-manipulating": "error";
|
|
1192
|
+
readonly "svelte/no-dupe-else-if-blocks": "error";
|
|
1193
|
+
readonly "svelte/no-dupe-on-directives": "error";
|
|
1194
|
+
readonly "svelte/no-dupe-style-properties": "error";
|
|
1195
|
+
readonly "svelte/no-dupe-use-directives": "error";
|
|
1196
|
+
readonly "svelte/no-not-function-handler": "error";
|
|
1197
|
+
readonly "svelte/no-object-in-text-mustaches": "error";
|
|
1198
|
+
readonly "svelte/no-raw-special-elements": "error";
|
|
1199
|
+
readonly "svelte/no-reactive-reassign": readonly ["error", {
|
|
1200
|
+
readonly props: true;
|
|
1201
|
+
}];
|
|
1202
|
+
readonly "svelte/no-shorthand-style-property-overrides": "error";
|
|
1203
|
+
readonly "svelte/no-store-async": "error";
|
|
1204
|
+
readonly "svelte/no-top-level-browser-globals": "error";
|
|
1205
|
+
readonly "svelte/no-unknown-style-directive-property": readonly ["error", {
|
|
1206
|
+
readonly ignorePrefixed: true;
|
|
1207
|
+
}];
|
|
1208
|
+
readonly "svelte/require-store-callbacks-use-set-param": "error";
|
|
1209
|
+
readonly "svelte/require-store-reactive-access": "error";
|
|
1210
|
+
readonly "svelte/valid-compile": readonly ["error", {
|
|
1211
|
+
readonly ignoreWarnings: false;
|
|
1212
|
+
}];
|
|
1213
|
+
readonly "svelte/valid-style-parse": "error";
|
|
1214
|
+
readonly "svelte/no-at-html-tags": "error";
|
|
1215
|
+
readonly "svelte/no-target-blank": readonly ["error", {
|
|
1216
|
+
readonly allowReferrer: false;
|
|
1217
|
+
readonly enforceDynamicLinks: "always";
|
|
1218
|
+
}];
|
|
1219
|
+
readonly "svelte/block-lang": readonly ["error", {
|
|
1220
|
+
readonly enforceScriptPresent: true;
|
|
1221
|
+
readonly enforceStylePresent: false;
|
|
1222
|
+
readonly script: readonly ["ts"];
|
|
1223
|
+
readonly style: readonly ["css", "scss"];
|
|
1224
|
+
}];
|
|
1225
|
+
readonly "svelte/button-has-type": readonly ["error", {
|
|
1226
|
+
readonly button: true;
|
|
1227
|
+
readonly submit: true;
|
|
1228
|
+
readonly reset: true;
|
|
1229
|
+
}];
|
|
1230
|
+
readonly "svelte/no-add-event-listener": "error";
|
|
1231
|
+
readonly "svelte/no-at-debug-tags": "error";
|
|
1232
|
+
readonly "svelte/no-ignored-unsubscribe": "error";
|
|
1233
|
+
readonly "svelte/no-immutable-reactive-statements": "error";
|
|
1234
|
+
readonly "svelte/no-inline-styles": readonly ["error", {
|
|
1235
|
+
readonly allowTransitions: false;
|
|
1236
|
+
}];
|
|
1237
|
+
readonly "svelte/no-reactive-functions": "error";
|
|
1238
|
+
readonly "svelte/no-reactive-literals": "error";
|
|
1239
|
+
readonly "svelte/no-svelte-internal": "error";
|
|
1240
|
+
readonly "svelte/no-unnecessary-state-wrap": readonly ["error", {
|
|
1241
|
+
readonly additionalReactiveClasses: readonly [];
|
|
1242
|
+
readonly allowReassign: false;
|
|
1243
|
+
}];
|
|
1244
|
+
readonly "svelte/no-unused-class-name": "off";
|
|
1245
|
+
readonly "svelte/no-unused-props": readonly ["error", {
|
|
1246
|
+
readonly checkImportedTypes: true;
|
|
1247
|
+
readonly ignorePropertyPatterns: readonly [];
|
|
1248
|
+
readonly ignoreTypePatterns: readonly [];
|
|
1249
|
+
readonly allowUnusedNestedProperties: false;
|
|
1250
|
+
}];
|
|
1251
|
+
readonly "svelte/no-unused-svelte-ignore": "error";
|
|
1252
|
+
readonly "svelte/no-useless-children-snippet": "error";
|
|
1253
|
+
readonly "svelte/no-useless-mustaches": readonly ["error", {
|
|
1254
|
+
readonly ignoreIncludesComment: false;
|
|
1255
|
+
readonly ignoreStringEscape: false;
|
|
1256
|
+
}];
|
|
1257
|
+
readonly "svelte/prefer-const": readonly ["error", {
|
|
1258
|
+
readonly destructuring: "all";
|
|
1259
|
+
readonly ignoreReadBeforeAssign: false;
|
|
1260
|
+
}];
|
|
1261
|
+
readonly "svelte/prefer-destructured-store-props": "error";
|
|
1262
|
+
readonly "svelte/prefer-writable-derived": "error";
|
|
1263
|
+
readonly "svelte/require-each-key": "error";
|
|
1264
|
+
readonly "svelte/require-event-dispatcher-types": "error";
|
|
1265
|
+
readonly "svelte/require-optimized-style-attribute": "error";
|
|
1266
|
+
readonly "svelte/require-stores-init": "error";
|
|
1267
|
+
readonly "svelte/valid-each-key": "error";
|
|
1268
|
+
readonly "svelte/consistent-selector-style": readonly ["error", {
|
|
1269
|
+
readonly checkGlobal: true;
|
|
1270
|
+
readonly style: readonly ["type", "id", "class"];
|
|
1271
|
+
}];
|
|
1272
|
+
readonly "svelte/derived-has-same-inputs-outputs": "error";
|
|
1273
|
+
readonly "svelte/first-attribute-linebreak": readonly ["error", {
|
|
1274
|
+
readonly multiline: "below";
|
|
1275
|
+
readonly singleline: "below";
|
|
1276
|
+
}];
|
|
1277
|
+
readonly "svelte/html-closing-bracket-new-line": readonly ["error", {
|
|
1278
|
+
readonly singleline: "never";
|
|
1279
|
+
readonly multiline: "always";
|
|
1280
|
+
readonly selfClosingTag: {
|
|
1281
|
+
readonly singleline: "never";
|
|
1282
|
+
readonly multiline: "always";
|
|
1245
1283
|
};
|
|
1246
|
-
}
|
|
1247
|
-
"svelte/html-closing-bracket-spacing":
|
|
1248
|
-
startTag:
|
|
1249
|
-
endTag:
|
|
1250
|
-
selfClosingTag:
|
|
1251
|
-
}
|
|
1252
|
-
"svelte/html-quotes":
|
|
1253
|
-
prefer:
|
|
1254
|
-
dynamic: {
|
|
1255
|
-
quoted:
|
|
1256
|
-
avoidInvalidUnquotedInHTML:
|
|
1284
|
+
}];
|
|
1285
|
+
readonly "svelte/html-closing-bracket-spacing": readonly ["error", {
|
|
1286
|
+
readonly startTag: "never";
|
|
1287
|
+
readonly endTag: "never";
|
|
1288
|
+
readonly selfClosingTag: "never";
|
|
1289
|
+
}];
|
|
1290
|
+
readonly "svelte/html-quotes": readonly ["error", {
|
|
1291
|
+
readonly prefer: "double";
|
|
1292
|
+
readonly dynamic: {
|
|
1293
|
+
readonly quoted: false;
|
|
1294
|
+
readonly avoidInvalidUnquotedInHTML: true;
|
|
1257
1295
|
};
|
|
1258
|
-
}
|
|
1259
|
-
"svelte/html-self-closing":
|
|
1260
|
-
void:
|
|
1261
|
-
component:
|
|
1262
|
-
svelte:
|
|
1263
|
-
normal:
|
|
1264
|
-
}
|
|
1265
|
-
"svelte/indent":
|
|
1266
|
-
indent:
|
|
1267
|
-
indentScript:
|
|
1268
|
-
ignoredNodes:
|
|
1269
|
-
switchCase:
|
|
1270
|
-
alignAttributesVertically:
|
|
1271
|
-
}
|
|
1272
|
-
"svelte/max-attributes-per-line":
|
|
1273
|
-
multiline:
|
|
1274
|
-
singleline:
|
|
1275
|
-
}
|
|
1276
|
-
"svelte/mustache-spacing":
|
|
1277
|
-
textExpressions:
|
|
1278
|
-
attributesAndProps:
|
|
1279
|
-
directiveExpressions:
|
|
1280
|
-
tags: {
|
|
1281
|
-
openingBrace:
|
|
1282
|
-
closingBrace:
|
|
1296
|
+
}];
|
|
1297
|
+
readonly "svelte/html-self-closing": readonly ["error", {
|
|
1298
|
+
readonly void: "always";
|
|
1299
|
+
readonly component: "always";
|
|
1300
|
+
readonly svelte: "always";
|
|
1301
|
+
readonly normal: "ignore";
|
|
1302
|
+
}];
|
|
1303
|
+
readonly "svelte/indent": readonly ["error", {
|
|
1304
|
+
readonly indent: 2;
|
|
1305
|
+
readonly indentScript: true;
|
|
1306
|
+
readonly ignoredNodes: readonly [];
|
|
1307
|
+
readonly switchCase: 1;
|
|
1308
|
+
readonly alignAttributesVertically: false;
|
|
1309
|
+
}];
|
|
1310
|
+
readonly "svelte/max-attributes-per-line": readonly ["error", {
|
|
1311
|
+
readonly multiline: 1;
|
|
1312
|
+
readonly singleline: 1;
|
|
1313
|
+
}];
|
|
1314
|
+
readonly "svelte/mustache-spacing": readonly ["error", {
|
|
1315
|
+
readonly textExpressions: "never";
|
|
1316
|
+
readonly attributesAndProps: "never";
|
|
1317
|
+
readonly directiveExpressions: "never";
|
|
1318
|
+
readonly tags: {
|
|
1319
|
+
readonly openingBrace: "never";
|
|
1320
|
+
readonly closingBrace: "never";
|
|
1283
1321
|
};
|
|
1284
|
-
}
|
|
1285
|
-
"svelte/no-extra-reactive-curlies":
|
|
1286
|
-
"svelte/no-restricted-html-elements":
|
|
1287
|
-
"svelte/no-spaces-around-equal-signs-in-attribute":
|
|
1288
|
-
"svelte/prefer-class-directive":
|
|
1289
|
-
prefer:
|
|
1290
|
-
}
|
|
1291
|
-
"svelte/prefer-style-directive":
|
|
1292
|
-
"svelte/require-event-prefix":
|
|
1293
|
-
checkAsyncFunctions:
|
|
1294
|
-
}
|
|
1295
|
-
"svelte/shorthand-attribute":
|
|
1296
|
-
prefer:
|
|
1297
|
-
}
|
|
1298
|
-
"svelte/shorthand-directive":
|
|
1299
|
-
prefer:
|
|
1300
|
-
}
|
|
1301
|
-
"svelte/sort-attributes":
|
|
1302
|
-
"svelte/spaced-html-comment":
|
|
1303
|
-
"svelte/no-export-load-in-svelte-module-in-kit-pages":
|
|
1304
|
-
"svelte/no-navigation-without-base":
|
|
1305
|
-
ignoreGoto:
|
|
1306
|
-
ignoreLinks:
|
|
1307
|
-
ignorePushState:
|
|
1308
|
-
ignoreReplaceState:
|
|
1309
|
-
}
|
|
1310
|
-
"svelte/valid-prop-names-in-kit-pages":
|
|
1311
|
-
"svelte/comment-directive":
|
|
1312
|
-
reportUnusedDisableDirectives:
|
|
1313
|
-
}
|
|
1314
|
-
"svelte/system":
|
|
1322
|
+
}];
|
|
1323
|
+
readonly "svelte/no-extra-reactive-curlies": "error";
|
|
1324
|
+
readonly "svelte/no-restricted-html-elements": "off";
|
|
1325
|
+
readonly "svelte/no-spaces-around-equal-signs-in-attribute": "error";
|
|
1326
|
+
readonly "svelte/prefer-class-directive": readonly ["error", {
|
|
1327
|
+
readonly prefer: "empty";
|
|
1328
|
+
}];
|
|
1329
|
+
readonly "svelte/prefer-style-directive": "error";
|
|
1330
|
+
readonly "svelte/require-event-prefix": readonly ["error", {
|
|
1331
|
+
readonly checkAsyncFunctions: false;
|
|
1332
|
+
}];
|
|
1333
|
+
readonly "svelte/shorthand-attribute": readonly ["error", {
|
|
1334
|
+
readonly prefer: "always";
|
|
1335
|
+
}];
|
|
1336
|
+
readonly "svelte/shorthand-directive": readonly ["error", {
|
|
1337
|
+
readonly prefer: "always";
|
|
1338
|
+
}];
|
|
1339
|
+
readonly "svelte/sort-attributes": "off";
|
|
1340
|
+
readonly "svelte/spaced-html-comment": readonly ["error", "always"];
|
|
1341
|
+
readonly "svelte/no-export-load-in-svelte-module-in-kit-pages": "error";
|
|
1342
|
+
readonly "svelte/no-navigation-without-base": readonly ["error", {
|
|
1343
|
+
readonly ignoreGoto: false;
|
|
1344
|
+
readonly ignoreLinks: true;
|
|
1345
|
+
readonly ignorePushState: false;
|
|
1346
|
+
readonly ignoreReplaceState: false;
|
|
1347
|
+
}];
|
|
1348
|
+
readonly "svelte/valid-prop-names-in-kit-pages": "error";
|
|
1349
|
+
readonly "svelte/comment-directive": readonly ["error", {
|
|
1350
|
+
readonly reportUnusedDisableDirectives: true;
|
|
1351
|
+
}];
|
|
1352
|
+
readonly "svelte/system": "error";
|
|
1315
1353
|
};
|
|
1316
1354
|
} | {
|
|
1317
1355
|
id: string;
|
|
1318
1356
|
rules: {
|
|
1319
|
-
"svelte/no-inner-declarations":
|
|
1320
|
-
blockScopedFunctions:
|
|
1321
|
-
}
|
|
1322
|
-
"svelte/no-trailing-spaces":
|
|
1323
|
-
skipBlankLines:
|
|
1324
|
-
ignoreComments:
|
|
1325
|
-
}
|
|
1357
|
+
readonly "svelte/no-inner-declarations": readonly ["error", "both", {
|
|
1358
|
+
readonly blockScopedFunctions: "allow";
|
|
1359
|
+
}];
|
|
1360
|
+
readonly "svelte/no-trailing-spaces": readonly ["error", {
|
|
1361
|
+
readonly skipBlankLines: false;
|
|
1362
|
+
readonly ignoreComments: false;
|
|
1363
|
+
}];
|
|
1326
1364
|
};
|
|
1327
1365
|
})[];
|
|
1328
1366
|
html: {
|
|
1329
1367
|
id: string;
|
|
1330
1368
|
rules: {
|
|
1331
|
-
"@html-eslint/no-duplicate-attrs":
|
|
1332
|
-
"@html-eslint/no-duplicate-class":
|
|
1333
|
-
"@html-eslint/no-duplicate-id":
|
|
1334
|
-
"@html-eslint/no-extra-spacing-text":
|
|
1335
|
-
skip:
|
|
1336
|
-
}
|
|
1337
|
-
"@html-eslint/no-inline-styles":
|
|
1338
|
-
"@html-eslint/no-nested-interactive":
|
|
1339
|
-
"@html-eslint/no-obsolete-tags":
|
|
1340
|
-
"@html-eslint/no-restricted-attr-values":
|
|
1341
|
-
"@html-eslint/no-restricted-attrs":
|
|
1342
|
-
"@html-eslint/no-script-style-type":
|
|
1343
|
-
"@html-eslint/no-target-blank":
|
|
1344
|
-
"@html-eslint/prefer-https":
|
|
1345
|
-
"@html-eslint/require-attrs":
|
|
1346
|
-
"@html-eslint/require-button-type":
|
|
1347
|
-
"@html-eslint/require-closing-tags":
|
|
1348
|
-
selfClosing:
|
|
1349
|
-
selfClosingCustomPatterns:
|
|
1350
|
-
}
|
|
1351
|
-
"@html-eslint/require-doctype":
|
|
1352
|
-
"@html-eslint/require-explicit-size":
|
|
1353
|
-
"@html-eslint/require-li-container":
|
|
1354
|
-
"@html-eslint/require-meta-charset":
|
|
1355
|
-
"@html-eslint/use-baseline":
|
|
1356
|
-
available:
|
|
1357
|
-
}
|
|
1358
|
-
"@html-eslint/no-multiple-h1":
|
|
1359
|
-
"@html-eslint/require-lang":
|
|
1360
|
-
"@html-eslint/require-meta-description":
|
|
1361
|
-
"@html-eslint/require-open-graph-protocol":
|
|
1362
|
-
"@html-eslint/require-title":
|
|
1363
|
-
"@html-eslint/no-abstract-roles":
|
|
1364
|
-
"@html-eslint/no-accesskey-attrs":
|
|
1365
|
-
"@html-eslint/no-aria-hidden-body":
|
|
1366
|
-
"@html-eslint/no-heading-inside-button":
|
|
1367
|
-
"@html-eslint/no-invalid-role":
|
|
1368
|
-
"@html-eslint/no-non-scalable-viewport":
|
|
1369
|
-
"@html-eslint/no-positive-tabindex":
|
|
1370
|
-
"@html-eslint/no-skip-heading-levels":
|
|
1371
|
-
"@html-eslint/require-form-method":
|
|
1372
|
-
"@html-eslint/require-frame-title":
|
|
1373
|
-
"@html-eslint/require-img-alt":
|
|
1374
|
-
substitute:
|
|
1375
|
-
}
|
|
1376
|
-
"@html-eslint/require-input-label":
|
|
1377
|
-
"@html-eslint/require-meta-viewport":
|
|
1378
|
-
"@html-eslint/attrs-newline":
|
|
1379
|
-
ifAttrsMoreThan:
|
|
1380
|
-
closeStyle:
|
|
1381
|
-
}
|
|
1382
|
-
"@html-eslint/element-newline":
|
|
1383
|
-
skip:
|
|
1384
|
-
inline:
|
|
1385
|
-
}
|
|
1386
|
-
"@html-eslint/id-naming-convention":
|
|
1387
|
-
"@html-eslint/indent":
|
|
1388
|
-
"@html-eslint/lowercase":
|
|
1389
|
-
"@html-eslint/max-element-depth":
|
|
1390
|
-
"@html-eslint/no-extra-spacing-attrs":
|
|
1391
|
-
enforceBeforeSelfClose:
|
|
1392
|
-
disallowMissing:
|
|
1393
|
-
disallowTabs:
|
|
1394
|
-
disallowInAssignment:
|
|
1395
|
-
}
|
|
1396
|
-
"@html-eslint/no-multiple-empty-lines":
|
|
1397
|
-
max:
|
|
1398
|
-
}
|
|
1399
|
-
"@html-eslint/no-trailing-spaces":
|
|
1400
|
-
"@html-eslint/quotes":
|
|
1401
|
-
"@html-eslint/sort-attrs":
|
|
1369
|
+
readonly "@html-eslint/no-duplicate-attrs": "error";
|
|
1370
|
+
readonly "@html-eslint/no-duplicate-class": "error";
|
|
1371
|
+
readonly "@html-eslint/no-duplicate-id": "error";
|
|
1372
|
+
readonly "@html-eslint/no-extra-spacing-text": readonly ["error", {
|
|
1373
|
+
readonly skip: readonly [];
|
|
1374
|
+
}];
|
|
1375
|
+
readonly "@html-eslint/no-inline-styles": "off";
|
|
1376
|
+
readonly "@html-eslint/no-nested-interactive": "error";
|
|
1377
|
+
readonly "@html-eslint/no-obsolete-tags": "error";
|
|
1378
|
+
readonly "@html-eslint/no-restricted-attr-values": "off";
|
|
1379
|
+
readonly "@html-eslint/no-restricted-attrs": "off";
|
|
1380
|
+
readonly "@html-eslint/no-script-style-type": "off";
|
|
1381
|
+
readonly "@html-eslint/no-target-blank": "error";
|
|
1382
|
+
readonly "@html-eslint/prefer-https": "off";
|
|
1383
|
+
readonly "@html-eslint/require-attrs": "off";
|
|
1384
|
+
readonly "@html-eslint/require-button-type": "error";
|
|
1385
|
+
readonly "@html-eslint/require-closing-tags": readonly ["error", {
|
|
1386
|
+
readonly selfClosing: "never";
|
|
1387
|
+
readonly selfClosingCustomPatterns: readonly [""];
|
|
1388
|
+
}];
|
|
1389
|
+
readonly "@html-eslint/require-doctype": "error";
|
|
1390
|
+
readonly "@html-eslint/require-explicit-size": "off";
|
|
1391
|
+
readonly "@html-eslint/require-li-container": "error";
|
|
1392
|
+
readonly "@html-eslint/require-meta-charset": "error";
|
|
1393
|
+
readonly "@html-eslint/use-baseline": readonly ["error", {
|
|
1394
|
+
readonly available: "widely";
|
|
1395
|
+
}];
|
|
1396
|
+
readonly "@html-eslint/no-multiple-h1": "error";
|
|
1397
|
+
readonly "@html-eslint/require-lang": "error";
|
|
1398
|
+
readonly "@html-eslint/require-meta-description": "off";
|
|
1399
|
+
readonly "@html-eslint/require-open-graph-protocol": "off";
|
|
1400
|
+
readonly "@html-eslint/require-title": "off";
|
|
1401
|
+
readonly "@html-eslint/no-abstract-roles": "error";
|
|
1402
|
+
readonly "@html-eslint/no-accesskey-attrs": "error";
|
|
1403
|
+
readonly "@html-eslint/no-aria-hidden-body": "error";
|
|
1404
|
+
readonly "@html-eslint/no-heading-inside-button": "error";
|
|
1405
|
+
readonly "@html-eslint/no-invalid-role": "error";
|
|
1406
|
+
readonly "@html-eslint/no-non-scalable-viewport": "error";
|
|
1407
|
+
readonly "@html-eslint/no-positive-tabindex": "error";
|
|
1408
|
+
readonly "@html-eslint/no-skip-heading-levels": "error";
|
|
1409
|
+
readonly "@html-eslint/require-form-method": "error";
|
|
1410
|
+
readonly "@html-eslint/require-frame-title": "error";
|
|
1411
|
+
readonly "@html-eslint/require-img-alt": readonly ["error", {
|
|
1412
|
+
readonly substitute: readonly [];
|
|
1413
|
+
}];
|
|
1414
|
+
readonly "@html-eslint/require-input-label": "error";
|
|
1415
|
+
readonly "@html-eslint/require-meta-viewport": "error";
|
|
1416
|
+
readonly "@html-eslint/attrs-newline": readonly ["error", {
|
|
1417
|
+
readonly ifAttrsMoreThan: 0;
|
|
1418
|
+
readonly closeStyle: "newline";
|
|
1419
|
+
}];
|
|
1420
|
+
readonly "@html-eslint/element-newline": readonly ["error", {
|
|
1421
|
+
readonly skip: readonly ["head"];
|
|
1422
|
+
readonly inline: readonly ["$inline"];
|
|
1423
|
+
}];
|
|
1424
|
+
readonly "@html-eslint/id-naming-convention": "off";
|
|
1425
|
+
readonly "@html-eslint/indent": readonly ["error", 2];
|
|
1426
|
+
readonly "@html-eslint/lowercase": "error";
|
|
1427
|
+
readonly "@html-eslint/max-element-depth": "off";
|
|
1428
|
+
readonly "@html-eslint/no-extra-spacing-attrs": readonly ["error", {
|
|
1429
|
+
readonly enforceBeforeSelfClose: false;
|
|
1430
|
+
readonly disallowMissing: true;
|
|
1431
|
+
readonly disallowTabs: true;
|
|
1432
|
+
readonly disallowInAssignment: true;
|
|
1433
|
+
}];
|
|
1434
|
+
readonly "@html-eslint/no-multiple-empty-lines": readonly ["error", {
|
|
1435
|
+
readonly max: 1;
|
|
1436
|
+
}];
|
|
1437
|
+
readonly "@html-eslint/no-trailing-spaces": "error";
|
|
1438
|
+
readonly "@html-eslint/quotes": readonly ["error", "double"];
|
|
1439
|
+
readonly "@html-eslint/sort-attrs": "off";
|
|
1402
1440
|
};
|
|
1403
1441
|
}[];
|
|
1404
1442
|
css: {
|
|
1405
1443
|
id: string;
|
|
1406
1444
|
rules: {
|
|
1407
|
-
"css/no-duplicate-imports":
|
|
1408
|
-
"css/no-empty-blocks":
|
|
1409
|
-
"css/no-important":
|
|
1410
|
-
"css/no-invalid-at-rules":
|
|
1411
|
-
"css/no-invalid-properties":
|
|
1412
|
-
"css/prefer-logical-properties":
|
|
1413
|
-
allowProperties:
|
|
1414
|
-
allowUnits:
|
|
1415
|
-
}
|
|
1416
|
-
"css/use-baseline":
|
|
1417
|
-
available:
|
|
1418
|
-
}
|
|
1419
|
-
"css/use-layers":
|
|
1445
|
+
readonly "css/no-duplicate-imports": "error";
|
|
1446
|
+
readonly "css/no-empty-blocks": "error";
|
|
1447
|
+
readonly "css/no-important": "error";
|
|
1448
|
+
readonly "css/no-invalid-at-rules": "error";
|
|
1449
|
+
readonly "css/no-invalid-properties": "off";
|
|
1450
|
+
readonly "css/prefer-logical-properties": readonly ["error", {
|
|
1451
|
+
readonly allowProperties: readonly [];
|
|
1452
|
+
readonly allowUnits: readonly [];
|
|
1453
|
+
}];
|
|
1454
|
+
readonly "css/use-baseline": readonly ["error", {
|
|
1455
|
+
readonly available: "widely";
|
|
1456
|
+
}];
|
|
1457
|
+
readonly "css/use-layers": "off";
|
|
1420
1458
|
};
|
|
1421
1459
|
}[];
|
|
1422
1460
|
json: ({
|
|
1423
1461
|
id: string;
|
|
1424
1462
|
rules: {
|
|
1425
|
-
"jsonc/auto":
|
|
1426
|
-
"jsonc/key-name-casing":
|
|
1427
|
-
"jsonc/no-bigint-literals":
|
|
1428
|
-
"jsonc/no-binary-expression":
|
|
1429
|
-
"jsonc/no-binary-numeric-literals":
|
|
1430
|
-
"jsonc/no-comments":
|
|
1431
|
-
"jsonc/no-escape-sequence-in-identifier":
|
|
1432
|
-
"jsonc/no-hexadecimal-numeric-literals":
|
|
1433
|
-
"jsonc/no-infinity":
|
|
1434
|
-
"jsonc/no-nan":
|
|
1435
|
-
"jsonc/no-number-props":
|
|
1436
|
-
"jsonc/no-numeric-separators":
|
|
1437
|
-
"jsonc/no-octal-numeric-literals":
|
|
1438
|
-
"jsonc/no-parenthesized":
|
|
1439
|
-
"jsonc/no-plus-sign":
|
|
1440
|
-
"jsonc/no-regexp-literals":
|
|
1441
|
-
"jsonc/no-template-literals":
|
|
1442
|
-
"jsonc/no-undefined-value":
|
|
1443
|
-
"jsonc/no-unicode-codepoint-escapes":
|
|
1444
|
-
"jsonc/sort-array-values":
|
|
1445
|
-
"jsonc/sort-keys":
|
|
1446
|
-
"jsonc/valid-json-number":
|
|
1447
|
-
"jsonc/vue-custom-block/no-parsing-error":
|
|
1463
|
+
readonly "jsonc/auto": "off";
|
|
1464
|
+
readonly "jsonc/key-name-casing": "off";
|
|
1465
|
+
readonly "jsonc/no-bigint-literals": "error";
|
|
1466
|
+
readonly "jsonc/no-binary-expression": "error";
|
|
1467
|
+
readonly "jsonc/no-binary-numeric-literals": "error";
|
|
1468
|
+
readonly "jsonc/no-comments": "error";
|
|
1469
|
+
readonly "jsonc/no-escape-sequence-in-identifier": "error";
|
|
1470
|
+
readonly "jsonc/no-hexadecimal-numeric-literals": "error";
|
|
1471
|
+
readonly "jsonc/no-infinity": "error";
|
|
1472
|
+
readonly "jsonc/no-nan": "error";
|
|
1473
|
+
readonly "jsonc/no-number-props": "error";
|
|
1474
|
+
readonly "jsonc/no-numeric-separators": "error";
|
|
1475
|
+
readonly "jsonc/no-octal-numeric-literals": "error";
|
|
1476
|
+
readonly "jsonc/no-parenthesized": "error";
|
|
1477
|
+
readonly "jsonc/no-plus-sign": "error";
|
|
1478
|
+
readonly "jsonc/no-regexp-literals": "error";
|
|
1479
|
+
readonly "jsonc/no-template-literals": "error";
|
|
1480
|
+
readonly "jsonc/no-undefined-value": "error";
|
|
1481
|
+
readonly "jsonc/no-unicode-codepoint-escapes": "error";
|
|
1482
|
+
readonly "jsonc/sort-array-values": "off";
|
|
1483
|
+
readonly "jsonc/sort-keys": "off";
|
|
1484
|
+
readonly "jsonc/valid-json-number": "error";
|
|
1485
|
+
readonly "jsonc/vue-custom-block/no-parsing-error": "error";
|
|
1448
1486
|
};
|
|
1449
1487
|
} | {
|
|
1450
1488
|
id: string;
|
|
1451
1489
|
rules: {
|
|
1452
|
-
"jsonc/array-bracket-newline":
|
|
1453
|
-
"jsonc/array-bracket-spacing":
|
|
1454
|
-
singleValue:
|
|
1455
|
-
objectsInArrays:
|
|
1456
|
-
arraysInArrays:
|
|
1457
|
-
}
|
|
1458
|
-
"jsonc/array-element-newline":
|
|
1459
|
-
"jsonc/comma-dangle":
|
|
1460
|
-
"jsonc/comma-style":
|
|
1461
|
-
"jsonc/indent":
|
|
1462
|
-
"jsonc/key-spacing":
|
|
1463
|
-
beforeColon:
|
|
1464
|
-
afterColon:
|
|
1465
|
-
mode:
|
|
1466
|
-
}
|
|
1467
|
-
"jsonc/no-dupe-keys":
|
|
1468
|
-
"jsonc/no-floating-decimal":
|
|
1469
|
-
"jsonc/no-irregular-whitespace":
|
|
1470
|
-
skipStrings:
|
|
1471
|
-
skipComments:
|
|
1472
|
-
skipRegExps:
|
|
1473
|
-
skipTemplates:
|
|
1474
|
-
skipJSXText:
|
|
1475
|
-
}
|
|
1476
|
-
"jsonc/no-multi-str":
|
|
1477
|
-
"jsonc/no-octal-escape":
|
|
1478
|
-
"jsonc/no-octal":
|
|
1479
|
-
"jsonc/no-sparse-arrays":
|
|
1480
|
-
"jsonc/no-useless-escape":
|
|
1481
|
-
"jsonc/object-curly-newline":
|
|
1482
|
-
consistent:
|
|
1483
|
-
multiline:
|
|
1484
|
-
minProperties:
|
|
1485
|
-
}
|
|
1486
|
-
"jsonc/object-curly-spacing":
|
|
1487
|
-
arraysInObjects:
|
|
1488
|
-
objectsInObjects:
|
|
1489
|
-
}
|
|
1490
|
-
"jsonc/object-property-newline":
|
|
1491
|
-
allowAllPropertiesOnSameLine:
|
|
1492
|
-
}
|
|
1493
|
-
"jsonc/quote-props":
|
|
1494
|
-
"jsonc/quotes":
|
|
1495
|
-
avoidEscape:
|
|
1496
|
-
}
|
|
1497
|
-
"jsonc/space-unary-ops":
|
|
1490
|
+
readonly "jsonc/array-bracket-newline": "off";
|
|
1491
|
+
readonly "jsonc/array-bracket-spacing": readonly ["error", "never", {
|
|
1492
|
+
readonly singleValue: false;
|
|
1493
|
+
readonly objectsInArrays: false;
|
|
1494
|
+
readonly arraysInArrays: false;
|
|
1495
|
+
}];
|
|
1496
|
+
readonly "jsonc/array-element-newline": readonly ["error", "consistent"];
|
|
1497
|
+
readonly "jsonc/comma-dangle": readonly ["error", "never"];
|
|
1498
|
+
readonly "jsonc/comma-style": readonly ["error", "last"];
|
|
1499
|
+
readonly "jsonc/indent": readonly ["error", 2];
|
|
1500
|
+
readonly "jsonc/key-spacing": readonly ["error", {
|
|
1501
|
+
readonly beforeColon: false;
|
|
1502
|
+
readonly afterColon: true;
|
|
1503
|
+
readonly mode: "strict";
|
|
1504
|
+
}];
|
|
1505
|
+
readonly "jsonc/no-dupe-keys": "error";
|
|
1506
|
+
readonly "jsonc/no-floating-decimal": "error";
|
|
1507
|
+
readonly "jsonc/no-irregular-whitespace": readonly ["error", {
|
|
1508
|
+
readonly skipStrings: true;
|
|
1509
|
+
readonly skipComments: true;
|
|
1510
|
+
readonly skipRegExps: true;
|
|
1511
|
+
readonly skipTemplates: true;
|
|
1512
|
+
readonly skipJSXText: true;
|
|
1513
|
+
}];
|
|
1514
|
+
readonly "jsonc/no-multi-str": "error";
|
|
1515
|
+
readonly "jsonc/no-octal-escape": "error";
|
|
1516
|
+
readonly "jsonc/no-octal": "error";
|
|
1517
|
+
readonly "jsonc/no-sparse-arrays": "error";
|
|
1518
|
+
readonly "jsonc/no-useless-escape": "error";
|
|
1519
|
+
readonly "jsonc/object-curly-newline": readonly ["error", {
|
|
1520
|
+
readonly consistent: true;
|
|
1521
|
+
readonly multiline: true;
|
|
1522
|
+
readonly minProperties: 3;
|
|
1523
|
+
}];
|
|
1524
|
+
readonly "jsonc/object-curly-spacing": readonly ["error", "always", {
|
|
1525
|
+
readonly arraysInObjects: true;
|
|
1526
|
+
readonly objectsInObjects: true;
|
|
1527
|
+
}];
|
|
1528
|
+
readonly "jsonc/object-property-newline": readonly ["error", {
|
|
1529
|
+
readonly allowAllPropertiesOnSameLine: true;
|
|
1530
|
+
}];
|
|
1531
|
+
readonly "jsonc/quote-props": readonly ["error", "always"];
|
|
1532
|
+
readonly "jsonc/quotes": readonly ["error", "double", {
|
|
1533
|
+
readonly avoidEscape: false;
|
|
1534
|
+
}];
|
|
1535
|
+
readonly "jsonc/space-unary-ops": "error";
|
|
1498
1536
|
};
|
|
1499
1537
|
})[];
|
|
1500
1538
|
jsonc: {
|
|
1501
1539
|
id: string;
|
|
1502
1540
|
rules: {
|
|
1503
|
-
"jsonc/no-comments":
|
|
1504
|
-
"jsonc/comma-dangle":
|
|
1541
|
+
readonly "jsonc/no-comments": "off";
|
|
1542
|
+
readonly "jsonc/comma-dangle": readonly ["error", "always-multiline"];
|
|
1505
1543
|
};
|
|
1506
1544
|
}[];
|
|
1507
1545
|
yml: ({
|
|
1508
1546
|
id: string;
|
|
1509
1547
|
rules: {
|
|
1510
|
-
"yml/block-mapping-colon-indicator-newline":
|
|
1511
|
-
"yml/block-mapping-question-indicator-newline":
|
|
1512
|
-
"yml/block-mapping":
|
|
1513
|
-
singleline:
|
|
1514
|
-
multiline:
|
|
1515
|
-
}
|
|
1516
|
-
"yml/block-sequence-hyphen-indicator-newline":
|
|
1517
|
-
nestedHyphen:
|
|
1518
|
-
blockMapping:
|
|
1519
|
-
}
|
|
1520
|
-
"yml/block-sequence":
|
|
1521
|
-
singleline:
|
|
1522
|
-
multiline:
|
|
1523
|
-
}
|
|
1524
|
-
"yml/file-extension":
|
|
1525
|
-
"yml/indent":
|
|
1526
|
-
alignMultilineFlowScalars:
|
|
1527
|
-
indentBlockSequences:
|
|
1528
|
-
indicatorValueIndent:
|
|
1529
|
-
}
|
|
1530
|
-
"yml/key-name-casing":
|
|
1531
|
-
"yml/no-empty-document":
|
|
1532
|
-
"yml/no-empty-key":
|
|
1533
|
-
"yml/no-empty-mapping-value":
|
|
1534
|
-
"yml/no-empty-sequence-entry":
|
|
1535
|
-
"yml/no-tab-indent":
|
|
1536
|
-
"yml/no-trailing-zeros":
|
|
1537
|
-
"yml/plain-scalar":
|
|
1538
|
-
"yml/quotes":
|
|
1539
|
-
prefer:
|
|
1540
|
-
avoidEscape:
|
|
1541
|
-
}
|
|
1542
|
-
"yml/require-string-key":
|
|
1543
|
-
"yml/sort-keys":
|
|
1544
|
-
"yml/sort-sequence-values":
|
|
1545
|
-
"yml/vue-custom-block/no-parsing-error":
|
|
1548
|
+
readonly "yml/block-mapping-colon-indicator-newline": readonly ["error", "never"];
|
|
1549
|
+
readonly "yml/block-mapping-question-indicator-newline": readonly ["error", "never"];
|
|
1550
|
+
readonly "yml/block-mapping": readonly ["error", {
|
|
1551
|
+
readonly singleline: "never";
|
|
1552
|
+
readonly multiline: "always";
|
|
1553
|
+
}];
|
|
1554
|
+
readonly "yml/block-sequence-hyphen-indicator-newline": readonly ["error", "never", {
|
|
1555
|
+
readonly nestedHyphen: "always";
|
|
1556
|
+
readonly blockMapping: "never";
|
|
1557
|
+
}];
|
|
1558
|
+
readonly "yml/block-sequence": readonly ["error", {
|
|
1559
|
+
readonly singleline: "always";
|
|
1560
|
+
readonly multiline: "always";
|
|
1561
|
+
}];
|
|
1562
|
+
readonly "yml/file-extension": "off";
|
|
1563
|
+
readonly "yml/indent": readonly ["error", 2, {
|
|
1564
|
+
readonly alignMultilineFlowScalars: true;
|
|
1565
|
+
readonly indentBlockSequences: true;
|
|
1566
|
+
readonly indicatorValueIndent: 2;
|
|
1567
|
+
}];
|
|
1568
|
+
readonly "yml/key-name-casing": "off";
|
|
1569
|
+
readonly "yml/no-empty-document": "error";
|
|
1570
|
+
readonly "yml/no-empty-key": "error";
|
|
1571
|
+
readonly "yml/no-empty-mapping-value": "error";
|
|
1572
|
+
readonly "yml/no-empty-sequence-entry": "error";
|
|
1573
|
+
readonly "yml/no-tab-indent": "error";
|
|
1574
|
+
readonly "yml/no-trailing-zeros": "error";
|
|
1575
|
+
readonly "yml/plain-scalar": readonly ["error", "always"];
|
|
1576
|
+
readonly "yml/quotes": readonly ["error", {
|
|
1577
|
+
readonly prefer: "double";
|
|
1578
|
+
readonly avoidEscape: true;
|
|
1579
|
+
}];
|
|
1580
|
+
readonly "yml/require-string-key": "error";
|
|
1581
|
+
readonly "yml/sort-keys": "off";
|
|
1582
|
+
readonly "yml/sort-sequence-values": "off";
|
|
1583
|
+
readonly "yml/vue-custom-block/no-parsing-error": "error";
|
|
1546
1584
|
};
|
|
1547
1585
|
} | {
|
|
1548
1586
|
id: string;
|
|
1549
1587
|
rules: {
|
|
1550
|
-
"yml/flow-mapping-curly-newline":
|
|
1551
|
-
consistent:
|
|
1552
|
-
multiline:
|
|
1553
|
-
minProperties:
|
|
1554
|
-
}
|
|
1555
|
-
"yml/flow-mapping-curly-spacing":
|
|
1556
|
-
arraysInObjects:
|
|
1557
|
-
objectsInObjects:
|
|
1558
|
-
}
|
|
1559
|
-
"yml/flow-sequence-bracket-newline":
|
|
1560
|
-
multiline:
|
|
1561
|
-
minItems: null;
|
|
1562
|
-
}
|
|
1563
|
-
"yml/flow-sequence-bracket-spacing":
|
|
1564
|
-
singleValue:
|
|
1565
|
-
objectsInArrays:
|
|
1566
|
-
arraysInArrays:
|
|
1567
|
-
}
|
|
1568
|
-
"yml/key-spacing":
|
|
1569
|
-
beforeColon:
|
|
1570
|
-
afterColon:
|
|
1571
|
-
mode:
|
|
1572
|
-
}
|
|
1573
|
-
"yml/no-irregular-whitespace":
|
|
1574
|
-
skipQuotedScalars:
|
|
1575
|
-
skipComments:
|
|
1576
|
-
}
|
|
1577
|
-
"yml/no-multiple-empty-lines":
|
|
1578
|
-
max:
|
|
1579
|
-
maxEOF:
|
|
1580
|
-
maxBOF:
|
|
1581
|
-
}
|
|
1582
|
-
"yml/spaced-comment":
|
|
1588
|
+
readonly "yml/flow-mapping-curly-newline": readonly ["error", {
|
|
1589
|
+
readonly consistent: false;
|
|
1590
|
+
readonly multiline: true;
|
|
1591
|
+
readonly minProperties: 2;
|
|
1592
|
+
}];
|
|
1593
|
+
readonly "yml/flow-mapping-curly-spacing": readonly ["error", "always", {
|
|
1594
|
+
readonly arraysInObjects: true;
|
|
1595
|
+
readonly objectsInObjects: true;
|
|
1596
|
+
}];
|
|
1597
|
+
readonly "yml/flow-sequence-bracket-newline": readonly ["error", {
|
|
1598
|
+
readonly multiline: true;
|
|
1599
|
+
readonly minItems: null;
|
|
1600
|
+
}];
|
|
1601
|
+
readonly "yml/flow-sequence-bracket-spacing": readonly ["error", "never", {
|
|
1602
|
+
readonly singleValue: false;
|
|
1603
|
+
readonly objectsInArrays: false;
|
|
1604
|
+
readonly arraysInArrays: false;
|
|
1605
|
+
}];
|
|
1606
|
+
readonly "yml/key-spacing": readonly ["error", {
|
|
1607
|
+
readonly beforeColon: false;
|
|
1608
|
+
readonly afterColon: true;
|
|
1609
|
+
readonly mode: "strict";
|
|
1610
|
+
}];
|
|
1611
|
+
readonly "yml/no-irregular-whitespace": readonly ["error", {
|
|
1612
|
+
readonly skipQuotedScalars: true;
|
|
1613
|
+
readonly skipComments: false;
|
|
1614
|
+
}];
|
|
1615
|
+
readonly "yml/no-multiple-empty-lines": readonly ["error", {
|
|
1616
|
+
readonly max: 1;
|
|
1617
|
+
readonly maxEOF: 1;
|
|
1618
|
+
readonly maxBOF: 0;
|
|
1619
|
+
}];
|
|
1620
|
+
readonly "yml/spaced-comment": readonly ["error", "always"];
|
|
1583
1621
|
};
|
|
1584
1622
|
})[];
|
|
1585
1623
|
};
|