linted 16.12.2-rc.1 → 16.12.2-rc.2
Sign up to get free protection for your applications and to get access to all the features.
- package/.github/workflows/RELEASE.yml +35 -35
- package/.github/workflows/rc.yml +35 -35
- package/LICENSE +21 -21
- package/README.md +390 -390
- package/SECURITY.md +9 -9
- package/dist/imports/plugins.d.ts.map +1 -1
- package/dist/imports.d.ts.map +1 -1
- package/dist/rules/_html.d.ts +8 -0
- package/dist/rules/_html.d.ts.map +1 -0
- package/dist/rules/_html.js +4 -0
- package/dist/rules/_html.js.map +1 -0
- package/dist/rules/_js.d.ts +765 -0
- package/dist/rules/_js.d.ts.map +1 -0
- package/dist/rules/_js.js +4 -0
- package/dist/rules/_js.js.map +1 -0
- package/dist/rules/_json.d.ts +74 -0
- package/dist/rules/_json.d.ts.map +1 -0
- package/dist/rules/_json.js +4 -0
- package/dist/rules/_json.js.map +1 -0
- package/dist/rules/_jsonc.d.ts +77 -0
- package/dist/rules/_jsonc.d.ts.map +1 -0
- package/dist/rules/_jsonc.js +4 -0
- package/dist/rules/_jsonc.js.map +1 -0
- package/dist/rules/_md.d.ts +7 -0
- package/dist/rules/_md.d.ts.map +1 -0
- package/dist/rules/_md.js +3 -0
- package/dist/rules/_md.js.map +1 -0
- package/dist/rules/_mocha.d.ts +8 -0
- package/dist/rules/_mocha.d.ts.map +1 -0
- package/dist/rules/_mocha.js +4 -0
- package/dist/rules/_mocha.js.map +1 -0
- package/dist/rules/_svelte.d.ts +1269 -0
- package/dist/rules/_svelte.d.ts.map +1 -0
- package/dist/rules/_svelte.js +15 -0
- package/dist/rules/_svelte.js.map +1 -0
- package/dist/rules/_ts.d.ts +1133 -0
- package/dist/rules/_ts.d.ts.map +1 -0
- package/dist/rules/_ts.js +13 -0
- package/dist/rules/_ts.js.map +1 -0
- package/dist/rules/_yml.d.ts +73 -0
- package/dist/rules/_yml.d.ts.map +1 -0
- package/dist/rules/_yml.js +4 -0
- package/dist/rules/_yml.js.map +1 -0
- package/dist/rules/html/_enable.d.ts +8 -0
- package/dist/rules/html/_enable.d.ts.map +1 -0
- package/dist/rules/html/_enable.js +10 -0
- package/dist/rules/html/_enable.js.map +1 -0
- package/dist/rules/html/_recommended.d.ts +3 -0
- package/dist/rules/html/_recommended.d.ts.map +1 -0
- package/dist/rules/html/_recommended.js +5 -0
- package/dist/rules/html/_recommended.js.map +1 -0
- package/dist/rules/js/_enable.d.ts +348 -0
- package/dist/rules/js/_enable.d.ts.map +1 -0
- package/dist/rules/js/_enable.js +260 -0
- package/dist/rules/js/_enable.js.map +1 -0
- package/dist/rules/js/stylistic.d.ts +420 -0
- package/dist/rules/js/stylistic.d.ts.map +1 -0
- package/dist/rules/js/stylistic.js +270 -0
- package/dist/rules/js/stylistic.js.map +1 -0
- package/dist/rules/json/_enable.d.ts +27 -0
- package/dist/rules/json/_enable.d.ts.map +1 -0
- package/dist/rules/json/_enable.js +31 -0
- package/dist/rules/json/_enable.js.map +1 -0
- package/dist/rules/md/_enable.d.ts +7 -0
- package/dist/rules/md/_enable.d.ts.map +1 -0
- package/dist/rules/md/_enable.js +9 -0
- package/dist/rules/md/_enable.js.map +1 -0
- package/dist/rules/mocha/_enable.d.ts +3 -0
- package/dist/rules/mocha/_enable.d.ts.map +1 -0
- package/dist/rules/mocha/_enable.js +4 -0
- package/dist/rules/mocha/_enable.js.map +1 -0
- package/dist/rules/mocha/_recommended.d.ts +3 -0
- package/dist/rules/mocha/_recommended.d.ts.map +1 -0
- package/dist/rules/mocha/_recommended.js +5 -0
- package/dist/rules/mocha/_recommended.js.map +1 -0
- package/dist/rules/svelte/_enable.d.ts +126 -0
- package/dist/rules/svelte/_enable.d.ts.map +1 -0
- package/dist/rules/svelte/_enable.js +90 -0
- package/dist/rules/svelte/_enable.js.map +1 -0
- package/dist/rules/svelte/disable_x.d.ts +5 -0
- package/dist/rules/svelte/disable_x.d.ts.map +1 -0
- package/dist/rules/svelte/disable_x.js +4 -0
- package/dist/rules/svelte/disable_x.js.map +1 -0
- package/dist/rules/ts/_enable.d.ts +262 -0
- package/dist/rules/ts/_enable.d.ts.map +1 -0
- package/dist/rules/ts/_enable.js +359 -0
- package/dist/rules/ts/_enable.js.map +1 -0
- package/dist/rules/ts/disable_compiler.d.ts +18 -0
- package/dist/rules/ts/disable_compiler.d.ts.map +1 -0
- package/dist/rules/ts/disable_compiler.js +22 -0
- package/dist/rules/ts/disable_compiler.js.map +1 -0
- package/dist/rules/yml/_enable.d.ts +39 -0
- package/dist/rules/yml/_enable.d.ts.map +1 -0
- package/dist/rules/yml/_enable.js +28 -0
- package/dist/rules/yml/_enable.js.map +1 -0
- package/eslint.config.js +3 -3
- package/package.json +99 -99
- package/src/files/html.ts +1 -1
- package/src/files/js.ts +1 -1
- package/src/files/json.ts +1 -1
- package/src/files/jsonc.ts +4 -4
- package/src/files/md.ts +1 -1
- package/src/files/mocha.ts +1 -1
- package/src/files/svelte.ts +1 -1
- package/src/files/ts.ts +5 -5
- package/src/files/yml.ts +5 -5
- package/src/files.ts +22 -22
- package/src/imports/parsers.ts +15 -15
- package/src/imports/plugins.ts +19 -19
- package/src/imports.ts +8 -8
- package/src/index.ts +36 -36
- package/src/rules/_strings/id.ts +18 -18
- package/src/rules/_strings/level.ts +6 -6
- package/src/rules/_strings/state.ts +56 -56
- package/src/rules/_strings.ts +6 -6
- package/src/rules/html/enable.ts +16 -16
- package/src/rules/html/enable_recommended.ts +9 -9
- package/src/rules/html.ts +4 -4
- package/src/rules/js/enable.ts +524 -524
- package/src/rules/js/enable_stylistic.ts +608 -608
- package/src/rules/js.ts +4 -4
- package/src/rules/json/enable.ts +33 -33
- package/src/rules/json/enable_x.ts +89 -89
- package/src/rules/json.ts +4 -4
- package/src/rules/jsonc/override.ts +16 -16
- package/src/rules/jsonc.ts +4 -4
- package/src/rules/md/enable.ts +15 -15
- package/src/rules/md.ts +3 -3
- package/src/rules/mocha/enable.ts +3 -3
- package/src/rules/mocha/enable_recommended.ts +9 -9
- package/src/rules/mocha.ts +4 -4
- package/src/rules/svelte/disable.ts +9 -9
- package/src/rules/svelte/disable_js.ts +11 -11
- package/src/rules/svelte/disable_ts.ts +9 -9
- package/src/rules/svelte/enable.ts +228 -228
- package/src/rules/svelte/enable_x.ts +20 -20
- package/src/rules/svelte.ts +15 -15
- package/src/rules/ts/disable.ts +22 -22
- package/src/rules/ts/disable_x.ts +32 -32
- package/src/rules/ts/enable.ts +549 -549
- package/src/rules/ts/enable_x.ts +115 -115
- package/src/rules/ts.ts +13 -13
- package/src/rules/yml/enable.ts +64 -64
- package/src/rules/yml/enable_x.ts +68 -68
- package/src/rules/yml.ts +4 -4
- package/src/rules.ts +22 -22
- package/tsconfig.json +161 -161
- package/types/markdownlint/index.d.ts +3 -3
- package/types/markdownlint/parser.d.ts +9 -9
- package/types/mocha/index.d.ts +8 -8
@@ -0,0 +1,1269 @@
|
|
1
|
+
declare const _default: readonly [readonly ["stylistic", {
|
2
|
+
readonly "@stylistic/array-bracket-newline": readonly ["error", {
|
3
|
+
readonly multiline: true;
|
4
|
+
readonly minItems: null;
|
5
|
+
}];
|
6
|
+
readonly "@stylistic/array-bracket-spacing": readonly ["error", "never", {
|
7
|
+
readonly singleValue: false;
|
8
|
+
readonly objectsInArrays: false;
|
9
|
+
readonly arraysInArrays: false;
|
10
|
+
}];
|
11
|
+
readonly "@stylistic/array-element-newline": readonly ["error", {
|
12
|
+
readonly ArrayExpression: {
|
13
|
+
readonly consistent: true;
|
14
|
+
readonly multiline: true;
|
15
|
+
readonly minItems: 4;
|
16
|
+
};
|
17
|
+
readonly ArrayPattern: {
|
18
|
+
readonly consistent: true;
|
19
|
+
readonly multiline: true;
|
20
|
+
readonly minItems: 4;
|
21
|
+
};
|
22
|
+
}];
|
23
|
+
readonly "@stylistic/arrow-parens": readonly ["error", "as-needed", {
|
24
|
+
readonly requireForBlockBody: false;
|
25
|
+
}];
|
26
|
+
readonly "@stylistic/arrow-spacing": readonly ["error", {
|
27
|
+
readonly before: true;
|
28
|
+
readonly after: true;
|
29
|
+
}];
|
30
|
+
readonly "@stylistic/block-spacing": readonly ["error", "always"];
|
31
|
+
readonly "@stylistic/brace-style": readonly ["error", "stroustrup", {
|
32
|
+
readonly allowSingleLine: true;
|
33
|
+
}];
|
34
|
+
readonly "@stylistic/comma-dangle": readonly ["error", "always-multiline"];
|
35
|
+
readonly "@stylistic/comma-spacing": readonly ["error", {
|
36
|
+
readonly before: false;
|
37
|
+
readonly after: true;
|
38
|
+
}];
|
39
|
+
readonly "@stylistic/comma-style": readonly ["error", "last", {
|
40
|
+
readonly exceptions: {
|
41
|
+
readonly ArrayExpression: false;
|
42
|
+
readonly ArrayPattern: false;
|
43
|
+
readonly ArrowFunctionExpression: false;
|
44
|
+
readonly CallExpression: false;
|
45
|
+
readonly FunctionDeclaration: false;
|
46
|
+
readonly FunctionExpression: false;
|
47
|
+
readonly ImportDeclaration: false;
|
48
|
+
readonly ObjectExpression: false;
|
49
|
+
readonly ObjectPattern: false;
|
50
|
+
readonly VariableDeclaration: false;
|
51
|
+
readonly NewExpression: false;
|
52
|
+
};
|
53
|
+
}];
|
54
|
+
readonly "@stylistic/computed-property-spacing": readonly ["error", "never", {
|
55
|
+
readonly enforceForClassMembers: true;
|
56
|
+
}];
|
57
|
+
readonly "@stylistic/dot-location": readonly ["error", "property"];
|
58
|
+
readonly "@stylistic/eol-last": readonly ["error", "always"];
|
59
|
+
readonly "@stylistic/function-call-argument-newline": readonly ["error", "consistent"];
|
60
|
+
readonly "@stylistic/function-call-spacing": readonly ["error", "never"];
|
61
|
+
readonly "@stylistic/function-paren-newline": readonly ["error", "multiline-arguments"];
|
62
|
+
readonly "@stylistic/generator-star-spacing": readonly ["error", {
|
63
|
+
readonly before: true;
|
64
|
+
readonly after: false;
|
65
|
+
}];
|
66
|
+
readonly "@stylistic/implicit-arrow-linebreak": readonly ["error", "beside"];
|
67
|
+
readonly "@stylistic/indent": readonly ["error", 2, {
|
68
|
+
readonly ignoredNodes: readonly [];
|
69
|
+
readonly SwitchCase: 1;
|
70
|
+
readonly VariableDeclarator: {
|
71
|
+
readonly var: 0;
|
72
|
+
readonly let: 0;
|
73
|
+
readonly const: 0;
|
74
|
+
};
|
75
|
+
readonly outerIIFEBody: 0;
|
76
|
+
readonly MemberExpression: 1;
|
77
|
+
readonly FunctionDeclaration: {
|
78
|
+
readonly parameters: 1;
|
79
|
+
readonly body: 1;
|
80
|
+
};
|
81
|
+
readonly FunctionExpression: {
|
82
|
+
readonly parameters: 1;
|
83
|
+
readonly body: 1;
|
84
|
+
};
|
85
|
+
readonly StaticBlock: {
|
86
|
+
readonly body: 1;
|
87
|
+
};
|
88
|
+
readonly CallExpression: {
|
89
|
+
readonly arguments: 1;
|
90
|
+
};
|
91
|
+
readonly ArrayExpression: 1;
|
92
|
+
readonly ObjectExpression: 1;
|
93
|
+
readonly ImportDeclaration: 1;
|
94
|
+
readonly flatTernaryExpressions: false;
|
95
|
+
readonly offsetTernaryExpressions: true;
|
96
|
+
readonly ignoreComments: false;
|
97
|
+
}];
|
98
|
+
readonly "@stylistic/indent-binary-ops": readonly ["error", 2];
|
99
|
+
readonly "@stylistic/key-spacing": readonly ["error", {
|
100
|
+
readonly beforeColon: false;
|
101
|
+
readonly afterColon: true;
|
102
|
+
readonly mode: "strict";
|
103
|
+
}];
|
104
|
+
readonly "@stylistic/keyword-spacing": readonly ["error", {
|
105
|
+
readonly before: true;
|
106
|
+
readonly after: true;
|
107
|
+
readonly overrides: {};
|
108
|
+
}];
|
109
|
+
readonly "@stylistic/line-comment-position": "off";
|
110
|
+
readonly "@stylistic/lines-around-comment": readonly ["error", {
|
111
|
+
readonly beforeBlockComment: false;
|
112
|
+
readonly afterBlockComment: false;
|
113
|
+
readonly beforeLineComment: true;
|
114
|
+
readonly afterLineComment: false;
|
115
|
+
readonly allowBlockStart: true;
|
116
|
+
readonly allowBlockEnd: true;
|
117
|
+
readonly allowObjectStart: true;
|
118
|
+
readonly allowObjectEnd: true;
|
119
|
+
readonly allowArrayStart: true;
|
120
|
+
readonly allowArrayEnd: true;
|
121
|
+
readonly allowClassStart: true;
|
122
|
+
readonly allowClassEnd: true;
|
123
|
+
readonly applyDefaultIgnorePatterns: true;
|
124
|
+
readonly afterHashbangComment: false;
|
125
|
+
readonly allowEnumEnd: true;
|
126
|
+
readonly allowEnumStart: true;
|
127
|
+
readonly allowInterfaceEnd: true;
|
128
|
+
readonly allowInterfaceStart: true;
|
129
|
+
readonly allowModuleEnd: true;
|
130
|
+
readonly allowModuleStart: true;
|
131
|
+
readonly allowTypeEnd: true;
|
132
|
+
readonly allowTypeStart: true;
|
133
|
+
}];
|
134
|
+
readonly "@stylistic/lines-between-class-members": readonly ["error", {
|
135
|
+
readonly enforce: readonly [{
|
136
|
+
readonly blankLine: "never";
|
137
|
+
readonly prev: "field";
|
138
|
+
readonly next: "field";
|
139
|
+
}, {
|
140
|
+
readonly blankLine: "always";
|
141
|
+
readonly prev: "field";
|
142
|
+
readonly next: "method";
|
143
|
+
}, {
|
144
|
+
readonly blankLine: "always";
|
145
|
+
readonly prev: "method";
|
146
|
+
readonly next: "*";
|
147
|
+
}];
|
148
|
+
}, {
|
149
|
+
readonly exceptAfterSingleLine: false;
|
150
|
+
readonly exceptAfterOverload: true;
|
151
|
+
}];
|
152
|
+
readonly "@stylistic/max-len": readonly ["error", {
|
153
|
+
readonly code: 150;
|
154
|
+
readonly tabWidth: 2;
|
155
|
+
readonly ignoreComments: true;
|
156
|
+
readonly ignoreTrailingComments: true;
|
157
|
+
readonly ignoreUrls: true;
|
158
|
+
readonly ignoreStrings: true;
|
159
|
+
readonly ignoreTemplateLiterals: true;
|
160
|
+
readonly ignoreRegExpLiterals: true;
|
161
|
+
}];
|
162
|
+
readonly "@stylistic/max-statements-per-line": readonly ["error", {
|
163
|
+
readonly max: 1;
|
164
|
+
}];
|
165
|
+
readonly "@stylistic/member-delimiter-style": readonly ["error", {
|
166
|
+
readonly multiline: {
|
167
|
+
readonly delimiter: "semi";
|
168
|
+
readonly requireLast: true;
|
169
|
+
};
|
170
|
+
readonly singleline: {
|
171
|
+
readonly delimiter: "semi";
|
172
|
+
readonly requireLast: false;
|
173
|
+
};
|
174
|
+
readonly multilineDetection: "brackets";
|
175
|
+
}];
|
176
|
+
readonly "@stylistic/multiline-comment-style": "off";
|
177
|
+
readonly "@stylistic/multiline-ternary": readonly ["error", "always-multiline"];
|
178
|
+
readonly "@stylistic/new-parens": readonly ["off", "never"];
|
179
|
+
readonly "@stylistic/newline-per-chained-call": readonly ["error", {
|
180
|
+
readonly ignoreChainWithDepth: 2;
|
181
|
+
}];
|
182
|
+
readonly "@stylistic/no-confusing-arrow": "off";
|
183
|
+
readonly "@stylistic/no-extra-parens": readonly ["error", "all", {
|
184
|
+
readonly conditionalAssign: true;
|
185
|
+
readonly returnAssign: true;
|
186
|
+
readonly nestedBinaryExpressions: true;
|
187
|
+
readonly ternaryOperandBinaryExpressions: true;
|
188
|
+
readonly enforceForArrowConditionals: true;
|
189
|
+
readonly enforceForSequenceExpressions: true;
|
190
|
+
readonly enforceForNewInMemberExpressions: true;
|
191
|
+
readonly enforceForFunctionPrototypeMethods: true;
|
192
|
+
}];
|
193
|
+
readonly "@stylistic/no-extra-semi": "error";
|
194
|
+
readonly "@stylistic/no-floating-decimal": "error";
|
195
|
+
readonly "@stylistic/no-mixed-operators": "off";
|
196
|
+
readonly "@stylistic/no-mixed-spaces-and-tabs": "error";
|
197
|
+
readonly "@stylistic/no-multi-spaces": readonly ["error", {
|
198
|
+
readonly ignoreEOLComments: false;
|
199
|
+
readonly exceptions: {
|
200
|
+
readonly Property: false;
|
201
|
+
};
|
202
|
+
readonly includeTabs: true;
|
203
|
+
}];
|
204
|
+
readonly "@stylistic/no-multiple-empty-lines": readonly ["error", {
|
205
|
+
readonly max: 1;
|
206
|
+
readonly maxEOF: 1;
|
207
|
+
readonly maxBOF: 0;
|
208
|
+
}];
|
209
|
+
readonly "@stylistic/no-tabs": readonly ["error", {
|
210
|
+
readonly allowIndentationTabs: false;
|
211
|
+
}];
|
212
|
+
readonly "@stylistic/no-trailing-spaces": readonly ["error", {
|
213
|
+
readonly skipBlankLines: false;
|
214
|
+
readonly ignoreComments: false;
|
215
|
+
}];
|
216
|
+
readonly "@stylistic/no-whitespace-before-property": "error";
|
217
|
+
readonly "@stylistic/nonblock-statement-body-position": readonly ["error", "below", {
|
218
|
+
readonly overrides: {
|
219
|
+
readonly if: "below";
|
220
|
+
readonly else: "below";
|
221
|
+
readonly while: "below";
|
222
|
+
readonly do: "below";
|
223
|
+
readonly for: "below";
|
224
|
+
};
|
225
|
+
}];
|
226
|
+
readonly "@stylistic/object-curly-newline": readonly ["error", {
|
227
|
+
readonly ObjectExpression: {
|
228
|
+
readonly consistent: true;
|
229
|
+
readonly multiline: true;
|
230
|
+
readonly minProperties: 4;
|
231
|
+
};
|
232
|
+
readonly ObjectPattern: {
|
233
|
+
readonly consistent: true;
|
234
|
+
readonly multiline: true;
|
235
|
+
readonly minProperties: 4;
|
236
|
+
};
|
237
|
+
readonly ImportDeclaration: {
|
238
|
+
readonly consistent: true;
|
239
|
+
readonly multiline: true;
|
240
|
+
readonly minProperties: 4;
|
241
|
+
};
|
242
|
+
readonly ExportDeclaration: {
|
243
|
+
readonly consistent: true;
|
244
|
+
readonly multiline: true;
|
245
|
+
readonly minProperties: 4;
|
246
|
+
};
|
247
|
+
}];
|
248
|
+
readonly "@stylistic/object-curly-spacing": readonly ["error", "always", {
|
249
|
+
readonly arraysInObjects: true;
|
250
|
+
readonly objectsInObjects: true;
|
251
|
+
}];
|
252
|
+
readonly "@stylistic/object-property-newline": readonly ["error", {
|
253
|
+
readonly allowAllPropertiesOnSameLine: true;
|
254
|
+
}];
|
255
|
+
readonly "@stylistic/one-var-declaration-per-line": readonly ["error", "always"];
|
256
|
+
readonly "@stylistic/operator-linebreak": readonly ["error", "before", {
|
257
|
+
readonly overrides: {
|
258
|
+
readonly "=": "after";
|
259
|
+
};
|
260
|
+
}];
|
261
|
+
readonly "@stylistic/padded-blocks": readonly ["error", {
|
262
|
+
readonly blocks: "never";
|
263
|
+
readonly classes: "never";
|
264
|
+
readonly switches: "never";
|
265
|
+
}, {
|
266
|
+
readonly allowSingleLineBlocks: true;
|
267
|
+
}];
|
268
|
+
readonly "@stylistic/padding-line-between-statements": readonly ["error", {
|
269
|
+
readonly blankLine: "always";
|
270
|
+
readonly prev: "directive";
|
271
|
+
readonly next: "*";
|
272
|
+
}, {
|
273
|
+
readonly blankLine: "never";
|
274
|
+
readonly prev: "directive";
|
275
|
+
readonly next: "directive";
|
276
|
+
}, {
|
277
|
+
readonly blankLine: "always";
|
278
|
+
readonly prev: readonly ["import", "cjs-import"];
|
279
|
+
readonly next: "*";
|
280
|
+
}, {
|
281
|
+
readonly blankLine: "never";
|
282
|
+
readonly prev: readonly ["import", "cjs-import"];
|
283
|
+
readonly next: readonly ["import", "cjs-import"];
|
284
|
+
}, {
|
285
|
+
readonly blankLine: "always";
|
286
|
+
readonly prev: readonly ["class", "interface", "try", "for", "if", "do", "while", "switch", "block", "block-like", "iife", "empty", "debugger", "with"];
|
287
|
+
readonly next: "*";
|
288
|
+
}, {
|
289
|
+
readonly blankLine: "always";
|
290
|
+
readonly prev: "case";
|
291
|
+
readonly next: "*";
|
292
|
+
}, {
|
293
|
+
readonly blankLine: "always";
|
294
|
+
readonly prev: "case";
|
295
|
+
readonly next: readonly ["case", "default"];
|
296
|
+
}, {
|
297
|
+
readonly blankLine: "always";
|
298
|
+
readonly prev: "default";
|
299
|
+
readonly next: "*";
|
300
|
+
}, {
|
301
|
+
readonly blankLine: "always";
|
302
|
+
readonly prev: "type";
|
303
|
+
readonly next: "*";
|
304
|
+
}, {
|
305
|
+
readonly blankLine: "never";
|
306
|
+
readonly prev: "type";
|
307
|
+
readonly next: "type";
|
308
|
+
}, {
|
309
|
+
readonly blankLine: "always";
|
310
|
+
readonly prev: "function";
|
311
|
+
readonly next: "*";
|
312
|
+
}, {
|
313
|
+
readonly blankLine: "always";
|
314
|
+
readonly prev: "function-overload";
|
315
|
+
readonly next: "*";
|
316
|
+
}, {
|
317
|
+
readonly blankLine: "never";
|
318
|
+
readonly prev: "function-overload";
|
319
|
+
readonly next: "function-overload";
|
320
|
+
}, {
|
321
|
+
readonly blankLine: "never";
|
322
|
+
readonly prev: "function-overload";
|
323
|
+
readonly next: "function";
|
324
|
+
}, {
|
325
|
+
readonly blankLine: "always";
|
326
|
+
readonly prev: readonly ["const", "let", "var"];
|
327
|
+
readonly next: "*";
|
328
|
+
}, {
|
329
|
+
readonly blankLine: "never";
|
330
|
+
readonly prev: readonly ["const", "let", "var"];
|
331
|
+
readonly next: readonly ["const", "let", "var"];
|
332
|
+
}, {
|
333
|
+
readonly blankLine: "always";
|
334
|
+
readonly prev: "expression";
|
335
|
+
readonly next: "*";
|
336
|
+
}, {
|
337
|
+
readonly blankLine: "never";
|
338
|
+
readonly prev: "expression";
|
339
|
+
readonly next: "expression";
|
340
|
+
}, {
|
341
|
+
readonly blankLine: "always";
|
342
|
+
readonly prev: "*";
|
343
|
+
readonly next: readonly ["throw", "return", "break", "continue"];
|
344
|
+
}, {
|
345
|
+
readonly blankLine: "always";
|
346
|
+
readonly prev: "*";
|
347
|
+
readonly next: readonly ["export", "cjs-export"];
|
348
|
+
}, {
|
349
|
+
readonly blankLine: "never";
|
350
|
+
readonly prev: readonly ["export", "cjs-export"];
|
351
|
+
readonly next: readonly ["export", "cjs-export"];
|
352
|
+
}];
|
353
|
+
readonly "@stylistic/quote-props": readonly ["error", "as-needed", {
|
354
|
+
readonly keywords: true;
|
355
|
+
readonly unnecessary: true;
|
356
|
+
readonly numbers: false;
|
357
|
+
}];
|
358
|
+
readonly "@stylistic/quotes": readonly ["error", "double", {
|
359
|
+
readonly avoidEscape: true;
|
360
|
+
readonly allowTemplateLiterals: true;
|
361
|
+
}];
|
362
|
+
readonly "@stylistic/rest-spread-spacing": readonly ["error", "never"];
|
363
|
+
readonly "@stylistic/semi": readonly ["error", "always", {
|
364
|
+
readonly omitLastInOneLineBlock: false;
|
365
|
+
readonly omitLastInOneLineClassBody: false;
|
366
|
+
}];
|
367
|
+
readonly "@stylistic/semi-spacing": readonly ["error", {
|
368
|
+
readonly before: false;
|
369
|
+
readonly after: true;
|
370
|
+
}];
|
371
|
+
readonly "@stylistic/semi-style": readonly ["error", "last"];
|
372
|
+
readonly "@stylistic/space-before-blocks": readonly ["error", {
|
373
|
+
readonly functions: "always";
|
374
|
+
readonly keywords: "always";
|
375
|
+
readonly classes: "always";
|
376
|
+
}];
|
377
|
+
readonly "@stylistic/space-before-function-paren": readonly ["error", {
|
378
|
+
readonly anonymous: "always";
|
379
|
+
readonly named: "never";
|
380
|
+
readonly asyncArrow: "always";
|
381
|
+
}];
|
382
|
+
readonly "@stylistic/space-in-parens": readonly ["error", "never"];
|
383
|
+
readonly "@stylistic/space-infix-ops": readonly ["error", {
|
384
|
+
readonly int32Hint: true;
|
385
|
+
}];
|
386
|
+
readonly "@stylistic/space-unary-ops": readonly ["error", {
|
387
|
+
readonly words: true;
|
388
|
+
readonly nonwords: false;
|
389
|
+
readonly overrides: {};
|
390
|
+
}];
|
391
|
+
readonly "@stylistic/spaced-comment": readonly ["error", "always"];
|
392
|
+
readonly "@stylistic/switch-colon-spacing": readonly ["error", {
|
393
|
+
readonly after: true;
|
394
|
+
readonly before: false;
|
395
|
+
}];
|
396
|
+
readonly "@stylistic/template-curly-spacing": readonly ["error", "never"];
|
397
|
+
readonly "@stylistic/template-tag-spacing": readonly ["error", "never"];
|
398
|
+
readonly "@stylistic/type-annotation-spacing": readonly ["error", {
|
399
|
+
readonly before: true;
|
400
|
+
readonly after: true;
|
401
|
+
readonly overrides: {
|
402
|
+
readonly colon: {
|
403
|
+
readonly before: false;
|
404
|
+
readonly after: true;
|
405
|
+
};
|
406
|
+
};
|
407
|
+
}];
|
408
|
+
readonly "@stylistic/type-generic-spacing": "error";
|
409
|
+
readonly "@stylistic/type-named-tuple-spacing": "error";
|
410
|
+
readonly "@stylistic/wrap-iife": readonly ["error", "inside", {
|
411
|
+
readonly functionPrototypeMethods: true;
|
412
|
+
}];
|
413
|
+
readonly "@stylistic/wrap-regex": "error";
|
414
|
+
readonly "@stylistic/yield-star-spacing": readonly ["error", {
|
415
|
+
readonly before: false;
|
416
|
+
readonly after: true;
|
417
|
+
}];
|
418
|
+
}], readonly ["enable", {
|
419
|
+
readonly "array-callback-return": readonly ["error", {
|
420
|
+
readonly allowImplicit: false;
|
421
|
+
readonly checkForEach: true;
|
422
|
+
readonly allowVoid: true;
|
423
|
+
}];
|
424
|
+
readonly "constructor-super": "error";
|
425
|
+
readonly "for-direction": "error";
|
426
|
+
readonly "getter-return": readonly ["error", {
|
427
|
+
readonly allowImplicit: false;
|
428
|
+
}];
|
429
|
+
readonly "no-async-promise-executor": "error";
|
430
|
+
readonly "no-await-in-loop": "error";
|
431
|
+
readonly "no-class-assign": "error";
|
432
|
+
readonly "no-compare-neg-zero": "error";
|
433
|
+
readonly "no-cond-assign": readonly ["error", "always"];
|
434
|
+
readonly "no-const-assign": "error";
|
435
|
+
readonly "no-constant-binary-expression": "error";
|
436
|
+
readonly "no-constant-condition": readonly ["error", {
|
437
|
+
readonly checkLoops: true;
|
438
|
+
}];
|
439
|
+
readonly "no-constructor-return": "error";
|
440
|
+
readonly "no-control-regex": "error";
|
441
|
+
readonly "no-debugger": "error";
|
442
|
+
readonly "no-dupe-args": "error";
|
443
|
+
readonly "no-dupe-class-members": "error";
|
444
|
+
readonly "no-dupe-else-if": "error";
|
445
|
+
readonly "no-dupe-keys": "error";
|
446
|
+
readonly "no-duplicate-case": "error";
|
447
|
+
readonly "no-duplicate-imports": "off";
|
448
|
+
readonly "no-empty-character-class": "error";
|
449
|
+
readonly "no-empty-pattern": readonly ["error", {
|
450
|
+
readonly allowObjectPatternsAsParameters: false;
|
451
|
+
}];
|
452
|
+
readonly "no-ex-assign": "error";
|
453
|
+
readonly "no-fallthrough": readonly ["error", {
|
454
|
+
readonly allowEmptyCase: true;
|
455
|
+
readonly reportUnusedFallthroughComment: true;
|
456
|
+
}];
|
457
|
+
readonly "no-func-assign": "error";
|
458
|
+
readonly "no-import-assign": "error";
|
459
|
+
readonly "no-inner-declarations": readonly ["error", "both", {
|
460
|
+
readonly blockScopedFunctions: "allow";
|
461
|
+
}];
|
462
|
+
readonly "no-invalid-regexp": readonly ["error", {
|
463
|
+
readonly allowConstructorFlags: readonly [];
|
464
|
+
}];
|
465
|
+
readonly "no-irregular-whitespace": readonly ["error", {
|
466
|
+
readonly skipStrings: true;
|
467
|
+
readonly skipComments: true;
|
468
|
+
readonly skipRegExps: true;
|
469
|
+
readonly skipTemplates: true;
|
470
|
+
readonly skipJSXText: true;
|
471
|
+
}];
|
472
|
+
readonly "no-loss-of-precision": "error";
|
473
|
+
readonly "no-misleading-character-class": "error";
|
474
|
+
readonly "no-new-native-nonconstructor": "error";
|
475
|
+
readonly "no-obj-calls": "error";
|
476
|
+
readonly "no-promise-executor-return": readonly ["error", {
|
477
|
+
readonly allowVoid: true;
|
478
|
+
}];
|
479
|
+
readonly "no-prototype-builtins": "error";
|
480
|
+
readonly "no-self-assign": readonly ["error", {
|
481
|
+
readonly props: true;
|
482
|
+
}];
|
483
|
+
readonly "no-self-compare": "error";
|
484
|
+
readonly "no-setter-return": "error";
|
485
|
+
readonly "no-sparse-arrays": "error";
|
486
|
+
readonly "no-template-curly-in-string": "error";
|
487
|
+
readonly "no-this-before-super": "error";
|
488
|
+
readonly "no-undef": "error";
|
489
|
+
readonly "no-unexpected-multiline": "error";
|
490
|
+
readonly "no-unmodified-loop-condition": "error";
|
491
|
+
readonly "no-unreachable": "error";
|
492
|
+
readonly "no-unreachable-loop": readonly ["error", {
|
493
|
+
readonly ignore: readonly [];
|
494
|
+
}];
|
495
|
+
readonly "no-unsafe-finally": "error";
|
496
|
+
readonly "no-unsafe-negation": readonly ["error", {
|
497
|
+
readonly enforceForOrderingRelations: true;
|
498
|
+
}];
|
499
|
+
readonly "no-unsafe-optional-chaining": readonly ["error", {
|
500
|
+
readonly disallowArithmeticOperators: true;
|
501
|
+
}];
|
502
|
+
readonly "no-unused-private-class-members": "error";
|
503
|
+
readonly "no-unused-vars": readonly ["error", {
|
504
|
+
readonly vars: "all";
|
505
|
+
readonly args: "all";
|
506
|
+
readonly caughtErrors: "all";
|
507
|
+
readonly ignoreRestSiblings: false;
|
508
|
+
readonly ignoreClassWithStaticInitBlock: false;
|
509
|
+
readonly reportUsedIgnorePattern: true;
|
510
|
+
}];
|
511
|
+
readonly "no-use-before-define": readonly ["error", {
|
512
|
+
readonly functions: true;
|
513
|
+
readonly classes: true;
|
514
|
+
readonly variables: true;
|
515
|
+
readonly allowNamedExports: false;
|
516
|
+
}];
|
517
|
+
readonly "no-useless-assignment": "error";
|
518
|
+
readonly "no-useless-backreference": "error";
|
519
|
+
readonly "require-atomic-updates": readonly ["error", {
|
520
|
+
readonly allowProperties: false;
|
521
|
+
}];
|
522
|
+
readonly "use-isnan": readonly ["error", {
|
523
|
+
readonly enforceForSwitchCase: true;
|
524
|
+
readonly enforceForIndexOf: true;
|
525
|
+
}];
|
526
|
+
readonly "valid-typeof": readonly ["error", {
|
527
|
+
readonly requireStringLiterals: true;
|
528
|
+
}];
|
529
|
+
readonly "accessor-pairs": readonly ["error", {
|
530
|
+
readonly setWithoutGet: true;
|
531
|
+
readonly getWithoutSet: false;
|
532
|
+
readonly enforceForClassMembers: true;
|
533
|
+
}];
|
534
|
+
readonly "arrow-body-style": readonly ["error", "as-needed", {
|
535
|
+
readonly requireReturnForObjectLiteral: true;
|
536
|
+
}];
|
537
|
+
readonly "block-scoped-var": "error";
|
538
|
+
readonly camelcase: "off";
|
539
|
+
readonly "capitalized-comments": "off";
|
540
|
+
readonly "class-methods-use-this": "off";
|
541
|
+
readonly complexity: "off";
|
542
|
+
readonly "consistent-return": readonly ["error", {
|
543
|
+
readonly treatUndefinedAsUnspecified: false;
|
544
|
+
}];
|
545
|
+
readonly "consistent-this": "error";
|
546
|
+
readonly curly: readonly ["error", "multi"];
|
547
|
+
readonly "default-case": "off";
|
548
|
+
readonly "default-case-last": "error";
|
549
|
+
readonly "default-param-last": "error";
|
550
|
+
readonly "dot-notation": readonly ["error", {
|
551
|
+
readonly allowKeywords: true;
|
552
|
+
}];
|
553
|
+
readonly eqeqeq: readonly ["error", "always"];
|
554
|
+
readonly "func-name-matching": "off";
|
555
|
+
readonly "func-names": "off";
|
556
|
+
readonly "func-style": "off";
|
557
|
+
readonly "grouped-accessor-pairs": "off";
|
558
|
+
readonly "guard-for-in": "off";
|
559
|
+
readonly "id-denylist": "off";
|
560
|
+
readonly "id-length": "off";
|
561
|
+
readonly "id-match": "off";
|
562
|
+
readonly "init-declarations": readonly ["error", "always"];
|
563
|
+
readonly "logical-assignment-operators": readonly ["error", "always", {
|
564
|
+
readonly enforceForIfStatements: true;
|
565
|
+
}];
|
566
|
+
readonly "max-classes-per-file": "off";
|
567
|
+
readonly "max-depth": "off";
|
568
|
+
readonly "max-lines": "off";
|
569
|
+
readonly "max-lines-per-function": "off";
|
570
|
+
readonly "max-nested-callbacks": "off";
|
571
|
+
readonly "max-params": "off";
|
572
|
+
readonly "max-statements": "off";
|
573
|
+
readonly "multiline-comment-style": "off";
|
574
|
+
readonly "new-cap": "off";
|
575
|
+
readonly "no-alert": "error";
|
576
|
+
readonly "no-array-constructor": "error";
|
577
|
+
readonly "no-bitwise": readonly ["error", {
|
578
|
+
readonly allow: readonly [];
|
579
|
+
readonly int32Hint: true;
|
580
|
+
}];
|
581
|
+
readonly "no-caller": "error";
|
582
|
+
readonly "no-case-declarations": "error";
|
583
|
+
readonly "no-console": "off";
|
584
|
+
readonly "no-continue": "error";
|
585
|
+
readonly "no-delete-var": "error";
|
586
|
+
readonly "no-div-regex": "error";
|
587
|
+
readonly "no-else-return": "off";
|
588
|
+
readonly "no-empty": readonly ["error", {
|
589
|
+
readonly allowEmptyCatch: false;
|
590
|
+
}];
|
591
|
+
readonly "no-empty-function": readonly ["error", {
|
592
|
+
readonly allow: readonly ["constructors"];
|
593
|
+
}];
|
594
|
+
readonly "no-empty-static-block": "error";
|
595
|
+
readonly "no-eq-null": "error";
|
596
|
+
readonly "no-eval": readonly ["error", {
|
597
|
+
readonly allowIndirect: false;
|
598
|
+
}];
|
599
|
+
readonly "no-extend-native": readonly ["error", {
|
600
|
+
readonly exceptions: readonly [];
|
601
|
+
}];
|
602
|
+
readonly "no-extra-bind": "error";
|
603
|
+
readonly "no-extra-boolean-cast": readonly ["error", {
|
604
|
+
readonly enforceForLogicalOperands: true;
|
605
|
+
}];
|
606
|
+
readonly "no-extra-label": "error";
|
607
|
+
readonly "no-global-assign": readonly ["error", {
|
608
|
+
readonly exceptions: readonly [];
|
609
|
+
}];
|
610
|
+
readonly "no-implicit-coercion": readonly ["error", {
|
611
|
+
readonly boolean: true;
|
612
|
+
readonly number: true;
|
613
|
+
readonly string: true;
|
614
|
+
readonly disallowTemplateShorthand: true;
|
615
|
+
readonly allow: readonly [];
|
616
|
+
}];
|
617
|
+
readonly "no-implicit-globals": "off";
|
618
|
+
readonly "no-implied-eval": "error";
|
619
|
+
readonly "no-inline-comments": "off";
|
620
|
+
readonly "no-invalid-this": readonly ["error", {
|
621
|
+
readonly capIsConstructor: false;
|
622
|
+
}];
|
623
|
+
readonly "no-iterator": "error";
|
624
|
+
readonly "no-label-var": "error";
|
625
|
+
readonly "no-lone-blocks": "error";
|
626
|
+
readonly "no-lonely-if": "off";
|
627
|
+
readonly "no-loop-func": "error";
|
628
|
+
readonly "no-magic-numbers": "off";
|
629
|
+
readonly "no-multi-assign": readonly ["error", {
|
630
|
+
readonly ignoreNonDeclaration: false;
|
631
|
+
}];
|
632
|
+
readonly "no-multi-str": "error";
|
633
|
+
readonly "no-negated-condition": "off";
|
634
|
+
readonly "no-nested-ternary": "off";
|
635
|
+
readonly "no-new": "error";
|
636
|
+
readonly "no-new-func": "error";
|
637
|
+
readonly "no-new-wrappers": "error";
|
638
|
+
readonly "no-nonoctal-decimal-escape": "error";
|
639
|
+
readonly "no-object-constructor": "error";
|
640
|
+
readonly "no-octal": "error";
|
641
|
+
readonly "no-octal-escape": "error";
|
642
|
+
readonly "no-param-reassign": readonly ["error", {
|
643
|
+
readonly props: true;
|
644
|
+
readonly ignorePropertyModificationsFor: readonly [];
|
645
|
+
readonly ignorePropertyModificationsForRegex: readonly [];
|
646
|
+
}];
|
647
|
+
readonly "no-plusplus": readonly ["error", {
|
648
|
+
readonly allowForLoopAfterthoughts: true;
|
649
|
+
}];
|
650
|
+
readonly "no-proto": "error";
|
651
|
+
readonly "no-redeclare": readonly ["error", {
|
652
|
+
readonly builtinGlobals: true;
|
653
|
+
}];
|
654
|
+
readonly "no-regex-spaces": "off";
|
655
|
+
readonly "no-restricted-exports": "off";
|
656
|
+
readonly "no-restricted-globals": "off";
|
657
|
+
readonly "no-restricted-imports": "off";
|
658
|
+
readonly "no-restricted-properties": "off";
|
659
|
+
readonly "no-restricted-syntax": "off";
|
660
|
+
readonly "no-return-assign": readonly ["error", "always"];
|
661
|
+
readonly "no-script-url": "error";
|
662
|
+
readonly "no-sequences": readonly ["error", {
|
663
|
+
readonly allowInParentheses: true;
|
664
|
+
}];
|
665
|
+
readonly "no-shadow": "off";
|
666
|
+
readonly "no-shadow-restricted-names": "error";
|
667
|
+
readonly "no-ternary": "off";
|
668
|
+
readonly "no-throw-literal": "error";
|
669
|
+
readonly "no-undef-init": "error";
|
670
|
+
readonly "no-undefined": "off";
|
671
|
+
readonly "no-underscore-dangle": "off";
|
672
|
+
readonly "no-unneeded-ternary": readonly ["error", {
|
673
|
+
readonly defaultAssignment: false;
|
674
|
+
}];
|
675
|
+
readonly "no-unused-expressions": readonly ["error", {
|
676
|
+
readonly allowShortCircuit: true;
|
677
|
+
readonly allowTernary: true;
|
678
|
+
readonly allowTaggedTemplates: true;
|
679
|
+
readonly enforceForJSX: false;
|
680
|
+
}];
|
681
|
+
readonly "no-unused-labels": "error";
|
682
|
+
readonly "no-useless-call": "error";
|
683
|
+
readonly "no-useless-catch": "error";
|
684
|
+
readonly "no-useless-computed-key": readonly ["error", {
|
685
|
+
readonly enforceForClassMembers: true;
|
686
|
+
}];
|
687
|
+
readonly "no-useless-concat": "error";
|
688
|
+
readonly "no-useless-constructor": "error";
|
689
|
+
readonly "no-useless-escape": "error";
|
690
|
+
readonly "no-useless-rename": readonly ["error", {
|
691
|
+
readonly ignoreImport: false;
|
692
|
+
readonly ignoreExport: false;
|
693
|
+
readonly ignoreDestructuring: false;
|
694
|
+
}];
|
695
|
+
readonly "no-useless-return": "error";
|
696
|
+
readonly "no-var": "error";
|
697
|
+
readonly "no-void": readonly ["error", {
|
698
|
+
readonly allowAsStatement: true;
|
699
|
+
}];
|
700
|
+
readonly "no-warning-comments": "off";
|
701
|
+
readonly "no-with": "error";
|
702
|
+
readonly "object-shorthand": readonly ["error", "always", {
|
703
|
+
readonly avoidQuotes: true;
|
704
|
+
readonly ignoreConstructors: false;
|
705
|
+
readonly avoidExplicitReturnArrows: false;
|
706
|
+
}];
|
707
|
+
readonly "one-var": readonly ["error", {
|
708
|
+
readonly var: "consecutive";
|
709
|
+
readonly let: "consecutive";
|
710
|
+
readonly const: "consecutive";
|
711
|
+
readonly separateRequires: true;
|
712
|
+
}];
|
713
|
+
readonly "operator-assignment": readonly ["error", "always"];
|
714
|
+
readonly "prefer-arrow-callback": readonly ["error", {
|
715
|
+
readonly allowNamedFunctions: false;
|
716
|
+
readonly allowUnboundThis: true;
|
717
|
+
}];
|
718
|
+
readonly "prefer-const": readonly ["error", {
|
719
|
+
readonly destructuring: "all";
|
720
|
+
readonly ignoreReadBeforeAssign: false;
|
721
|
+
}];
|
722
|
+
readonly "prefer-destructuring": readonly ["error", {
|
723
|
+
readonly VariableDeclarator: {
|
724
|
+
readonly array: true;
|
725
|
+
readonly object: true;
|
726
|
+
};
|
727
|
+
readonly AssignmentExpression: {
|
728
|
+
readonly array: false;
|
729
|
+
readonly object: false;
|
730
|
+
};
|
731
|
+
}, {
|
732
|
+
readonly enforceForRenamedProperties: true;
|
733
|
+
}];
|
734
|
+
readonly "prefer-exponentiation-operator": "error";
|
735
|
+
readonly "prefer-named-capture-group": "off";
|
736
|
+
readonly "prefer-numeric-literals": "error";
|
737
|
+
readonly "prefer-object-has-own": "error";
|
738
|
+
readonly "prefer-object-spread": "error";
|
739
|
+
readonly "prefer-promise-reject-errors": readonly ["error", {
|
740
|
+
readonly allowEmptyReject: false;
|
741
|
+
}];
|
742
|
+
readonly "prefer-regex-literals": readonly ["error", {
|
743
|
+
readonly disallowRedundantWrapping: true;
|
744
|
+
}];
|
745
|
+
readonly "prefer-rest-params": "error";
|
746
|
+
readonly "prefer-spread": "error";
|
747
|
+
readonly "prefer-template": "error";
|
748
|
+
readonly radix: readonly ["error", "as-needed"];
|
749
|
+
readonly "require-await": "error";
|
750
|
+
readonly "require-unicode-regexp": "error";
|
751
|
+
readonly "require-yield": "error";
|
752
|
+
readonly "sort-imports": "off";
|
753
|
+
readonly "sort-keys": "off";
|
754
|
+
readonly "sort-vars": "off";
|
755
|
+
readonly strict: "off";
|
756
|
+
readonly "symbol-description": "off";
|
757
|
+
readonly "vars-on-top": "error";
|
758
|
+
readonly yoda: readonly ["error", "never", {
|
759
|
+
readonly exceptRange: false;
|
760
|
+
readonly onlyEquality: false;
|
761
|
+
}];
|
762
|
+
readonly "unicode-bom": "off";
|
763
|
+
}], readonly ["disable-compiler", {
|
764
|
+
readonly "constructor-super": "off";
|
765
|
+
readonly "no-const-assign": "off";
|
766
|
+
readonly "no-dupe-args": "off";
|
767
|
+
readonly "no-dupe-class-members": "off";
|
768
|
+
readonly "no-dupe-keys": "off";
|
769
|
+
readonly "no-func-assign": "off";
|
770
|
+
readonly "no-obj-calls": "off";
|
771
|
+
readonly "no-setter-return": "off";
|
772
|
+
readonly "no-this-before-super": "off";
|
773
|
+
readonly "no-undef": "off";
|
774
|
+
readonly "no-unreachable": "off";
|
775
|
+
readonly "no-unsafe-negation": "off";
|
776
|
+
readonly "consistent-return": "off";
|
777
|
+
readonly "no-redeclare": "off";
|
778
|
+
}], readonly ["disable-extend", {
|
779
|
+
readonly "class-methods-use-this": "off";
|
780
|
+
readonly "consistent-return": "off";
|
781
|
+
readonly "default-param-last": "off";
|
782
|
+
readonly "dot-notation": "off";
|
783
|
+
readonly "init-declarations": "off";
|
784
|
+
readonly "max-params": "off";
|
785
|
+
readonly "no-array-constructor": "off";
|
786
|
+
readonly "no-dupe-class-members": "off";
|
787
|
+
readonly "no-empty-function": "off";
|
788
|
+
readonly "no-implied-eval": "off";
|
789
|
+
readonly "no-invalid-this": "off";
|
790
|
+
readonly "no-loop-func": "off";
|
791
|
+
readonly "no-magic-numbers": "off";
|
792
|
+
readonly "no-redeclare": "off";
|
793
|
+
readonly "no-restricted-imports": "off";
|
794
|
+
readonly "no-shadow": "off";
|
795
|
+
readonly "no-throw-literal": "off";
|
796
|
+
readonly "no-unused-expressions": "off";
|
797
|
+
readonly "no-unused-vars": "off";
|
798
|
+
readonly "no-use-before-define": "off";
|
799
|
+
readonly "no-useless-constructor": "off";
|
800
|
+
readonly "prefer-destructuring": "off";
|
801
|
+
readonly "prefer-promise-reject-errors": "off";
|
802
|
+
readonly "require-await": "off";
|
803
|
+
}], readonly ["enable-extend", {
|
804
|
+
readonly "@typescript-eslint/class-methods-use-this": "off";
|
805
|
+
readonly "@typescript-eslint/consistent-return": "off";
|
806
|
+
readonly "@typescript-eslint/default-param-last": "error";
|
807
|
+
readonly "@typescript-eslint/dot-notation": readonly ["error", {
|
808
|
+
readonly allowKeywords: true;
|
809
|
+
readonly allowPrivateClassPropertyAccess: true;
|
810
|
+
readonly allowProtectedClassPropertyAccess: true;
|
811
|
+
readonly allowIndexSignaturePropertyAccess: true;
|
812
|
+
}];
|
813
|
+
readonly "@typescript-eslint/init-declarations": readonly ["error", "always"];
|
814
|
+
readonly "@typescript-eslint/max-params": "off";
|
815
|
+
readonly "@typescript-eslint/no-array-constructor": "error";
|
816
|
+
readonly "@typescript-eslint/no-dupe-class-members": "off";
|
817
|
+
readonly "@typescript-eslint/no-empty-function": readonly ["error", {
|
818
|
+
readonly allow: readonly ["constructors", "private-constructors", "protected-constructors", "decoratedFunctions"];
|
819
|
+
}];
|
820
|
+
readonly "@typescript-eslint/no-implied-eval": "error";
|
821
|
+
readonly "@typescript-eslint/no-invalid-this": "off";
|
822
|
+
readonly "@typescript-eslint/no-loop-func": "error";
|
823
|
+
readonly "@typescript-eslint/no-magic-numbers": "off";
|
824
|
+
readonly "@typescript-eslint/no-redeclare": "off";
|
825
|
+
readonly "@typescript-eslint/no-restricted-imports": "off";
|
826
|
+
readonly "@typescript-eslint/no-shadow": "off";
|
827
|
+
readonly "@typescript-eslint/no-unused-expressions": readonly ["error", {
|
828
|
+
readonly allowShortCircuit: true;
|
829
|
+
readonly allowTernary: true;
|
830
|
+
readonly allowTaggedTemplates: true;
|
831
|
+
readonly enforceForJSX: false;
|
832
|
+
}];
|
833
|
+
readonly "@typescript-eslint/no-unused-vars": readonly ["error", {
|
834
|
+
readonly vars: "all";
|
835
|
+
readonly args: "all";
|
836
|
+
readonly caughtErrors: "all";
|
837
|
+
readonly ignoreRestSiblings: false;
|
838
|
+
readonly ignoreClassWithStaticInitBlock: false;
|
839
|
+
readonly reportUsedIgnorePattern: true;
|
840
|
+
}];
|
841
|
+
readonly "@typescript-eslint/no-use-before-define": readonly ["error", {
|
842
|
+
readonly functions: true;
|
843
|
+
readonly classes: true;
|
844
|
+
readonly variables: true;
|
845
|
+
readonly allowNamedExports: false;
|
846
|
+
readonly enums: true;
|
847
|
+
readonly typedefs: false;
|
848
|
+
readonly ignoreTypeReferences: true;
|
849
|
+
}];
|
850
|
+
readonly "@typescript-eslint/no-useless-constructor": "error";
|
851
|
+
readonly "@typescript-eslint/only-throw-error": readonly ["error", {
|
852
|
+
readonly allowThrowingAny: false;
|
853
|
+
readonly allowThrowingUnknown: false;
|
854
|
+
}];
|
855
|
+
readonly "@typescript-eslint/prefer-destructuring": readonly ["error", {
|
856
|
+
readonly VariableDeclarator: {
|
857
|
+
readonly array: true;
|
858
|
+
readonly object: true;
|
859
|
+
};
|
860
|
+
readonly AssignmentExpression: {
|
861
|
+
readonly array: false;
|
862
|
+
readonly object: false;
|
863
|
+
};
|
864
|
+
}, {
|
865
|
+
readonly enforceForRenamedProperties: false;
|
866
|
+
readonly enforceForDeclarationWithTypeAnnotation: false;
|
867
|
+
}];
|
868
|
+
readonly "@typescript-eslint/prefer-promise-reject-errors": readonly ["error", {
|
869
|
+
readonly allowEmptyReject: false;
|
870
|
+
}];
|
871
|
+
readonly "@typescript-eslint/require-await": "error";
|
872
|
+
}], readonly ["enable", {
|
873
|
+
readonly "@typescript-eslint/adjacent-overload-signatures": "off";
|
874
|
+
readonly "@typescript-eslint/array-type": readonly ["error", {
|
875
|
+
readonly default: "array";
|
876
|
+
readonly readonly: "array";
|
877
|
+
}];
|
878
|
+
readonly "@typescript-eslint/await-thenable": "error";
|
879
|
+
readonly "@typescript-eslint/ban-ts-comment": readonly ["error", {
|
880
|
+
readonly "ts-check": false;
|
881
|
+
readonly "ts-expect-error": {
|
882
|
+
readonly descriptionFormat: "^: BUG: .+$";
|
883
|
+
};
|
884
|
+
readonly "ts-ignore": true;
|
885
|
+
readonly "ts-nocheck": true;
|
886
|
+
readonly minimumDescriptionLength: 32;
|
887
|
+
}];
|
888
|
+
readonly "@typescript-eslint/ban-tslint-comment": "error";
|
889
|
+
readonly "@typescript-eslint/class-literal-property-style": readonly ["error", "fields"];
|
890
|
+
readonly "@typescript-eslint/consistent-generic-constructors": readonly ["error", "constructor"];
|
891
|
+
readonly "@typescript-eslint/consistent-indexed-object-style": readonly ["error", "record"];
|
892
|
+
readonly "@typescript-eslint/consistent-type-assertions": readonly ["error", {
|
893
|
+
readonly assertionStyle: "as";
|
894
|
+
readonly objectLiteralTypeAssertions: "never";
|
895
|
+
}];
|
896
|
+
readonly "@typescript-eslint/consistent-type-definitions": "off";
|
897
|
+
readonly "@typescript-eslint/consistent-type-exports": readonly ["error", {
|
898
|
+
readonly fixMixedExportsWithInlineTypeSpecifier: false;
|
899
|
+
}];
|
900
|
+
readonly "@typescript-eslint/consistent-type-imports": readonly ["error", {
|
901
|
+
readonly disallowTypeAnnotations: true;
|
902
|
+
readonly fixStyle: "separate-type-imports";
|
903
|
+
readonly prefer: "type-imports";
|
904
|
+
}];
|
905
|
+
readonly "@typescript-eslint/explicit-function-return-type": "off";
|
906
|
+
readonly "@typescript-eslint/explicit-member-accessibility": readonly ["error", {
|
907
|
+
readonly accessibility: "explicit";
|
908
|
+
readonly ignoredMethodNames: readonly [];
|
909
|
+
readonly overrides: {
|
910
|
+
readonly properties: "explicit";
|
911
|
+
readonly constructors: "no-public";
|
912
|
+
readonly accessors: "explicit";
|
913
|
+
readonly methods: "explicit";
|
914
|
+
readonly parameterProperties: "explicit";
|
915
|
+
};
|
916
|
+
}];
|
917
|
+
readonly "@typescript-eslint/explicit-module-boundary-types": "off";
|
918
|
+
readonly "@typescript-eslint/member-ordering": readonly ["error", {
|
919
|
+
readonly default: {
|
920
|
+
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"];
|
921
|
+
readonly optionalityOrder: "required-first";
|
922
|
+
readonly order: "as-written";
|
923
|
+
};
|
924
|
+
}];
|
925
|
+
readonly "@typescript-eslint/method-signature-style": readonly ["error", "property"];
|
926
|
+
readonly "@typescript-eslint/naming-convention": "off";
|
927
|
+
readonly "@typescript-eslint/no-array-delete": "error";
|
928
|
+
readonly "@typescript-eslint/no-base-to-string": readonly ["error", {
|
929
|
+
readonly ignoredTypeNames: readonly ["Error", "RegExp", "URL", "URLSearchParams"];
|
930
|
+
}];
|
931
|
+
readonly "@typescript-eslint/no-confusing-non-null-assertion": "error";
|
932
|
+
readonly "@typescript-eslint/no-confusing-void-expression": readonly ["error", {
|
933
|
+
readonly ignoreArrowShorthand: true;
|
934
|
+
readonly ignoreVoidOperator: true;
|
935
|
+
}];
|
936
|
+
readonly "@typescript-eslint/no-duplicate-enum-values": "error";
|
937
|
+
readonly "@typescript-eslint/no-duplicate-type-constituents": readonly ["error", {
|
938
|
+
readonly ignoreIntersections: false;
|
939
|
+
readonly ignoreUnions: false;
|
940
|
+
}];
|
941
|
+
readonly "@typescript-eslint/no-dynamic-delete": "error";
|
942
|
+
readonly "@typescript-eslint/no-empty-object-type": readonly ["error", {
|
943
|
+
readonly allowInterfaces: "never";
|
944
|
+
readonly allowObjectTypes: "never";
|
945
|
+
}];
|
946
|
+
readonly "@typescript-eslint/no-explicit-any": readonly ["error", {
|
947
|
+
readonly fixToUnknown: true;
|
948
|
+
readonly ignoreRestArgs: false;
|
949
|
+
}];
|
950
|
+
readonly "@typescript-eslint/no-extra-non-null-assertion": "error";
|
951
|
+
readonly "@typescript-eslint/no-extraneous-class": readonly ["error", {
|
952
|
+
readonly allowConstructorOnly: false;
|
953
|
+
readonly allowEmpty: true;
|
954
|
+
readonly allowStaticOnly: false;
|
955
|
+
readonly allowWithDecorator: false;
|
956
|
+
}];
|
957
|
+
readonly "@typescript-eslint/no-floating-promises": readonly ["error", {
|
958
|
+
readonly checkThenables: true;
|
959
|
+
readonly ignoreVoid: true;
|
960
|
+
readonly ignoreIIFE: false;
|
961
|
+
}];
|
962
|
+
readonly "@typescript-eslint/no-for-in-array": "error";
|
963
|
+
readonly "@typescript-eslint/no-import-type-side-effects": "error";
|
964
|
+
readonly "@typescript-eslint/no-inferrable-types": readonly ["error", {
|
965
|
+
readonly ignoreParameters: false;
|
966
|
+
readonly ignoreProperties: false;
|
967
|
+
}];
|
968
|
+
readonly "@typescript-eslint/no-invalid-void-type": readonly ["error", {
|
969
|
+
readonly allowInGenericTypeArguments: true;
|
970
|
+
readonly allowAsThisParameter: false;
|
971
|
+
}];
|
972
|
+
readonly "@typescript-eslint/no-meaningless-void-operator": readonly ["error", {
|
973
|
+
readonly checkNever: true;
|
974
|
+
}];
|
975
|
+
readonly "@typescript-eslint/no-misused-new": "error";
|
976
|
+
readonly "@typescript-eslint/no-misused-promises": readonly ["error", {
|
977
|
+
readonly checksConditionals: true;
|
978
|
+
readonly checksSpreads: true;
|
979
|
+
readonly checksVoidReturn: {
|
980
|
+
readonly arguments: true;
|
981
|
+
readonly attributes: true;
|
982
|
+
readonly properties: true;
|
983
|
+
readonly returns: true;
|
984
|
+
readonly variables: true;
|
985
|
+
};
|
986
|
+
}];
|
987
|
+
readonly "@typescript-eslint/no-mixed-enums": "error";
|
988
|
+
readonly "@typescript-eslint/no-namespace": "off";
|
989
|
+
readonly "@typescript-eslint/no-non-null-asserted-nullish-coalescing": "error";
|
990
|
+
readonly "@typescript-eslint/no-non-null-asserted-optional-chain": "error";
|
991
|
+
readonly "@typescript-eslint/no-non-null-assertion": "error";
|
992
|
+
readonly "@typescript-eslint/no-redundant-type-constituents": "error";
|
993
|
+
readonly "@typescript-eslint/no-restricted-types": "off";
|
994
|
+
readonly "@typescript-eslint/no-require-imports": readonly ["error", {
|
995
|
+
readonly allow: readonly [];
|
996
|
+
}];
|
997
|
+
readonly "@typescript-eslint/no-this-alias": readonly ["error", {
|
998
|
+
readonly allowDestructuring: true;
|
999
|
+
readonly allowedNames: readonly [];
|
1000
|
+
}];
|
1001
|
+
readonly "@typescript-eslint/no-unnecessary-boolean-literal-compare": readonly ["error", {
|
1002
|
+
readonly allowComparingNullableBooleansToTrue: true;
|
1003
|
+
readonly allowComparingNullableBooleansToFalse: true;
|
1004
|
+
}];
|
1005
|
+
readonly "@typescript-eslint/no-unnecessary-condition": readonly ["error", {
|
1006
|
+
readonly allowConstantLoopConditions: false;
|
1007
|
+
readonly allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing: false;
|
1008
|
+
}];
|
1009
|
+
readonly "@typescript-eslint/no-unnecessary-qualifier": "error";
|
1010
|
+
readonly "@typescript-eslint/no-unnecessary-template-expression": "error";
|
1011
|
+
readonly "@typescript-eslint/no-unnecessary-type-arguments": "error";
|
1012
|
+
readonly "@typescript-eslint/no-unnecessary-type-assertion": readonly ["error", {
|
1013
|
+
readonly typesToIgnore: readonly [];
|
1014
|
+
}];
|
1015
|
+
readonly "@typescript-eslint/no-unnecessary-type-constraint": "error";
|
1016
|
+
readonly "@typescript-eslint/no-unnecessary-type-parameters": "error";
|
1017
|
+
readonly "@typescript-eslint/no-unsafe-argument": "error";
|
1018
|
+
readonly "@typescript-eslint/no-unsafe-assignment": "error";
|
1019
|
+
readonly "@typescript-eslint/no-unsafe-call": "error";
|
1020
|
+
readonly "@typescript-eslint/no-unsafe-declaration-merging": "error";
|
1021
|
+
readonly "@typescript-eslint/no-unsafe-enum-comparison": "error";
|
1022
|
+
readonly "@typescript-eslint/no-unsafe-function-type": "error";
|
1023
|
+
readonly "@typescript-eslint/no-unsafe-member-access": "error";
|
1024
|
+
readonly "@typescript-eslint/no-unsafe-return": "error";
|
1025
|
+
readonly "@typescript-eslint/no-unsafe-unary-minus": "error";
|
1026
|
+
readonly "@typescript-eslint/no-useless-empty-export": "error";
|
1027
|
+
readonly "@typescript-eslint/no-wrapper-object-types": "error";
|
1028
|
+
readonly "@typescript-eslint/non-nullable-type-assertion-style": "off";
|
1029
|
+
readonly "@typescript-eslint/parameter-properties": readonly ["error", {
|
1030
|
+
readonly prefer: "parameter-property";
|
1031
|
+
}];
|
1032
|
+
readonly "@typescript-eslint/prefer-as-const": "error";
|
1033
|
+
readonly "@typescript-eslint/prefer-enum-initializers": "error";
|
1034
|
+
readonly "@typescript-eslint/prefer-find": "error";
|
1035
|
+
readonly "@typescript-eslint/prefer-for-of": "error";
|
1036
|
+
readonly "@typescript-eslint/prefer-function-type": "error";
|
1037
|
+
readonly "@typescript-eslint/prefer-includes": "error";
|
1038
|
+
readonly "@typescript-eslint/prefer-literal-enum-member": readonly ["error", {
|
1039
|
+
readonly allowBitwiseExpressions: false;
|
1040
|
+
}];
|
1041
|
+
readonly "@typescript-eslint/prefer-namespace-keyword": "error";
|
1042
|
+
readonly "@typescript-eslint/prefer-nullish-coalescing": readonly ["error", {
|
1043
|
+
readonly allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing: false;
|
1044
|
+
readonly ignoreConditionalTests: false;
|
1045
|
+
readonly ignoreTernaryTests: false;
|
1046
|
+
readonly ignoreMixedLogicalExpressions: false;
|
1047
|
+
readonly ignorePrimitives: {
|
1048
|
+
readonly bigint: false;
|
1049
|
+
readonly boolean: false;
|
1050
|
+
readonly number: false;
|
1051
|
+
readonly string: false;
|
1052
|
+
};
|
1053
|
+
}];
|
1054
|
+
readonly "@typescript-eslint/prefer-optional-chain": readonly ["error", {
|
1055
|
+
readonly allowPotentiallyUnsafeFixesThatModifyTheReturnTypeIKnowWhatImDoing: false;
|
1056
|
+
readonly checkAny: true;
|
1057
|
+
readonly checkBigInt: true;
|
1058
|
+
readonly checkBoolean: true;
|
1059
|
+
readonly checkNumber: true;
|
1060
|
+
readonly checkString: true;
|
1061
|
+
readonly checkUnknown: true;
|
1062
|
+
readonly requireNullish: false;
|
1063
|
+
}];
|
1064
|
+
readonly "@typescript-eslint/prefer-readonly": readonly ["error", {
|
1065
|
+
readonly onlyInlineLambdas: false;
|
1066
|
+
}];
|
1067
|
+
readonly "@typescript-eslint/prefer-readonly-parameter-types": "off";
|
1068
|
+
readonly "@typescript-eslint/prefer-reduce-type-parameter": "error";
|
1069
|
+
readonly "@typescript-eslint/prefer-regexp-exec": "error";
|
1070
|
+
readonly "@typescript-eslint/prefer-return-this-type": "error";
|
1071
|
+
readonly "@typescript-eslint/prefer-string-starts-ends-with": readonly ["error", {
|
1072
|
+
readonly allowSingleElementEquality: "never";
|
1073
|
+
}];
|
1074
|
+
readonly "@typescript-eslint/promise-function-async": readonly ["error", {
|
1075
|
+
readonly allowAny: false;
|
1076
|
+
readonly allowedPromiseNames: readonly [];
|
1077
|
+
readonly checkArrowFunctions: true;
|
1078
|
+
readonly checkFunctionDeclarations: true;
|
1079
|
+
readonly checkFunctionExpressions: true;
|
1080
|
+
readonly checkMethodDeclarations: true;
|
1081
|
+
}];
|
1082
|
+
readonly "@typescript-eslint/require-array-sort-compare": readonly ["error", {
|
1083
|
+
readonly ignoreStringArrays: true;
|
1084
|
+
}];
|
1085
|
+
readonly "@typescript-eslint/restrict-plus-operands": readonly ["error", {
|
1086
|
+
readonly allowAny: false;
|
1087
|
+
readonly allowBoolean: false;
|
1088
|
+
readonly allowNullish: false;
|
1089
|
+
readonly allowNumberAndString: false;
|
1090
|
+
readonly allowRegExp: false;
|
1091
|
+
readonly skipCompoundAssignments: false;
|
1092
|
+
}];
|
1093
|
+
readonly "@typescript-eslint/restrict-template-expressions": readonly ["error", {
|
1094
|
+
readonly allowAny: true;
|
1095
|
+
readonly allowArray: true;
|
1096
|
+
readonly allowBoolean: true;
|
1097
|
+
readonly allowNullish: false;
|
1098
|
+
readonly allowNumber: true;
|
1099
|
+
readonly allowNever: false;
|
1100
|
+
readonly allowRegExp: false;
|
1101
|
+
}];
|
1102
|
+
readonly "@typescript-eslint/return-await": readonly ["error", "in-try-catch"];
|
1103
|
+
readonly "@typescript-eslint/strict-boolean-expressions": readonly ["error", {
|
1104
|
+
readonly allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing: false;
|
1105
|
+
readonly allowAny: false;
|
1106
|
+
readonly allowNumber: true;
|
1107
|
+
readonly allowString: false;
|
1108
|
+
readonly allowNullableBoolean: false;
|
1109
|
+
readonly allowNullableEnum: false;
|
1110
|
+
readonly allowNullableNumber: false;
|
1111
|
+
readonly allowNullableObject: false;
|
1112
|
+
readonly allowNullableString: false;
|
1113
|
+
}];
|
1114
|
+
readonly "@typescript-eslint/switch-exhaustiveness-check": readonly ["error", {
|
1115
|
+
readonly allowDefaultCaseForExhaustiveSwitch: false;
|
1116
|
+
readonly requireDefaultForNonUnion: true;
|
1117
|
+
}];
|
1118
|
+
readonly "@typescript-eslint/triple-slash-reference": readonly ["error", {
|
1119
|
+
readonly lib: "never";
|
1120
|
+
readonly path: "never";
|
1121
|
+
readonly types: "never";
|
1122
|
+
}];
|
1123
|
+
readonly "@typescript-eslint/typedef": "off";
|
1124
|
+
readonly "@typescript-eslint/unbound-method": readonly ["error", {
|
1125
|
+
readonly ignoreStatic: false;
|
1126
|
+
}];
|
1127
|
+
readonly "@typescript-eslint/unified-signatures": readonly ["error", {
|
1128
|
+
readonly ignoreDifferentlyNamedParameters: false;
|
1129
|
+
}];
|
1130
|
+
readonly "@typescript-eslint/use-unknown-in-catch-callback-variable": "error";
|
1131
|
+
}], readonly ["disable-js", {
|
1132
|
+
readonly "no-inner-declarations": "off";
|
1133
|
+
readonly "no-self-assign": "off";
|
1134
|
+
}], readonly ["disable-ts", {
|
1135
|
+
readonly "no-unused-vars": "off";
|
1136
|
+
readonly "@typescript-eslint/no-unused-vars": "off";
|
1137
|
+
}], readonly ["disable-extend", {
|
1138
|
+
readonly "no-inner-declarations": "off";
|
1139
|
+
}], readonly ["enable-extend", {
|
1140
|
+
readonly "svelte/no-inner-declarations": readonly ["error", "both", {
|
1141
|
+
readonly blockScopedFunctions: "allow";
|
1142
|
+
}];
|
1143
|
+
readonly "svelte/no-trailing-spaces": "off";
|
1144
|
+
}], readonly ["enable", {
|
1145
|
+
readonly "svelte/infinite-reactive-loop": "error";
|
1146
|
+
readonly "svelte/no-dom-manipulating": "error";
|
1147
|
+
readonly "svelte/no-dupe-else-if-blocks": "error";
|
1148
|
+
readonly "svelte/no-dupe-on-directives": "error";
|
1149
|
+
readonly "svelte/no-dupe-style-properties": "error";
|
1150
|
+
readonly "svelte/no-dupe-use-directives": "error";
|
1151
|
+
readonly "svelte/no-dynamic-slot-name": "error";
|
1152
|
+
readonly "svelte/no-export-load-in-svelte-module-in-kit-pages": "error";
|
1153
|
+
readonly "svelte/no-not-function-handler": "error";
|
1154
|
+
readonly "svelte/no-object-in-text-mustaches": "error";
|
1155
|
+
readonly "svelte/no-reactive-reassign": readonly ["error", {
|
1156
|
+
readonly props: true;
|
1157
|
+
}];
|
1158
|
+
readonly "svelte/no-shorthand-style-property-overrides": "error";
|
1159
|
+
readonly "svelte/no-store-async": "error";
|
1160
|
+
readonly "svelte/no-unknown-style-directive-property": readonly ["error", {
|
1161
|
+
readonly ignorePrefixed: true;
|
1162
|
+
}];
|
1163
|
+
readonly "svelte/require-store-callbacks-use-set-param": "error";
|
1164
|
+
readonly "svelte/require-store-reactive-access": "error";
|
1165
|
+
readonly "svelte/valid-compile": readonly ["error", {
|
1166
|
+
readonly ignoreWarnings: false;
|
1167
|
+
}];
|
1168
|
+
readonly "svelte/valid-prop-names-in-kit-pages": "error";
|
1169
|
+
readonly "svelte/no-at-html-tags": "error";
|
1170
|
+
readonly "svelte/no-target-blank": readonly ["error", {
|
1171
|
+
readonly allowReferrer: false;
|
1172
|
+
readonly enforceDynamicLinks: "always";
|
1173
|
+
}];
|
1174
|
+
readonly "svelte/block-lang": readonly ["error", {
|
1175
|
+
readonly enforceScriptPresent: true;
|
1176
|
+
readonly enforceStylePresent: false;
|
1177
|
+
readonly script: readonly ["ts"];
|
1178
|
+
readonly style: readonly ["css", "scss"];
|
1179
|
+
}];
|
1180
|
+
readonly "svelte/button-has-type": readonly ["error", {
|
1181
|
+
readonly button: true;
|
1182
|
+
readonly submit: true;
|
1183
|
+
readonly reset: true;
|
1184
|
+
}];
|
1185
|
+
readonly "svelte/no-at-debug-tags": "error";
|
1186
|
+
readonly "svelte/no-ignored-unsubscribe": "error";
|
1187
|
+
readonly "svelte/no-immutable-reactive-statements": "error";
|
1188
|
+
readonly "svelte/no-inline-styles": readonly ["error", {
|
1189
|
+
readonly allowTransitions: false;
|
1190
|
+
}];
|
1191
|
+
readonly "svelte/no-reactive-functions": "error";
|
1192
|
+
readonly "svelte/no-reactive-literals": "error";
|
1193
|
+
readonly "svelte/no-svelte-internal": "error";
|
1194
|
+
readonly "svelte/no-unused-class-name": "error";
|
1195
|
+
readonly "svelte/no-unused-svelte-ignore": "error";
|
1196
|
+
readonly "svelte/no-useless-mustaches": readonly ["error", {
|
1197
|
+
readonly ignoreIncludesComment: false;
|
1198
|
+
readonly ignoreStringEscape: false;
|
1199
|
+
}];
|
1200
|
+
readonly "svelte/prefer-destructured-store-props": "error";
|
1201
|
+
readonly "svelte/require-each-key": "error";
|
1202
|
+
readonly "svelte/require-event-dispatcher-types": "error";
|
1203
|
+
readonly "svelte/require-optimized-style-attribute": "error";
|
1204
|
+
readonly "svelte/require-stores-init": "error";
|
1205
|
+
readonly "svelte/valid-each-key": "error";
|
1206
|
+
readonly "svelte/derived-has-same-inputs-outputs": "error";
|
1207
|
+
readonly "svelte/first-attribute-linebreak": readonly ["error", {
|
1208
|
+
readonly multiline: "below";
|
1209
|
+
readonly singleline: "below";
|
1210
|
+
}];
|
1211
|
+
readonly "svelte/html-closing-bracket-spacing": readonly ["error", {
|
1212
|
+
readonly startTag: "never";
|
1213
|
+
readonly endTag: "never";
|
1214
|
+
readonly selfClosingTag: "always";
|
1215
|
+
}];
|
1216
|
+
readonly "svelte/html-quotes": readonly ["error", {
|
1217
|
+
readonly prefer: "double";
|
1218
|
+
readonly dynamic: {
|
1219
|
+
readonly quoted: false;
|
1220
|
+
readonly avoidInvalidUnquotedInHTML: true;
|
1221
|
+
};
|
1222
|
+
}];
|
1223
|
+
readonly "svelte/html-self-closing": readonly ["error", {
|
1224
|
+
readonly void: "always";
|
1225
|
+
readonly normal: "always";
|
1226
|
+
readonly component: "always";
|
1227
|
+
readonly svelte: "always";
|
1228
|
+
}];
|
1229
|
+
readonly "svelte/indent": readonly ["error", {
|
1230
|
+
readonly indent: 2;
|
1231
|
+
readonly switchCase: 1;
|
1232
|
+
readonly alignAttributesVertically: true;
|
1233
|
+
}];
|
1234
|
+
readonly "svelte/max-attributes-per-line": readonly ["error", {
|
1235
|
+
readonly multiline: 1;
|
1236
|
+
readonly singleline: 1;
|
1237
|
+
}];
|
1238
|
+
readonly "svelte/mustache-spacing": readonly ["error", {
|
1239
|
+
readonly textExpressions: "never";
|
1240
|
+
readonly attributesAndProps: "never";
|
1241
|
+
readonly directiveExpressions: "never";
|
1242
|
+
readonly tags: {
|
1243
|
+
readonly openingBrace: "never";
|
1244
|
+
readonly closingBrace: "never";
|
1245
|
+
};
|
1246
|
+
}];
|
1247
|
+
readonly "svelte/no-extra-reactive-curlies": "error";
|
1248
|
+
readonly "svelte/no-restricted-html-elements": "off";
|
1249
|
+
readonly "svelte/no-spaces-around-equal-signs-in-attribute": "error";
|
1250
|
+
readonly "svelte/prefer-class-directive": readonly ["error", {
|
1251
|
+
readonly prefer: "empty";
|
1252
|
+
}];
|
1253
|
+
readonly "svelte/prefer-style-directive": "error";
|
1254
|
+
readonly "svelte/shorthand-attribute": readonly ["error", {
|
1255
|
+
readonly prefer: "always";
|
1256
|
+
}];
|
1257
|
+
readonly "svelte/shorthand-directive": readonly ["error", {
|
1258
|
+
readonly prefer: "always";
|
1259
|
+
}];
|
1260
|
+
readonly "svelte/sort-attributes": "off";
|
1261
|
+
readonly "svelte/spaced-html-comment": readonly ["error", "always"];
|
1262
|
+
readonly "svelte/no-goto-without-base": "error";
|
1263
|
+
readonly "svelte/comment-directive": readonly ["error", {
|
1264
|
+
readonly reportUnusedDisableDirectives: true;
|
1265
|
+
}];
|
1266
|
+
readonly "svelte/system": "error";
|
1267
|
+
}]];
|
1268
|
+
export default _default;
|
1269
|
+
//# sourceMappingURL=_svelte.d.ts.map
|