@eslinted/defaults 17.2.7 → 17.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +792 -1139
- package/dist/rules/css/index.d.ts +1 -2
- package/dist/rules/css/index.d.ts.map +1 -1
- package/dist/rules/css/index.js.map +1 -1
- package/dist/rules/disable.d.ts +1 -2
- package/dist/rules/disable.d.ts.map +1 -1
- package/dist/rules/disable.js.map +1 -1
- package/dist/rules/html/index.d.ts +17 -37
- package/dist/rules/html/index.d.ts.map +1 -1
- package/dist/rules/html/index.js.map +1 -1
- package/dist/rules/index.d.ts +792 -1139
- package/dist/rules/js.d.ts +357 -560
- package/dist/rules/js.eslint.d.ts +90 -184
- package/dist/rules/js.eslint.d.ts.map +1 -1
- package/dist/rules/js.eslint.js.map +1 -1
- package/dist/rules/js.stylistic.d.ts +108 -219
- package/dist/rules/js.stylistic.d.ts.map +1 -1
- package/dist/rules/js.stylistic.js.map +1 -1
- package/dist/rules/json/index.d.ts +53 -68
- package/dist/rules/json/json.d.ts +1 -2
- package/dist/rules/json/json.d.ts.map +1 -1
- package/dist/rules/json/json.js.map +1 -1
- package/dist/rules/json/plugin/extend.d.ts +16 -32
- package/dist/rules/json/plugin/extend.d.ts.map +1 -1
- package/dist/rules/json/plugin/extend.js.map +1 -1
- package/dist/rules/json/plugin/index.d.ts +1 -2
- package/dist/rules/json/plugin/index.d.ts.map +1 -1
- package/dist/rules/json/plugin/index.js.map +1 -1
- package/dist/rules/jsonc/index.d.ts +1 -2
- package/dist/rules/jsonc/index.d.ts.map +1 -1
- package/dist/rules/jsonc/index.js.map +1 -1
- package/dist/rules/jsoncc/index.d.ts +2 -6
- package/dist/rules/jsoncc/index.d.ts.map +1 -1
- package/dist/rules/jsoncc/index.js.map +1 -1
- package/dist/rules/mocha/chai/expect.d.ts +1 -2
- package/dist/rules/mocha/chai/expect.d.ts.map +1 -1
- package/dist/rules/mocha/chai/expect.js.map +1 -1
- package/dist/rules/mocha/chai/index.d.ts +5 -9
- package/dist/rules/mocha/chai/index.d.ts.map +1 -1
- package/dist/rules/mocha/chai/index.js.map +1 -1
- package/dist/rules/mocha/index.d.ts +26 -29
- package/dist/rules/mocha/mocha.d.ts +1 -2
- package/dist/rules/mocha/mocha.d.ts.map +1 -1
- package/dist/rules/mocha/mocha.js.map +1 -1
- package/dist/rules/svelte/disable.d.ts +1 -2
- package/dist/rules/svelte/disable.d.ts.map +1 -1
- package/dist/rules/svelte/disable.js.map +1 -1
- package/dist/rules/svelte/extend.d.ts +2 -6
- package/dist/rules/svelte/extend.d.ts.map +1 -1
- package/dist/rules/svelte/extend.js.map +1 -1
- package/dist/rules/svelte/index.d.ts +93 -121
- package/dist/rules/svelte/svelte.d.ts +23 -49
- package/dist/rules/svelte/svelte.d.ts.map +1 -1
- package/dist/rules/svelte/svelte.js.map +1 -1
- package/dist/rules/ts/disable.d.ts +1 -2
- package/dist/rules/ts/disable.d.ts.map +1 -1
- package/dist/rules/ts/disable.js.map +1 -1
- package/dist/rules/ts/extend.d.ts +18 -31
- package/dist/rules/ts/extend.d.ts.map +1 -1
- package/dist/rules/ts/extend.js.map +1 -1
- package/dist/rules/ts/index.d.ts +169 -220
- package/dist/rules/ts/ts.d.ts +53 -93
- package/dist/rules/ts/ts.d.ts.map +1 -1
- package/dist/rules/ts/ts.js.map +1 -1
- package/dist/rules/yml/extend.d.ts +18 -44
- package/dist/rules/yml/extend.d.ts.map +1 -1
- package/dist/rules/yml/extend.js.map +1 -1
- package/dist/rules/yml/index.d.ts +33 -58
- package/dist/rules/yml/yml.d.ts +1 -2
- package/dist/rules/yml/yml.d.ts.map +1 -1
- package/dist/rules/yml/yml.js.map +1 -1
- package/package.json +1 -1
- package/src/_pattern/tsconfig.json +6 -0
- package/src/files/tsconfig.json +11 -0
- package/src/ignores/tsconfig.json +11 -0
- package/src/rules/css/index.ts +0 -2
- package/src/rules/disable.ts +0 -2
- package/src/rules/html/index.ts +0 -2
- package/src/rules/js.eslint.ts +0 -2
- package/src/rules/js.stylistic.ts +0 -2
- package/src/rules/json/json.ts +0 -2
- package/src/rules/json/plugin/extend.ts +0 -2
- package/src/rules/json/plugin/index.ts +0 -2
- package/src/rules/jsonc/index.ts +0 -2
- package/src/rules/jsoncc/index.ts +0 -2
- package/src/rules/mocha/chai/expect.ts +0 -2
- package/src/rules/mocha/chai/index.ts +0 -2
- package/src/rules/mocha/mocha.ts +0 -2
- package/src/rules/svelte/disable.ts +0 -2
- package/src/rules/svelte/extend.ts +0 -2
- package/src/rules/svelte/svelte.ts +0 -2
- package/src/rules/ts/disable.ts +0 -2
- package/src/rules/ts/extend.ts +0 -2
- package/src/rules/ts/ts.ts +0 -2
- package/src/rules/tsconfig.json +7 -0
- package/src/rules/yml/extend.ts +0 -2
- package/src/rules/yml/yml.ts +0 -2
- package/src/tsconfig-src.json +8 -0
- package/src/tsconfig.json +12 -7
- package/tests/tsconfig.json +1 -4
- package/typings/index.d.ts +5 -0
- package/dist/rules/state.d.ts +0 -6
- package/dist/rules/state.d.ts.map +0 -1
- package/dist/rules/state.js +0 -2
- package/dist/rules/state.js.map +0 -1
- package/src/rules/state.ts +0 -5
package/dist/rules/js.d.ts
CHANGED
|
@@ -1,569 +1,366 @@
|
|
|
1
1
|
declare const _default: ({
|
|
2
2
|
rules: {
|
|
3
|
-
readonly "array-callback-return": readonly [
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
readonly "
|
|
11
|
-
readonly "
|
|
12
|
-
readonly "
|
|
13
|
-
readonly "no-
|
|
14
|
-
readonly "no-
|
|
15
|
-
readonly "no-
|
|
16
|
-
readonly "no-
|
|
17
|
-
readonly "no-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
readonly "no-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
readonly "no-
|
|
27
|
-
readonly "no-
|
|
28
|
-
readonly "no-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
readonly "no-
|
|
33
|
-
readonly "no-
|
|
34
|
-
readonly "no-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
readonly "no-
|
|
42
|
-
readonly "no-
|
|
43
|
-
readonly "no-
|
|
44
|
-
readonly "no-
|
|
45
|
-
readonly "no-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
readonly "no-
|
|
52
|
-
readonly "no-
|
|
53
|
-
readonly "no-
|
|
54
|
-
readonly "no-
|
|
55
|
-
readonly "no-
|
|
56
|
-
readonly "no-
|
|
57
|
-
readonly "no-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
readonly "no-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
readonly "no-
|
|
69
|
-
readonly "no-
|
|
70
|
-
readonly "no-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
readonly "no-
|
|
74
|
-
readonly "no-
|
|
75
|
-
readonly "
|
|
76
|
-
readonly "
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
readonly
|
|
90
|
-
readonly "
|
|
91
|
-
readonly "
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
readonly "no-
|
|
99
|
-
readonly "
|
|
100
|
-
readonly "
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
readonly "
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
readonly "
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
];
|
|
118
|
-
readonly "
|
|
119
|
-
readonly "
|
|
120
|
-
readonly "
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
readonly "
|
|
128
|
-
readonly "
|
|
129
|
-
readonly
|
|
130
|
-
readonly "
|
|
131
|
-
readonly "
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
readonly "no-
|
|
139
|
-
readonly "no-
|
|
140
|
-
readonly "no-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
readonly "no-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
readonly "no-
|
|
147
|
-
readonly "no-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
readonly "no-
|
|
160
|
-
readonly "no-
|
|
161
|
-
readonly "no-
|
|
162
|
-
readonly "no-
|
|
163
|
-
readonly "no-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
readonly "no-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
readonly "
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
readonly "
|
|
194
|
-
readonly "
|
|
195
|
-
readonly "
|
|
196
|
-
readonly "
|
|
197
|
-
readonly "
|
|
198
|
-
readonly "
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
readonly "
|
|
211
|
-
readonly
|
|
212
|
-
readonly "no-sequences": import("./state.js").State.ON;
|
|
213
|
-
readonly "no-shadow-restricted-names": import("./state.js").State.ON;
|
|
214
|
-
readonly "no-throw-literal": import("./state.js").State.ON;
|
|
215
|
-
readonly "no-undef-init": import("./state.js").State.ON;
|
|
216
|
-
readonly "no-unneeded-ternary": import("./state.js").State.ON;
|
|
217
|
-
readonly "no-unused-expressions": readonly [
|
|
218
|
-
import("./state.js").State.ON,
|
|
219
|
-
{
|
|
220
|
-
readonly allowShortCircuit: true;
|
|
221
|
-
readonly allowTernary: true;
|
|
222
|
-
}
|
|
223
|
-
];
|
|
224
|
-
readonly "no-unused-labels": import("./state.js").State.ON;
|
|
225
|
-
readonly "no-useless-call": import("./state.js").State.ON;
|
|
226
|
-
readonly "no-useless-catch": import("./state.js").State.ON;
|
|
227
|
-
readonly "no-useless-computed-key": import("./state.js").State.ON;
|
|
228
|
-
readonly "no-useless-concat": import("./state.js").State.ON;
|
|
229
|
-
readonly "no-useless-constructor": import("./state.js").State.ON;
|
|
230
|
-
readonly "no-useless-escape": readonly [
|
|
231
|
-
import("./state.js").State.ON,
|
|
232
|
-
{
|
|
233
|
-
readonly allowRegexCharacters: readonly [
|
|
234
|
-
"-"
|
|
235
|
-
];
|
|
236
|
-
}
|
|
237
|
-
];
|
|
238
|
-
readonly "no-useless-rename": import("./state.js").State.ON;
|
|
239
|
-
readonly "no-useless-return": import("./state.js").State.ON;
|
|
240
|
-
readonly "no-var": import("./state.js").State.ON;
|
|
241
|
-
readonly "no-void": readonly [
|
|
242
|
-
import("./state.js").State.ON,
|
|
243
|
-
{
|
|
244
|
-
readonly allowAsStatement: true;
|
|
245
|
-
}
|
|
246
|
-
];
|
|
247
|
-
readonly "no-with": import("./state.js").State.ON;
|
|
248
|
-
readonly "object-shorthand": import("./state.js").State.ON;
|
|
249
|
-
readonly "one-var": readonly [
|
|
250
|
-
import("./state.js").State.ON,
|
|
251
|
-
{
|
|
252
|
-
readonly var: "consecutive";
|
|
253
|
-
readonly let: "consecutive";
|
|
254
|
-
readonly const: "consecutive";
|
|
255
|
-
readonly using: "consecutive";
|
|
256
|
-
readonly awaitUsing: "consecutive";
|
|
257
|
-
readonly separateRequires: true;
|
|
258
|
-
}
|
|
259
|
-
];
|
|
260
|
-
readonly "operator-assignment": import("./state.js").State.ON;
|
|
261
|
-
readonly "prefer-arrow-callback": import("./state.js").State.ON;
|
|
262
|
-
readonly "prefer-const": readonly [
|
|
263
|
-
import("./state.js").State.ON,
|
|
264
|
-
{
|
|
265
|
-
readonly destructuring: "all";
|
|
266
|
-
}
|
|
267
|
-
];
|
|
268
|
-
readonly "prefer-destructuring": readonly [
|
|
269
|
-
import("./state.js").State.ON,
|
|
270
|
-
{
|
|
271
|
-
readonly AssignmentExpression: {
|
|
272
|
-
readonly array: false;
|
|
273
|
-
readonly object: false;
|
|
274
|
-
};
|
|
275
|
-
}
|
|
276
|
-
];
|
|
277
|
-
readonly "prefer-exponentiation-operator": import("./state.js").State.ON;
|
|
278
|
-
readonly "prefer-numeric-literals": import("./state.js").State.ON;
|
|
279
|
-
readonly "prefer-object-has-own": import("./state.js").State.ON;
|
|
280
|
-
readonly "prefer-object-spread": import("./state.js").State.ON;
|
|
281
|
-
readonly "prefer-promise-reject-errors": import("./state.js").State.ON;
|
|
282
|
-
readonly "prefer-regex-literals": readonly [
|
|
283
|
-
import("./state.js").State.ON,
|
|
284
|
-
{
|
|
285
|
-
readonly disallowRedundantWrapping: true;
|
|
286
|
-
}
|
|
287
|
-
];
|
|
288
|
-
readonly "prefer-rest-params": import("./state.js").State.ON;
|
|
289
|
-
readonly "prefer-spread": import("./state.js").State.ON;
|
|
290
|
-
readonly "preserve-caught-error": readonly [
|
|
291
|
-
import("./state.js").State.ON,
|
|
292
|
-
{
|
|
293
|
-
readonly requireCatchParameter: true;
|
|
294
|
-
}
|
|
295
|
-
];
|
|
296
|
-
readonly radix: readonly [
|
|
297
|
-
import("./state.js").State.ON,
|
|
298
|
-
"as-needed"
|
|
299
|
-
];
|
|
300
|
-
readonly "require-await": import("./state.js").State.ON;
|
|
301
|
-
readonly "require-unicode-regexp": import("./state.js").State.ON;
|
|
302
|
-
readonly "require-yield": import("./state.js").State.ON;
|
|
303
|
-
readonly "vars-on-top": import("./state.js").State.ON;
|
|
304
|
-
readonly yoda: import("./state.js").State.ON;
|
|
3
|
+
readonly "array-callback-return": readonly [State.ON, {
|
|
4
|
+
readonly checkForEach: true;
|
|
5
|
+
readonly allowVoid: true;
|
|
6
|
+
}];
|
|
7
|
+
readonly "constructor-super": State.ON;
|
|
8
|
+
readonly "for-direction": State.ON;
|
|
9
|
+
readonly "getter-return": State.ON;
|
|
10
|
+
readonly "no-async-promise-executor": State.ON;
|
|
11
|
+
readonly "no-await-in-loop": State.ON;
|
|
12
|
+
readonly "no-class-assign": State.ON;
|
|
13
|
+
readonly "no-compare-neg-zero": State.ON;
|
|
14
|
+
readonly "no-cond-assign": State.ON;
|
|
15
|
+
readonly "no-const-assign": State.ON;
|
|
16
|
+
readonly "no-constant-binary-expression": State.ON;
|
|
17
|
+
readonly "no-constant-condition": readonly [State.ON, {
|
|
18
|
+
readonly checkLoops: "all";
|
|
19
|
+
}];
|
|
20
|
+
readonly "no-constructor-return": State.ON;
|
|
21
|
+
readonly "no-control-regex": State.ON;
|
|
22
|
+
readonly "no-debugger": State.ON;
|
|
23
|
+
readonly "no-dupe-args": State.ON;
|
|
24
|
+
readonly "no-dupe-class-members": State.ON;
|
|
25
|
+
readonly "no-dupe-else-if": State.ON;
|
|
26
|
+
readonly "no-dupe-keys": State.ON;
|
|
27
|
+
readonly "no-duplicate-case": State.ON;
|
|
28
|
+
readonly "no-duplicate-imports": readonly [State.ON, {
|
|
29
|
+
readonly includeExports: true;
|
|
30
|
+
readonly allowSeparateTypeImports: true;
|
|
31
|
+
}];
|
|
32
|
+
readonly "no-empty-character-class": State.ON;
|
|
33
|
+
readonly "no-empty-pattern": State.ON;
|
|
34
|
+
readonly "no-ex-assign": State.ON;
|
|
35
|
+
readonly "no-fallthrough": State.ON;
|
|
36
|
+
readonly "no-func-assign": State.ON;
|
|
37
|
+
readonly "no-import-assign": State.ON;
|
|
38
|
+
readonly "no-inner-declarations": readonly [State.ON, "both"];
|
|
39
|
+
readonly "no-invalid-regexp": State.ON;
|
|
40
|
+
readonly "no-irregular-whitespace": State.ON;
|
|
41
|
+
readonly "no-loss-of-precision": State.ON;
|
|
42
|
+
readonly "no-misleading-character-class": State.ON;
|
|
43
|
+
readonly "no-new-native-nonconstructor": State.ON;
|
|
44
|
+
readonly "no-obj-calls": State.ON;
|
|
45
|
+
readonly "no-promise-executor-return": readonly [State.ON, {
|
|
46
|
+
readonly allowVoid: true;
|
|
47
|
+
}];
|
|
48
|
+
readonly "no-prototype-builtins": State.ON;
|
|
49
|
+
readonly "no-self-assign": State.ON;
|
|
50
|
+
readonly "no-self-compare": State.ON;
|
|
51
|
+
readonly "no-setter-return": State.ON;
|
|
52
|
+
readonly "no-sparse-arrays": State.ON;
|
|
53
|
+
readonly "no-template-curly-in-string": State.ON;
|
|
54
|
+
readonly "no-this-before-super": State.ON;
|
|
55
|
+
readonly "no-unassigned-vars": State.ON;
|
|
56
|
+
readonly "no-undef": State.ON;
|
|
57
|
+
readonly "no-unexpected-multiline": State.ON;
|
|
58
|
+
readonly "no-unmodified-loop-condition": State.ON;
|
|
59
|
+
readonly "no-unreachable": State.ON;
|
|
60
|
+
readonly "no-unreachable-loop": State.ON;
|
|
61
|
+
readonly "no-unsafe-finally": State.ON;
|
|
62
|
+
readonly "no-unsafe-negation": readonly [State.ON, {
|
|
63
|
+
readonly enforceForOrderingRelations: true;
|
|
64
|
+
}];
|
|
65
|
+
readonly "no-unsafe-optional-chaining": readonly [State.ON, {
|
|
66
|
+
readonly disallowArithmeticOperators: true;
|
|
67
|
+
}];
|
|
68
|
+
readonly "no-unused-private-class-members": State.ON;
|
|
69
|
+
readonly "no-unused-vars": State.ON;
|
|
70
|
+
readonly "no-use-before-define": readonly [State.ON, {
|
|
71
|
+
readonly typedefs: false;
|
|
72
|
+
}];
|
|
73
|
+
readonly "no-useless-assignment": State.ON;
|
|
74
|
+
readonly "no-useless-backreference": State.ON;
|
|
75
|
+
readonly "require-atomic-updates": State.ON;
|
|
76
|
+
readonly "use-isnan": readonly [State.ON, {
|
|
77
|
+
readonly enforceForIndexOf: true;
|
|
78
|
+
}];
|
|
79
|
+
readonly "valid-typeof": readonly [State.ON, {
|
|
80
|
+
readonly requireStringLiterals: true;
|
|
81
|
+
}];
|
|
82
|
+
readonly "accessor-pairs": readonly [State.ON, {
|
|
83
|
+
readonly enforceForTSTypes: true;
|
|
84
|
+
}];
|
|
85
|
+
readonly "arrow-body-style": State.ON;
|
|
86
|
+
readonly "block-scoped-var": State.ON;
|
|
87
|
+
readonly "consistent-return": State.ON;
|
|
88
|
+
readonly "consistent-this": State.ON;
|
|
89
|
+
readonly curly: readonly [State.ON, "multi"];
|
|
90
|
+
readonly "default-case-last": State.ON;
|
|
91
|
+
readonly "default-param-last": State.ON;
|
|
92
|
+
readonly "dot-notation": State.ON;
|
|
93
|
+
readonly eqeqeq: State.ON;
|
|
94
|
+
readonly "init-declarations": State.ON;
|
|
95
|
+
readonly "logical-assignment-operators": readonly [State.ON, "always", {
|
|
96
|
+
readonly enforceForIfStatements: true;
|
|
97
|
+
}];
|
|
98
|
+
readonly "no-alert": State.ON;
|
|
99
|
+
readonly "no-array-constructor": State.ON;
|
|
100
|
+
readonly "no-bitwise": State.ON;
|
|
101
|
+
readonly "no-caller": State.ON;
|
|
102
|
+
readonly "no-case-declarations": State.ON;
|
|
103
|
+
readonly "no-continue": State.ON;
|
|
104
|
+
readonly "no-delete-var": State.ON;
|
|
105
|
+
readonly "no-div-regex": State.ON;
|
|
106
|
+
readonly "no-empty": State.ON;
|
|
107
|
+
readonly "no-empty-function": readonly [State.ON, {
|
|
108
|
+
readonly allow: readonly ["constructors", "privateConstructors", "protectedConstructors", "decoratedFunctions", "overrideMethods"];
|
|
109
|
+
}];
|
|
110
|
+
readonly "no-empty-static-block": State.ON;
|
|
111
|
+
readonly "no-eq-null": State.ON;
|
|
112
|
+
readonly "no-eval": State.ON;
|
|
113
|
+
readonly "no-extend-native": State.ON;
|
|
114
|
+
readonly "no-extra-bind": State.ON;
|
|
115
|
+
readonly "no-extra-boolean-cast": readonly [State.ON, {
|
|
116
|
+
readonly enforceForLogicalOperands: true;
|
|
117
|
+
}];
|
|
118
|
+
readonly "no-extra-label": State.ON;
|
|
119
|
+
readonly "no-global-assign": State.ON;
|
|
120
|
+
readonly "no-implicit-coercion": readonly [State.ON, {
|
|
121
|
+
readonly disallowTemplateShorthand: true;
|
|
122
|
+
}];
|
|
123
|
+
readonly "no-implied-eval": State.ON;
|
|
124
|
+
readonly "no-invalid-this": readonly [State.ON, {
|
|
125
|
+
readonly capIsConstructor: false;
|
|
126
|
+
}];
|
|
127
|
+
readonly "no-iterator": State.ON;
|
|
128
|
+
readonly "no-label-var": State.ON;
|
|
129
|
+
readonly "no-lone-blocks": State.ON;
|
|
130
|
+
readonly "no-loop-func": State.ON;
|
|
131
|
+
readonly "no-multi-assign": State.ON;
|
|
132
|
+
readonly "no-multi-str": State.ON;
|
|
133
|
+
readonly "no-new": State.ON;
|
|
134
|
+
readonly "no-new-func": State.ON;
|
|
135
|
+
readonly "no-new-wrappers": State.ON;
|
|
136
|
+
readonly "no-nonoctal-decimal-escape": State.ON;
|
|
137
|
+
readonly "no-object-constructor": State.ON;
|
|
138
|
+
readonly "no-octal": State.ON;
|
|
139
|
+
readonly "no-octal-escape": State.ON;
|
|
140
|
+
readonly "no-param-reassign": readonly [State.ON, {
|
|
141
|
+
readonly props: true;
|
|
142
|
+
}];
|
|
143
|
+
readonly "no-plusplus": readonly [State.ON, {
|
|
144
|
+
readonly allowForLoopAfterthoughts: true;
|
|
145
|
+
}];
|
|
146
|
+
readonly "no-proto": State.ON;
|
|
147
|
+
readonly "no-script-url": State.ON;
|
|
148
|
+
readonly "no-sequences": State.ON;
|
|
149
|
+
readonly "no-shadow-restricted-names": State.ON;
|
|
150
|
+
readonly "no-throw-literal": State.ON;
|
|
151
|
+
readonly "no-undef-init": State.ON;
|
|
152
|
+
readonly "no-unneeded-ternary": State.ON;
|
|
153
|
+
readonly "no-unused-expressions": readonly [State.ON, {
|
|
154
|
+
readonly allowShortCircuit: true;
|
|
155
|
+
readonly allowTernary: true;
|
|
156
|
+
}];
|
|
157
|
+
readonly "no-unused-labels": State.ON;
|
|
158
|
+
readonly "no-useless-call": State.ON;
|
|
159
|
+
readonly "no-useless-catch": State.ON;
|
|
160
|
+
readonly "no-useless-computed-key": State.ON;
|
|
161
|
+
readonly "no-useless-concat": State.ON;
|
|
162
|
+
readonly "no-useless-constructor": State.ON;
|
|
163
|
+
readonly "no-useless-escape": readonly [State.ON, {
|
|
164
|
+
readonly allowRegexCharacters: readonly ["-"];
|
|
165
|
+
}];
|
|
166
|
+
readonly "no-useless-rename": State.ON;
|
|
167
|
+
readonly "no-useless-return": State.ON;
|
|
168
|
+
readonly "no-var": State.ON;
|
|
169
|
+
readonly "no-void": readonly [State.ON, {
|
|
170
|
+
readonly allowAsStatement: true;
|
|
171
|
+
}];
|
|
172
|
+
readonly "no-with": State.ON;
|
|
173
|
+
readonly "object-shorthand": State.ON;
|
|
174
|
+
readonly "one-var": readonly [State.ON, {
|
|
175
|
+
readonly var: "consecutive";
|
|
176
|
+
readonly let: "consecutive";
|
|
177
|
+
readonly const: "consecutive";
|
|
178
|
+
readonly using: "consecutive";
|
|
179
|
+
readonly awaitUsing: "consecutive";
|
|
180
|
+
readonly separateRequires: true;
|
|
181
|
+
}];
|
|
182
|
+
readonly "operator-assignment": State.ON;
|
|
183
|
+
readonly "prefer-arrow-callback": State.ON;
|
|
184
|
+
readonly "prefer-const": readonly [State.ON, {
|
|
185
|
+
readonly destructuring: "all";
|
|
186
|
+
}];
|
|
187
|
+
readonly "prefer-destructuring": readonly [State.ON, {
|
|
188
|
+
readonly AssignmentExpression: {
|
|
189
|
+
readonly array: false;
|
|
190
|
+
readonly object: false;
|
|
191
|
+
};
|
|
192
|
+
}];
|
|
193
|
+
readonly "prefer-exponentiation-operator": State.ON;
|
|
194
|
+
readonly "prefer-numeric-literals": State.ON;
|
|
195
|
+
readonly "prefer-object-has-own": State.ON;
|
|
196
|
+
readonly "prefer-object-spread": State.ON;
|
|
197
|
+
readonly "prefer-promise-reject-errors": State.ON;
|
|
198
|
+
readonly "prefer-regex-literals": readonly [State.ON, {
|
|
199
|
+
readonly disallowRedundantWrapping: true;
|
|
200
|
+
}];
|
|
201
|
+
readonly "prefer-rest-params": State.ON;
|
|
202
|
+
readonly "prefer-spread": State.ON;
|
|
203
|
+
readonly "preserve-caught-error": readonly [State.ON, {
|
|
204
|
+
readonly requireCatchParameter: true;
|
|
205
|
+
}];
|
|
206
|
+
readonly radix: readonly [State.ON, "as-needed"];
|
|
207
|
+
readonly "require-await": State.ON;
|
|
208
|
+
readonly "require-unicode-regexp": State.ON;
|
|
209
|
+
readonly "require-yield": State.ON;
|
|
210
|
+
readonly "vars-on-top": State.ON;
|
|
211
|
+
readonly yoda: State.ON;
|
|
305
212
|
};
|
|
306
213
|
} | {
|
|
307
214
|
rules: {
|
|
308
|
-
readonly "stylistic/array-bracket-newline":
|
|
309
|
-
readonly "stylistic/array-bracket-spacing":
|
|
310
|
-
readonly "stylistic/array-element-newline": readonly [
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
readonly "stylistic/
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
];
|
|
322
|
-
readonly "stylistic/
|
|
323
|
-
readonly "stylistic/
|
|
324
|
-
readonly "stylistic/
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
];
|
|
331
|
-
readonly "stylistic/
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
];
|
|
343
|
-
readonly "stylistic/
|
|
344
|
-
readonly "stylistic/
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
];
|
|
373
|
-
readonly "stylistic/
|
|
374
|
-
readonly "stylistic/
|
|
375
|
-
readonly "stylistic/
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
readonly "stylistic/
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
readonly "stylistic/
|
|
416
|
-
readonly "stylistic/
|
|
417
|
-
readonly "stylistic/
|
|
418
|
-
readonly "stylistic/
|
|
419
|
-
readonly "stylistic/
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
readonly
|
|
433
|
-
readonly
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
readonly "stylistic/
|
|
438
|
-
readonly "stylistic/
|
|
439
|
-
readonly "stylistic/
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
{
|
|
447
|
-
readonly consistent: true;
|
|
448
|
-
readonly multiline: true;
|
|
449
|
-
readonly minProperties: 3;
|
|
450
|
-
}
|
|
451
|
-
];
|
|
452
|
-
readonly "stylistic/object-curly-spacing": readonly [
|
|
453
|
-
import("./state.js").State.ON,
|
|
454
|
-
"always",
|
|
455
|
-
{
|
|
456
|
-
readonly emptyObjects: "never";
|
|
457
|
-
}
|
|
458
|
-
];
|
|
459
|
-
readonly "stylistic/object-property-newline": import("./state.js").State.ON;
|
|
460
|
-
readonly "stylistic/one-var-declaration-per-line": readonly [
|
|
461
|
-
import("./state.js").State.ON,
|
|
462
|
-
"always"
|
|
463
|
-
];
|
|
464
|
-
readonly "stylistic/operator-linebreak": readonly [
|
|
465
|
-
import("./state.js").State.ON,
|
|
466
|
-
"before"
|
|
467
|
-
];
|
|
468
|
-
readonly "stylistic/padded-blocks": readonly [
|
|
469
|
-
import("./state.js").State.ON,
|
|
470
|
-
"never",
|
|
471
|
-
{
|
|
472
|
-
readonly allowSingleLineBlocks: true;
|
|
473
|
-
}
|
|
474
|
-
];
|
|
475
|
-
readonly "stylistic/quote-props": readonly [
|
|
476
|
-
import("./state.js").State.ON,
|
|
477
|
-
"as-needed",
|
|
478
|
-
{
|
|
479
|
-
readonly keywords: true;
|
|
480
|
-
}
|
|
481
|
-
];
|
|
482
|
-
readonly "stylistic/quotes": readonly [
|
|
483
|
-
import("./state.js").State.ON,
|
|
484
|
-
"double",
|
|
485
|
-
{
|
|
486
|
-
readonly avoidEscape: true;
|
|
487
|
-
readonly allowTemplateLiterals: "always";
|
|
488
|
-
}
|
|
489
|
-
];
|
|
490
|
-
readonly "stylistic/rest-spread-spacing": import("./state.js").State.ON;
|
|
491
|
-
readonly "stylistic/semi": import("./state.js").State.ON;
|
|
492
|
-
readonly "stylistic/semi-spacing": import("./state.js").State.ON;
|
|
493
|
-
readonly "stylistic/semi-style": import("./state.js").State.ON;
|
|
494
|
-
readonly "stylistic/space-before-blocks": import("./state.js").State.ON;
|
|
495
|
-
readonly "stylistic/space-before-function-paren": readonly [
|
|
496
|
-
import("./state.js").State.ON,
|
|
497
|
-
{
|
|
498
|
-
readonly named: "never";
|
|
499
|
-
}
|
|
500
|
-
];
|
|
501
|
-
readonly "stylistic/space-in-parens": import("./state.js").State.ON;
|
|
502
|
-
readonly "stylistic/space-infix-ops": import("./state.js").State.ON;
|
|
503
|
-
readonly "stylistic/space-unary-ops": import("./state.js").State.ON;
|
|
504
|
-
readonly "stylistic/spaced-comment": readonly [
|
|
505
|
-
import("./state.js").State.ON,
|
|
506
|
-
"always",
|
|
507
|
-
{
|
|
508
|
-
readonly line: {
|
|
509
|
-
readonly exceptions: readonly [
|
|
510
|
-
"/",
|
|
511
|
-
"-",
|
|
512
|
-
"+",
|
|
513
|
-
"="
|
|
514
|
-
];
|
|
515
|
-
readonly markers: readonly [
|
|
516
|
-
"!",
|
|
517
|
-
"@",
|
|
518
|
-
"#",
|
|
519
|
-
"/",
|
|
520
|
-
"#region",
|
|
521
|
-
"#endregion",
|
|
522
|
-
"#part",
|
|
523
|
-
"/#region",
|
|
524
|
-
"/#endregion",
|
|
525
|
-
"/#part"
|
|
526
|
-
];
|
|
527
|
-
};
|
|
528
|
-
readonly block: {
|
|
529
|
-
readonly exceptions: readonly [
|
|
530
|
-
"*"
|
|
531
|
-
];
|
|
532
|
-
readonly markers: readonly [
|
|
533
|
-
"*"
|
|
534
|
-
];
|
|
535
|
-
readonly balanced: true;
|
|
536
|
-
};
|
|
537
|
-
}
|
|
538
|
-
];
|
|
539
|
-
readonly "stylistic/switch-colon-spacing": import("./state.js").State.ON;
|
|
540
|
-
readonly "stylistic/template-curly-spacing": import("./state.js").State.ON;
|
|
541
|
-
readonly "stylistic/template-tag-spacing": import("./state.js").State.ON;
|
|
542
|
-
readonly "stylistic/type-annotation-spacing": readonly [
|
|
543
|
-
import("./state.js").State.ON,
|
|
544
|
-
{
|
|
545
|
-
readonly before: true;
|
|
546
|
-
readonly after: true;
|
|
547
|
-
readonly overrides: {
|
|
548
|
-
readonly colon: {
|
|
549
|
-
readonly before: false;
|
|
550
|
-
readonly after: true;
|
|
551
|
-
};
|
|
215
|
+
readonly "stylistic/array-bracket-newline": State.ON;
|
|
216
|
+
readonly "stylistic/array-bracket-spacing": State.ON;
|
|
217
|
+
readonly "stylistic/array-element-newline": readonly [State.ON, {
|
|
218
|
+
readonly consistent: true;
|
|
219
|
+
readonly multiline: true;
|
|
220
|
+
readonly minItems: 3;
|
|
221
|
+
}];
|
|
222
|
+
readonly "stylistic/arrow-parens": readonly [State.ON, "as-needed"];
|
|
223
|
+
readonly "stylistic/arrow-spacing": State.ON;
|
|
224
|
+
readonly "stylistic/block-spacing": State.ON;
|
|
225
|
+
readonly "stylistic/brace-style": readonly [State.ON, "stroustrup", {
|
|
226
|
+
readonly allowSingleLine: true;
|
|
227
|
+
}];
|
|
228
|
+
readonly "stylistic/comma-dangle": readonly [State.ON, "always-multiline"];
|
|
229
|
+
readonly "stylistic/comma-spacing": State.ON;
|
|
230
|
+
readonly "stylistic/comma-style": State.ON;
|
|
231
|
+
readonly "stylistic/computed-property-spacing": State.ON;
|
|
232
|
+
readonly "stylistic/curly-newline": State.ON;
|
|
233
|
+
readonly "stylistic/dot-location": readonly [State.ON, "property"];
|
|
234
|
+
readonly "stylistic/eol-last": State.ON;
|
|
235
|
+
readonly "stylistic/function-call-argument-newline": readonly [State.ON, "consistent"];
|
|
236
|
+
readonly "stylistic/function-call-spacing": State.ON;
|
|
237
|
+
readonly "stylistic/function-paren-newline": readonly [State.ON, "multiline-arguments"];
|
|
238
|
+
readonly "stylistic/generator-star-spacing": State.ON;
|
|
239
|
+
readonly "stylistic/implicit-arrow-linebreak": State.ON;
|
|
240
|
+
readonly "stylistic/indent": readonly [State.ON, 2, {
|
|
241
|
+
readonly assignmentOperator: 0;
|
|
242
|
+
readonly VariableDeclarator: {
|
|
243
|
+
readonly var: 0;
|
|
244
|
+
readonly let: 0;
|
|
245
|
+
readonly const: 0;
|
|
246
|
+
};
|
|
247
|
+
readonly outerIIFEBody: 0;
|
|
248
|
+
readonly offsetTernaryExpressions: true;
|
|
249
|
+
}];
|
|
250
|
+
readonly "stylistic/indent-binary-ops": readonly [State.ON, 2];
|
|
251
|
+
readonly "stylistic/key-spacing": State.ON;
|
|
252
|
+
readonly "stylistic/keyword-spacing": State.ON;
|
|
253
|
+
readonly "stylistic/lines-between-class-members": readonly [State.ON, {
|
|
254
|
+
readonly enforce: readonly [{
|
|
255
|
+
readonly prev: "field";
|
|
256
|
+
readonly next: "field";
|
|
257
|
+
readonly blankLine: "never";
|
|
258
|
+
}, {
|
|
259
|
+
readonly prev: "field";
|
|
260
|
+
readonly next: "method";
|
|
261
|
+
readonly blankLine: "always";
|
|
262
|
+
}, {
|
|
263
|
+
readonly prev: "method";
|
|
264
|
+
readonly next: "*";
|
|
265
|
+
readonly blankLine: "always";
|
|
266
|
+
}];
|
|
267
|
+
}];
|
|
268
|
+
readonly "stylistic/max-len": readonly [State.ON, {
|
|
269
|
+
readonly code: 300;
|
|
270
|
+
readonly ignoreComments: true;
|
|
271
|
+
readonly ignoreTrailingComments: true;
|
|
272
|
+
readonly ignoreUrls: true;
|
|
273
|
+
readonly ignoreStrings: true;
|
|
274
|
+
readonly ignoreTemplateLiterals: true;
|
|
275
|
+
readonly ignoreRegExpLiterals: true;
|
|
276
|
+
}];
|
|
277
|
+
readonly "stylistic/max-statements-per-line": State.ON;
|
|
278
|
+
readonly "stylistic/member-delimiter-style": State.ON;
|
|
279
|
+
readonly "stylistic/multiline-ternary": readonly [State.ON, "always-multiline"];
|
|
280
|
+
readonly "stylistic/newline-per-chained-call": State.ON;
|
|
281
|
+
readonly "stylistic/no-extra-parens": State.ON;
|
|
282
|
+
readonly "stylistic/no-extra-semi": State.ON;
|
|
283
|
+
readonly "stylistic/no-floating-decimal": State.ON;
|
|
284
|
+
readonly "stylistic/no-mixed-spaces-and-tabs": State.ON;
|
|
285
|
+
readonly "stylistic/no-multi-spaces": readonly [State.ON, {
|
|
286
|
+
readonly exceptions: {
|
|
287
|
+
readonly Property: false;
|
|
288
|
+
readonly ImportAttributes: false;
|
|
289
|
+
};
|
|
290
|
+
}];
|
|
291
|
+
readonly "stylistic/no-multiple-empty-lines": readonly [State.ON, {
|
|
292
|
+
readonly max: 1;
|
|
293
|
+
readonly maxBOF: 0;
|
|
294
|
+
readonly maxEOF: 0;
|
|
295
|
+
}];
|
|
296
|
+
readonly "stylistic/no-tabs": State.ON;
|
|
297
|
+
readonly "stylistic/no-trailing-spaces": State.ON;
|
|
298
|
+
readonly "stylistic/no-whitespace-before-property": State.ON;
|
|
299
|
+
readonly "stylistic/nonblock-statement-body-position": readonly [State.ON, "below"];
|
|
300
|
+
readonly "stylistic/object-curly-newline": readonly [State.ON, {
|
|
301
|
+
readonly consistent: true;
|
|
302
|
+
readonly multiline: true;
|
|
303
|
+
readonly minProperties: 3;
|
|
304
|
+
}];
|
|
305
|
+
readonly "stylistic/object-curly-spacing": readonly [State.ON, "always", {
|
|
306
|
+
readonly emptyObjects: "never";
|
|
307
|
+
}];
|
|
308
|
+
readonly "stylistic/object-property-newline": State.ON;
|
|
309
|
+
readonly "stylistic/one-var-declaration-per-line": readonly [State.ON, "always"];
|
|
310
|
+
readonly "stylistic/operator-linebreak": readonly [State.ON, "before"];
|
|
311
|
+
readonly "stylistic/padded-blocks": readonly [State.ON, "never", {
|
|
312
|
+
readonly allowSingleLineBlocks: true;
|
|
313
|
+
}];
|
|
314
|
+
readonly "stylistic/quote-props": readonly [State.ON, "as-needed", {
|
|
315
|
+
readonly keywords: true;
|
|
316
|
+
}];
|
|
317
|
+
readonly "stylistic/quotes": readonly [State.ON, "double", {
|
|
318
|
+
readonly avoidEscape: true;
|
|
319
|
+
readonly allowTemplateLiterals: "always";
|
|
320
|
+
}];
|
|
321
|
+
readonly "stylistic/rest-spread-spacing": State.ON;
|
|
322
|
+
readonly "stylistic/semi": State.ON;
|
|
323
|
+
readonly "stylistic/semi-spacing": State.ON;
|
|
324
|
+
readonly "stylistic/semi-style": State.ON;
|
|
325
|
+
readonly "stylistic/space-before-blocks": State.ON;
|
|
326
|
+
readonly "stylistic/space-before-function-paren": readonly [State.ON, {
|
|
327
|
+
readonly named: "never";
|
|
328
|
+
}];
|
|
329
|
+
readonly "stylistic/space-in-parens": State.ON;
|
|
330
|
+
readonly "stylistic/space-infix-ops": State.ON;
|
|
331
|
+
readonly "stylistic/space-unary-ops": State.ON;
|
|
332
|
+
readonly "stylistic/spaced-comment": readonly [State.ON, "always", {
|
|
333
|
+
readonly line: {
|
|
334
|
+
readonly exceptions: readonly ["/", "-", "+", "="];
|
|
335
|
+
readonly markers: readonly ["!", "@", "#", "/", "#region", "#endregion", "#part", "/#region", "/#endregion", "/#part"];
|
|
336
|
+
};
|
|
337
|
+
readonly block: {
|
|
338
|
+
readonly exceptions: readonly ["*"];
|
|
339
|
+
readonly markers: readonly ["*"];
|
|
340
|
+
readonly balanced: true;
|
|
341
|
+
};
|
|
342
|
+
}];
|
|
343
|
+
readonly "stylistic/switch-colon-spacing": State.ON;
|
|
344
|
+
readonly "stylistic/template-curly-spacing": State.ON;
|
|
345
|
+
readonly "stylistic/template-tag-spacing": State.ON;
|
|
346
|
+
readonly "stylistic/type-annotation-spacing": readonly [State.ON, {
|
|
347
|
+
readonly before: true;
|
|
348
|
+
readonly after: true;
|
|
349
|
+
readonly overrides: {
|
|
350
|
+
readonly colon: {
|
|
351
|
+
readonly before: false;
|
|
352
|
+
readonly after: true;
|
|
552
353
|
};
|
|
553
|
-
}
|
|
554
|
-
];
|
|
555
|
-
readonly "stylistic/type-generic-spacing":
|
|
556
|
-
readonly "stylistic/type-named-tuple-spacing":
|
|
557
|
-
readonly "stylistic/wrap-iife": readonly [
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
}
|
|
563
|
-
];
|
|
564
|
-
readonly "stylistic/wrap-regex": import("./state.js").State.ON;
|
|
565
|
-
readonly "stylistic/yield-star-spacing": import("./state.js").State.ON;
|
|
354
|
+
};
|
|
355
|
+
}];
|
|
356
|
+
readonly "stylistic/type-generic-spacing": State.ON;
|
|
357
|
+
readonly "stylistic/type-named-tuple-spacing": State.ON;
|
|
358
|
+
readonly "stylistic/wrap-iife": readonly [State.ON, "inside", {
|
|
359
|
+
readonly functionPrototypeMethods: true;
|
|
360
|
+
}];
|
|
361
|
+
readonly "stylistic/wrap-regex": State.ON;
|
|
362
|
+
readonly "stylistic/yield-star-spacing": State.ON;
|
|
566
363
|
};
|
|
567
364
|
})[];
|
|
568
365
|
export default _default;
|
|
569
|
-
//# sourceMappingURL=js.d.ts.map
|
|
366
|
+
//# sourceMappingURL=js.d.ts.map
|