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