@eslinted/defaults 17.2.9 → 17.2.10
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 +1139 -792
- package/dist/rules/css/index.d.ts +2 -1
- 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 +2 -1
- package/dist/rules/disable.d.ts.map +1 -1
- package/dist/rules/disable.js.map +1 -1
- package/dist/rules/html/index.d.ts +37 -17
- 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 +1139 -792
- package/dist/rules/js.d.ts +560 -357
- package/dist/rules/js.eslint.d.ts +184 -90
- 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 +219 -108
- 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 +68 -53
- package/dist/rules/json/json.d.ts +2 -1
- 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 +32 -16
- 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 +2 -1
- 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 +2 -1
- 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 +6 -2
- 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 +2 -1
- 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 +9 -5
- 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 +29 -26
- package/dist/rules/mocha/mocha.d.ts +2 -1
- package/dist/rules/mocha/mocha.d.ts.map +1 -1
- package/dist/rules/mocha/mocha.js.map +1 -1
- package/dist/rules/state.d.ts +6 -0
- package/dist/rules/state.d.ts.map +1 -0
- package/dist/rules/state.js +2 -0
- package/dist/rules/state.js.map +1 -0
- package/dist/rules/svelte/disable.d.ts +2 -1
- 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 +6 -2
- 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 +121 -93
- package/dist/rules/svelte/svelte.d.ts +49 -23
- 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 +2 -1
- 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 +31 -18
- 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 +220 -169
- package/dist/rules/ts/ts.d.ts +93 -53
- 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 +44 -18
- 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 +58 -33
- package/dist/rules/yml/yml.d.ts +2 -1
- 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/rules/css/index.ts +2 -0
- package/src/rules/disable.ts +2 -0
- package/src/rules/html/index.ts +2 -0
- package/src/rules/js.eslint.ts +2 -0
- package/src/rules/js.stylistic.ts +2 -0
- package/src/rules/json/json.ts +2 -0
- package/src/rules/json/plugin/extend.ts +2 -0
- package/src/rules/json/plugin/index.ts +2 -0
- package/src/rules/jsonc/index.ts +2 -0
- package/src/rules/jsoncc/index.ts +2 -0
- package/src/rules/mocha/chai/expect.ts +2 -0
- package/src/rules/mocha/chai/index.ts +2 -0
- package/src/rules/mocha/mocha.ts +2 -0
- package/src/rules/state.ts +5 -0
- package/src/rules/svelte/disable.ts +2 -0
- package/src/rules/svelte/extend.ts +2 -0
- package/src/rules/svelte/svelte.ts +2 -0
- package/src/rules/ts/disable.ts +2 -0
- package/src/rules/ts/extend.ts +2 -0
- package/src/rules/ts/ts.ts +2 -0
- package/src/rules/tsconfig.json +0 -1
- package/src/rules/yml/extend.ts +2 -0
- package/src/rules/yml/yml.ts +2 -0
- package/src/tsconfig.json +0 -1
- package/typings/index.d.ts +0 -5
package/dist/index.d.ts
CHANGED
|
@@ -19,867 +19,1214 @@ declare const _default: {
|
|
|
19
19
|
rules: {
|
|
20
20
|
js: ({
|
|
21
21
|
rules: {
|
|
22
|
-
readonly "array-callback-return": readonly [
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
readonly "
|
|
30
|
-
readonly "
|
|
31
|
-
readonly "
|
|
32
|
-
readonly "no-
|
|
33
|
-
readonly "no-
|
|
34
|
-
readonly "no-
|
|
35
|
-
readonly "no-
|
|
36
|
-
readonly "no-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
readonly "no-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
readonly "no-
|
|
46
|
-
readonly "no-
|
|
47
|
-
readonly "no-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
readonly "no-
|
|
52
|
-
readonly "no-
|
|
53
|
-
readonly "no-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
readonly "no-
|
|
61
|
-
readonly "no-
|
|
62
|
-
readonly "no-
|
|
63
|
-
readonly "no-
|
|
64
|
-
readonly "no-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
readonly "no-
|
|
71
|
-
readonly "no-
|
|
72
|
-
readonly "no-
|
|
73
|
-
readonly "no-
|
|
74
|
-
readonly "no-
|
|
75
|
-
readonly "no-
|
|
76
|
-
readonly "no-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
readonly "no-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
readonly "no-
|
|
88
|
-
readonly "no-
|
|
89
|
-
readonly "no-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
readonly "no-
|
|
93
|
-
readonly "no-
|
|
94
|
-
readonly "
|
|
95
|
-
readonly "
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
readonly
|
|
109
|
-
readonly "
|
|
110
|
-
readonly "
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
readonly "no-
|
|
118
|
-
readonly "
|
|
119
|
-
readonly "
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
readonly "
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
readonly "
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
readonly "
|
|
138
|
-
readonly "
|
|
139
|
-
readonly "
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
readonly "
|
|
147
|
-
readonly "
|
|
148
|
-
readonly "
|
|
149
|
-
readonly "
|
|
150
|
-
readonly "
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
readonly "no-
|
|
158
|
-
readonly "no-
|
|
159
|
-
readonly "no-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
readonly "no-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
readonly "no-
|
|
166
|
-
readonly "no-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
readonly "no-
|
|
179
|
-
readonly "no-
|
|
180
|
-
readonly "no-
|
|
181
|
-
readonly "no-
|
|
182
|
-
readonly "no-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
readonly "no-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
readonly "
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
readonly "
|
|
213
|
-
readonly "
|
|
214
|
-
readonly "
|
|
215
|
-
readonly "
|
|
216
|
-
readonly "
|
|
217
|
-
readonly "
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
readonly "
|
|
230
|
-
readonly
|
|
22
|
+
readonly "array-callback-return": readonly [
|
|
23
|
+
import("./rules/state.js").State.ON,
|
|
24
|
+
{
|
|
25
|
+
readonly checkForEach: true;
|
|
26
|
+
readonly allowVoid: true;
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
readonly "constructor-super": import("./rules/state.js").State.ON;
|
|
30
|
+
readonly "for-direction": import("./rules/state.js").State.ON;
|
|
31
|
+
readonly "getter-return": import("./rules/state.js").State.ON;
|
|
32
|
+
readonly "no-async-promise-executor": import("./rules/state.js").State.ON;
|
|
33
|
+
readonly "no-await-in-loop": import("./rules/state.js").State.ON;
|
|
34
|
+
readonly "no-class-assign": import("./rules/state.js").State.ON;
|
|
35
|
+
readonly "no-compare-neg-zero": import("./rules/state.js").State.ON;
|
|
36
|
+
readonly "no-cond-assign": import("./rules/state.js").State.ON;
|
|
37
|
+
readonly "no-const-assign": import("./rules/state.js").State.ON;
|
|
38
|
+
readonly "no-constant-binary-expression": import("./rules/state.js").State.ON;
|
|
39
|
+
readonly "no-constant-condition": readonly [
|
|
40
|
+
import("./rules/state.js").State.ON,
|
|
41
|
+
{
|
|
42
|
+
readonly checkLoops: "all";
|
|
43
|
+
}
|
|
44
|
+
];
|
|
45
|
+
readonly "no-constructor-return": import("./rules/state.js").State.ON;
|
|
46
|
+
readonly "no-control-regex": import("./rules/state.js").State.ON;
|
|
47
|
+
readonly "no-debugger": import("./rules/state.js").State.ON;
|
|
48
|
+
readonly "no-dupe-args": import("./rules/state.js").State.ON;
|
|
49
|
+
readonly "no-dupe-class-members": import("./rules/state.js").State.ON;
|
|
50
|
+
readonly "no-dupe-else-if": import("./rules/state.js").State.ON;
|
|
51
|
+
readonly "no-dupe-keys": import("./rules/state.js").State.ON;
|
|
52
|
+
readonly "no-duplicate-case": import("./rules/state.js").State.ON;
|
|
53
|
+
readonly "no-duplicate-imports": readonly [
|
|
54
|
+
import("./rules/state.js").State.ON,
|
|
55
|
+
{
|
|
56
|
+
readonly includeExports: true;
|
|
57
|
+
readonly allowSeparateTypeImports: true;
|
|
58
|
+
}
|
|
59
|
+
];
|
|
60
|
+
readonly "no-empty-character-class": import("./rules/state.js").State.ON;
|
|
61
|
+
readonly "no-empty-pattern": import("./rules/state.js").State.ON;
|
|
62
|
+
readonly "no-ex-assign": import("./rules/state.js").State.ON;
|
|
63
|
+
readonly "no-fallthrough": import("./rules/state.js").State.ON;
|
|
64
|
+
readonly "no-func-assign": import("./rules/state.js").State.ON;
|
|
65
|
+
readonly "no-import-assign": import("./rules/state.js").State.ON;
|
|
66
|
+
readonly "no-inner-declarations": readonly [
|
|
67
|
+
import("./rules/state.js").State.ON,
|
|
68
|
+
"both"
|
|
69
|
+
];
|
|
70
|
+
readonly "no-invalid-regexp": import("./rules/state.js").State.ON;
|
|
71
|
+
readonly "no-irregular-whitespace": import("./rules/state.js").State.ON;
|
|
72
|
+
readonly "no-loss-of-precision": import("./rules/state.js").State.ON;
|
|
73
|
+
readonly "no-misleading-character-class": import("./rules/state.js").State.ON;
|
|
74
|
+
readonly "no-new-native-nonconstructor": import("./rules/state.js").State.ON;
|
|
75
|
+
readonly "no-obj-calls": import("./rules/state.js").State.ON;
|
|
76
|
+
readonly "no-promise-executor-return": readonly [
|
|
77
|
+
import("./rules/state.js").State.ON,
|
|
78
|
+
{
|
|
79
|
+
readonly allowVoid: true;
|
|
80
|
+
}
|
|
81
|
+
];
|
|
82
|
+
readonly "no-prototype-builtins": import("./rules/state.js").State.ON;
|
|
83
|
+
readonly "no-self-assign": import("./rules/state.js").State.ON;
|
|
84
|
+
readonly "no-self-compare": import("./rules/state.js").State.ON;
|
|
85
|
+
readonly "no-setter-return": import("./rules/state.js").State.ON;
|
|
86
|
+
readonly "no-sparse-arrays": import("./rules/state.js").State.ON;
|
|
87
|
+
readonly "no-template-curly-in-string": import("./rules/state.js").State.ON;
|
|
88
|
+
readonly "no-this-before-super": import("./rules/state.js").State.ON;
|
|
89
|
+
readonly "no-unassigned-vars": import("./rules/state.js").State.ON;
|
|
90
|
+
readonly "no-undef": import("./rules/state.js").State.ON;
|
|
91
|
+
readonly "no-unexpected-multiline": import("./rules/state.js").State.ON;
|
|
92
|
+
readonly "no-unmodified-loop-condition": import("./rules/state.js").State.ON;
|
|
93
|
+
readonly "no-unreachable": import("./rules/state.js").State.ON;
|
|
94
|
+
readonly "no-unreachable-loop": import("./rules/state.js").State.ON;
|
|
95
|
+
readonly "no-unsafe-finally": import("./rules/state.js").State.ON;
|
|
96
|
+
readonly "no-unsafe-negation": readonly [
|
|
97
|
+
import("./rules/state.js").State.ON,
|
|
98
|
+
{
|
|
99
|
+
readonly enforceForOrderingRelations: true;
|
|
100
|
+
}
|
|
101
|
+
];
|
|
102
|
+
readonly "no-unsafe-optional-chaining": readonly [
|
|
103
|
+
import("./rules/state.js").State.ON,
|
|
104
|
+
{
|
|
105
|
+
readonly disallowArithmeticOperators: true;
|
|
106
|
+
}
|
|
107
|
+
];
|
|
108
|
+
readonly "no-unused-private-class-members": import("./rules/state.js").State.ON;
|
|
109
|
+
readonly "no-unused-vars": import("./rules/state.js").State.ON;
|
|
110
|
+
readonly "no-use-before-define": readonly [
|
|
111
|
+
import("./rules/state.js").State.ON,
|
|
112
|
+
{
|
|
113
|
+
readonly typedefs: false;
|
|
114
|
+
}
|
|
115
|
+
];
|
|
116
|
+
readonly "no-useless-assignment": import("./rules/state.js").State.ON;
|
|
117
|
+
readonly "no-useless-backreference": import("./rules/state.js").State.ON;
|
|
118
|
+
readonly "require-atomic-updates": import("./rules/state.js").State.ON;
|
|
119
|
+
readonly "use-isnan": readonly [
|
|
120
|
+
import("./rules/state.js").State.ON,
|
|
121
|
+
{
|
|
122
|
+
readonly enforceForIndexOf: true;
|
|
123
|
+
}
|
|
124
|
+
];
|
|
125
|
+
readonly "valid-typeof": readonly [
|
|
126
|
+
import("./rules/state.js").State.ON,
|
|
127
|
+
{
|
|
128
|
+
readonly requireStringLiterals: true;
|
|
129
|
+
}
|
|
130
|
+
];
|
|
131
|
+
readonly "accessor-pairs": readonly [
|
|
132
|
+
import("./rules/state.js").State.ON,
|
|
133
|
+
{
|
|
134
|
+
readonly enforceForTSTypes: true;
|
|
135
|
+
}
|
|
136
|
+
];
|
|
137
|
+
readonly "arrow-body-style": import("./rules/state.js").State.ON;
|
|
138
|
+
readonly "block-scoped-var": import("./rules/state.js").State.ON;
|
|
139
|
+
readonly "consistent-return": import("./rules/state.js").State.ON;
|
|
140
|
+
readonly "consistent-this": import("./rules/state.js").State.ON;
|
|
141
|
+
readonly curly: readonly [
|
|
142
|
+
import("./rules/state.js").State.ON,
|
|
143
|
+
"multi"
|
|
144
|
+
];
|
|
145
|
+
readonly "default-case-last": import("./rules/state.js").State.ON;
|
|
146
|
+
readonly "default-param-last": import("./rules/state.js").State.ON;
|
|
147
|
+
readonly "dot-notation": import("./rules/state.js").State.ON;
|
|
148
|
+
readonly eqeqeq: import("./rules/state.js").State.ON;
|
|
149
|
+
readonly "init-declarations": import("./rules/state.js").State.ON;
|
|
150
|
+
readonly "logical-assignment-operators": readonly [
|
|
151
|
+
import("./rules/state.js").State.ON,
|
|
152
|
+
"always",
|
|
153
|
+
{
|
|
154
|
+
readonly enforceForIfStatements: true;
|
|
155
|
+
}
|
|
156
|
+
];
|
|
157
|
+
readonly "no-alert": import("./rules/state.js").State.ON;
|
|
158
|
+
readonly "no-array-constructor": import("./rules/state.js").State.ON;
|
|
159
|
+
readonly "no-bitwise": import("./rules/state.js").State.ON;
|
|
160
|
+
readonly "no-caller": import("./rules/state.js").State.ON;
|
|
161
|
+
readonly "no-case-declarations": import("./rules/state.js").State.ON;
|
|
162
|
+
readonly "no-continue": import("./rules/state.js").State.ON;
|
|
163
|
+
readonly "no-delete-var": import("./rules/state.js").State.ON;
|
|
164
|
+
readonly "no-div-regex": import("./rules/state.js").State.ON;
|
|
165
|
+
readonly "no-empty": import("./rules/state.js").State.ON;
|
|
166
|
+
readonly "no-empty-function": readonly [
|
|
167
|
+
import("./rules/state.js").State.ON,
|
|
168
|
+
{
|
|
169
|
+
readonly allow: readonly [
|
|
170
|
+
"constructors",
|
|
171
|
+
"privateConstructors",
|
|
172
|
+
"protectedConstructors",
|
|
173
|
+
"decoratedFunctions",
|
|
174
|
+
"overrideMethods"
|
|
175
|
+
];
|
|
176
|
+
}
|
|
177
|
+
];
|
|
178
|
+
readonly "no-empty-static-block": import("./rules/state.js").State.ON;
|
|
179
|
+
readonly "no-eq-null": import("./rules/state.js").State.ON;
|
|
180
|
+
readonly "no-eval": import("./rules/state.js").State.ON;
|
|
181
|
+
readonly "no-extend-native": import("./rules/state.js").State.ON;
|
|
182
|
+
readonly "no-extra-bind": import("./rules/state.js").State.ON;
|
|
183
|
+
readonly "no-extra-boolean-cast": readonly [
|
|
184
|
+
import("./rules/state.js").State.ON,
|
|
185
|
+
{
|
|
186
|
+
readonly enforceForLogicalOperands: true;
|
|
187
|
+
}
|
|
188
|
+
];
|
|
189
|
+
readonly "no-extra-label": import("./rules/state.js").State.ON;
|
|
190
|
+
readonly "no-global-assign": import("./rules/state.js").State.ON;
|
|
191
|
+
readonly "no-implicit-coercion": readonly [
|
|
192
|
+
import("./rules/state.js").State.ON,
|
|
193
|
+
{
|
|
194
|
+
readonly disallowTemplateShorthand: true;
|
|
195
|
+
}
|
|
196
|
+
];
|
|
197
|
+
readonly "no-implied-eval": import("./rules/state.js").State.ON;
|
|
198
|
+
readonly "no-invalid-this": readonly [
|
|
199
|
+
import("./rules/state.js").State.ON,
|
|
200
|
+
{
|
|
201
|
+
readonly capIsConstructor: false;
|
|
202
|
+
}
|
|
203
|
+
];
|
|
204
|
+
readonly "no-iterator": import("./rules/state.js").State.ON;
|
|
205
|
+
readonly "no-label-var": import("./rules/state.js").State.ON;
|
|
206
|
+
readonly "no-lone-blocks": import("./rules/state.js").State.ON;
|
|
207
|
+
readonly "no-loop-func": import("./rules/state.js").State.ON;
|
|
208
|
+
readonly "no-multi-assign": import("./rules/state.js").State.ON;
|
|
209
|
+
readonly "no-multi-str": import("./rules/state.js").State.ON;
|
|
210
|
+
readonly "no-new": import("./rules/state.js").State.ON;
|
|
211
|
+
readonly "no-new-func": import("./rules/state.js").State.ON;
|
|
212
|
+
readonly "no-new-wrappers": import("./rules/state.js").State.ON;
|
|
213
|
+
readonly "no-nonoctal-decimal-escape": import("./rules/state.js").State.ON;
|
|
214
|
+
readonly "no-object-constructor": import("./rules/state.js").State.ON;
|
|
215
|
+
readonly "no-octal": import("./rules/state.js").State.ON;
|
|
216
|
+
readonly "no-octal-escape": import("./rules/state.js").State.ON;
|
|
217
|
+
readonly "no-param-reassign": readonly [
|
|
218
|
+
import("./rules/state.js").State.ON,
|
|
219
|
+
{
|
|
220
|
+
readonly props: true;
|
|
221
|
+
}
|
|
222
|
+
];
|
|
223
|
+
readonly "no-plusplus": readonly [
|
|
224
|
+
import("./rules/state.js").State.ON,
|
|
225
|
+
{
|
|
226
|
+
readonly allowForLoopAfterthoughts: true;
|
|
227
|
+
}
|
|
228
|
+
];
|
|
229
|
+
readonly "no-proto": import("./rules/state.js").State.ON;
|
|
230
|
+
readonly "no-script-url": import("./rules/state.js").State.ON;
|
|
231
|
+
readonly "no-sequences": import("./rules/state.js").State.ON;
|
|
232
|
+
readonly "no-shadow-restricted-names": import("./rules/state.js").State.ON;
|
|
233
|
+
readonly "no-throw-literal": import("./rules/state.js").State.ON;
|
|
234
|
+
readonly "no-undef-init": import("./rules/state.js").State.ON;
|
|
235
|
+
readonly "no-unneeded-ternary": import("./rules/state.js").State.ON;
|
|
236
|
+
readonly "no-unused-expressions": readonly [
|
|
237
|
+
import("./rules/state.js").State.ON,
|
|
238
|
+
{
|
|
239
|
+
readonly allowShortCircuit: true;
|
|
240
|
+
readonly allowTernary: true;
|
|
241
|
+
}
|
|
242
|
+
];
|
|
243
|
+
readonly "no-unused-labels": import("./rules/state.js").State.ON;
|
|
244
|
+
readonly "no-useless-call": import("./rules/state.js").State.ON;
|
|
245
|
+
readonly "no-useless-catch": import("./rules/state.js").State.ON;
|
|
246
|
+
readonly "no-useless-computed-key": import("./rules/state.js").State.ON;
|
|
247
|
+
readonly "no-useless-concat": import("./rules/state.js").State.ON;
|
|
248
|
+
readonly "no-useless-constructor": import("./rules/state.js").State.ON;
|
|
249
|
+
readonly "no-useless-escape": readonly [
|
|
250
|
+
import("./rules/state.js").State.ON,
|
|
251
|
+
{
|
|
252
|
+
readonly allowRegexCharacters: readonly [
|
|
253
|
+
"-"
|
|
254
|
+
];
|
|
255
|
+
}
|
|
256
|
+
];
|
|
257
|
+
readonly "no-useless-rename": import("./rules/state.js").State.ON;
|
|
258
|
+
readonly "no-useless-return": import("./rules/state.js").State.ON;
|
|
259
|
+
readonly "no-var": import("./rules/state.js").State.ON;
|
|
260
|
+
readonly "no-void": readonly [
|
|
261
|
+
import("./rules/state.js").State.ON,
|
|
262
|
+
{
|
|
263
|
+
readonly allowAsStatement: true;
|
|
264
|
+
}
|
|
265
|
+
];
|
|
266
|
+
readonly "no-with": import("./rules/state.js").State.ON;
|
|
267
|
+
readonly "object-shorthand": import("./rules/state.js").State.ON;
|
|
268
|
+
readonly "one-var": readonly [
|
|
269
|
+
import("./rules/state.js").State.ON,
|
|
270
|
+
{
|
|
271
|
+
readonly var: "consecutive";
|
|
272
|
+
readonly let: "consecutive";
|
|
273
|
+
readonly const: "consecutive";
|
|
274
|
+
readonly using: "consecutive";
|
|
275
|
+
readonly awaitUsing: "consecutive";
|
|
276
|
+
readonly separateRequires: true;
|
|
277
|
+
}
|
|
278
|
+
];
|
|
279
|
+
readonly "operator-assignment": import("./rules/state.js").State.ON;
|
|
280
|
+
readonly "prefer-arrow-callback": import("./rules/state.js").State.ON;
|
|
281
|
+
readonly "prefer-const": readonly [
|
|
282
|
+
import("./rules/state.js").State.ON,
|
|
283
|
+
{
|
|
284
|
+
readonly destructuring: "all";
|
|
285
|
+
}
|
|
286
|
+
];
|
|
287
|
+
readonly "prefer-destructuring": readonly [
|
|
288
|
+
import("./rules/state.js").State.ON,
|
|
289
|
+
{
|
|
290
|
+
readonly AssignmentExpression: {
|
|
291
|
+
readonly array: false;
|
|
292
|
+
readonly object: false;
|
|
293
|
+
};
|
|
294
|
+
}
|
|
295
|
+
];
|
|
296
|
+
readonly "prefer-exponentiation-operator": import("./rules/state.js").State.ON;
|
|
297
|
+
readonly "prefer-numeric-literals": import("./rules/state.js").State.ON;
|
|
298
|
+
readonly "prefer-object-has-own": import("./rules/state.js").State.ON;
|
|
299
|
+
readonly "prefer-object-spread": import("./rules/state.js").State.ON;
|
|
300
|
+
readonly "prefer-promise-reject-errors": import("./rules/state.js").State.ON;
|
|
301
|
+
readonly "prefer-regex-literals": readonly [
|
|
302
|
+
import("./rules/state.js").State.ON,
|
|
303
|
+
{
|
|
304
|
+
readonly disallowRedundantWrapping: true;
|
|
305
|
+
}
|
|
306
|
+
];
|
|
307
|
+
readonly "prefer-rest-params": import("./rules/state.js").State.ON;
|
|
308
|
+
readonly "prefer-spread": import("./rules/state.js").State.ON;
|
|
309
|
+
readonly "preserve-caught-error": readonly [
|
|
310
|
+
import("./rules/state.js").State.ON,
|
|
311
|
+
{
|
|
312
|
+
readonly requireCatchParameter: true;
|
|
313
|
+
}
|
|
314
|
+
];
|
|
315
|
+
readonly radix: readonly [
|
|
316
|
+
import("./rules/state.js").State.ON,
|
|
317
|
+
"as-needed"
|
|
318
|
+
];
|
|
319
|
+
readonly "require-await": import("./rules/state.js").State.ON;
|
|
320
|
+
readonly "require-unicode-regexp": import("./rules/state.js").State.ON;
|
|
321
|
+
readonly "require-yield": import("./rules/state.js").State.ON;
|
|
322
|
+
readonly "vars-on-top": import("./rules/state.js").State.ON;
|
|
323
|
+
readonly yoda: import("./rules/state.js").State.ON;
|
|
231
324
|
};
|
|
232
325
|
} | {
|
|
233
326
|
rules: {
|
|
234
|
-
readonly "stylistic/array-bracket-newline": State.ON;
|
|
235
|
-
readonly "stylistic/array-bracket-spacing": State.ON;
|
|
236
|
-
readonly "stylistic/array-element-newline": readonly [
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
readonly "stylistic/
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
readonly "stylistic/
|
|
249
|
-
readonly "stylistic/
|
|
250
|
-
readonly "stylistic/
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
readonly "stylistic/
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
readonly "stylistic/
|
|
270
|
-
readonly "stylistic/
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
readonly "stylistic/
|
|
300
|
-
readonly "stylistic/
|
|
301
|
-
readonly "stylistic/
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
readonly "stylistic/
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
readonly "stylistic/
|
|
342
|
-
readonly "stylistic/
|
|
343
|
-
readonly "stylistic/semi
|
|
344
|
-
readonly "stylistic/
|
|
345
|
-
readonly "stylistic/
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
readonly
|
|
359
|
-
readonly
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
readonly "stylistic/
|
|
364
|
-
readonly "stylistic/
|
|
365
|
-
readonly "stylistic/
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
327
|
+
readonly "stylistic/array-bracket-newline": import("./rules/state.js").State.ON;
|
|
328
|
+
readonly "stylistic/array-bracket-spacing": import("./rules/state.js").State.ON;
|
|
329
|
+
readonly "stylistic/array-element-newline": readonly [
|
|
330
|
+
import("./rules/state.js").State.ON,
|
|
331
|
+
{
|
|
332
|
+
readonly consistent: true;
|
|
333
|
+
readonly multiline: true;
|
|
334
|
+
readonly minItems: 3;
|
|
335
|
+
}
|
|
336
|
+
];
|
|
337
|
+
readonly "stylistic/arrow-parens": readonly [
|
|
338
|
+
import("./rules/state.js").State.ON,
|
|
339
|
+
"as-needed"
|
|
340
|
+
];
|
|
341
|
+
readonly "stylistic/arrow-spacing": import("./rules/state.js").State.ON;
|
|
342
|
+
readonly "stylistic/block-spacing": import("./rules/state.js").State.ON;
|
|
343
|
+
readonly "stylistic/brace-style": readonly [
|
|
344
|
+
import("./rules/state.js").State.ON,
|
|
345
|
+
"stroustrup",
|
|
346
|
+
{
|
|
347
|
+
readonly allowSingleLine: true;
|
|
348
|
+
}
|
|
349
|
+
];
|
|
350
|
+
readonly "stylistic/comma-dangle": readonly [
|
|
351
|
+
import("./rules/state.js").State.ON,
|
|
352
|
+
"always-multiline"
|
|
353
|
+
];
|
|
354
|
+
readonly "stylistic/comma-spacing": import("./rules/state.js").State.ON;
|
|
355
|
+
readonly "stylistic/comma-style": import("./rules/state.js").State.ON;
|
|
356
|
+
readonly "stylistic/computed-property-spacing": import("./rules/state.js").State.ON;
|
|
357
|
+
readonly "stylistic/curly-newline": import("./rules/state.js").State.ON;
|
|
358
|
+
readonly "stylistic/dot-location": readonly [
|
|
359
|
+
import("./rules/state.js").State.ON,
|
|
360
|
+
"property"
|
|
361
|
+
];
|
|
362
|
+
readonly "stylistic/eol-last": import("./rules/state.js").State.ON;
|
|
363
|
+
readonly "stylistic/function-call-argument-newline": readonly [
|
|
364
|
+
import("./rules/state.js").State.ON,
|
|
365
|
+
"consistent"
|
|
366
|
+
];
|
|
367
|
+
readonly "stylistic/function-call-spacing": import("./rules/state.js").State.ON;
|
|
368
|
+
readonly "stylistic/function-paren-newline": readonly [
|
|
369
|
+
import("./rules/state.js").State.ON,
|
|
370
|
+
"multiline-arguments"
|
|
371
|
+
];
|
|
372
|
+
readonly "stylistic/generator-star-spacing": import("./rules/state.js").State.ON;
|
|
373
|
+
readonly "stylistic/implicit-arrow-linebreak": import("./rules/state.js").State.ON;
|
|
374
|
+
readonly "stylistic/indent": readonly [
|
|
375
|
+
import("./rules/state.js").State.ON,
|
|
376
|
+
2,
|
|
377
|
+
{
|
|
378
|
+
readonly assignmentOperator: 0;
|
|
379
|
+
readonly VariableDeclarator: {
|
|
380
|
+
readonly var: 0;
|
|
381
|
+
readonly let: 0;
|
|
382
|
+
readonly const: 0;
|
|
383
|
+
};
|
|
384
|
+
readonly outerIIFEBody: 0;
|
|
385
|
+
readonly offsetTernaryExpressions: true;
|
|
386
|
+
}
|
|
387
|
+
];
|
|
388
|
+
readonly "stylistic/indent-binary-ops": readonly [
|
|
389
|
+
import("./rules/state.js").State.ON,
|
|
390
|
+
2
|
|
391
|
+
];
|
|
392
|
+
readonly "stylistic/key-spacing": import("./rules/state.js").State.ON;
|
|
393
|
+
readonly "stylistic/keyword-spacing": import("./rules/state.js").State.ON;
|
|
394
|
+
readonly "stylistic/lines-between-class-members": readonly [
|
|
395
|
+
import("./rules/state.js").State.ON,
|
|
396
|
+
{
|
|
397
|
+
readonly enforce: readonly [
|
|
398
|
+
{
|
|
399
|
+
readonly prev: "field";
|
|
400
|
+
readonly next: "field";
|
|
401
|
+
readonly blankLine: "never";
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
readonly prev: "field";
|
|
405
|
+
readonly next: "method";
|
|
406
|
+
readonly blankLine: "always";
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
readonly prev: "method";
|
|
410
|
+
readonly next: "*";
|
|
411
|
+
readonly blankLine: "always";
|
|
412
|
+
}
|
|
413
|
+
];
|
|
414
|
+
}
|
|
415
|
+
];
|
|
416
|
+
readonly "stylistic/max-len": readonly [
|
|
417
|
+
import("./rules/state.js").State.ON,
|
|
418
|
+
{
|
|
419
|
+
readonly code: 300;
|
|
420
|
+
readonly ignoreComments: true;
|
|
421
|
+
readonly ignoreTrailingComments: true;
|
|
422
|
+
readonly ignoreUrls: true;
|
|
423
|
+
readonly ignoreStrings: true;
|
|
424
|
+
readonly ignoreTemplateLiterals: true;
|
|
425
|
+
readonly ignoreRegExpLiterals: true;
|
|
426
|
+
}
|
|
427
|
+
];
|
|
428
|
+
readonly "stylistic/max-statements-per-line": import("./rules/state.js").State.ON;
|
|
429
|
+
readonly "stylistic/member-delimiter-style": import("./rules/state.js").State.ON;
|
|
430
|
+
readonly "stylistic/multiline-ternary": readonly [
|
|
431
|
+
import("./rules/state.js").State.ON,
|
|
432
|
+
"always-multiline"
|
|
433
|
+
];
|
|
434
|
+
readonly "stylistic/newline-per-chained-call": import("./rules/state.js").State.ON;
|
|
435
|
+
readonly "stylistic/no-extra-parens": import("./rules/state.js").State.ON;
|
|
436
|
+
readonly "stylistic/no-extra-semi": import("./rules/state.js").State.ON;
|
|
437
|
+
readonly "stylistic/no-floating-decimal": import("./rules/state.js").State.ON;
|
|
438
|
+
readonly "stylistic/no-mixed-spaces-and-tabs": import("./rules/state.js").State.ON;
|
|
439
|
+
readonly "stylistic/no-multi-spaces": readonly [
|
|
440
|
+
import("./rules/state.js").State.ON,
|
|
441
|
+
{
|
|
442
|
+
readonly exceptions: {
|
|
443
|
+
readonly Property: false;
|
|
444
|
+
readonly ImportAttributes: false;
|
|
445
|
+
};
|
|
446
|
+
}
|
|
447
|
+
];
|
|
448
|
+
readonly "stylistic/no-multiple-empty-lines": readonly [
|
|
449
|
+
import("./rules/state.js").State.ON,
|
|
450
|
+
{
|
|
451
|
+
readonly max: 1;
|
|
452
|
+
readonly maxBOF: 0;
|
|
453
|
+
readonly maxEOF: 0;
|
|
454
|
+
}
|
|
455
|
+
];
|
|
456
|
+
readonly "stylistic/no-tabs": import("./rules/state.js").State.ON;
|
|
457
|
+
readonly "stylistic/no-trailing-spaces": import("./rules/state.js").State.ON;
|
|
458
|
+
readonly "stylistic/no-whitespace-before-property": import("./rules/state.js").State.ON;
|
|
459
|
+
readonly "stylistic/nonblock-statement-body-position": readonly [
|
|
460
|
+
import("./rules/state.js").State.ON,
|
|
461
|
+
"below"
|
|
462
|
+
];
|
|
463
|
+
readonly "stylistic/object-curly-newline": readonly [
|
|
464
|
+
import("./rules/state.js").State.ON,
|
|
465
|
+
{
|
|
466
|
+
readonly consistent: true;
|
|
467
|
+
readonly multiline: true;
|
|
468
|
+
readonly minProperties: 3;
|
|
469
|
+
}
|
|
470
|
+
];
|
|
471
|
+
readonly "stylistic/object-curly-spacing": readonly [
|
|
472
|
+
import("./rules/state.js").State.ON,
|
|
473
|
+
"always",
|
|
474
|
+
{
|
|
475
|
+
readonly emptyObjects: "never";
|
|
476
|
+
}
|
|
477
|
+
];
|
|
478
|
+
readonly "stylistic/object-property-newline": import("./rules/state.js").State.ON;
|
|
479
|
+
readonly "stylistic/one-var-declaration-per-line": readonly [
|
|
480
|
+
import("./rules/state.js").State.ON,
|
|
481
|
+
"always"
|
|
482
|
+
];
|
|
483
|
+
readonly "stylistic/operator-linebreak": readonly [
|
|
484
|
+
import("./rules/state.js").State.ON,
|
|
485
|
+
"before"
|
|
486
|
+
];
|
|
487
|
+
readonly "stylistic/padded-blocks": readonly [
|
|
488
|
+
import("./rules/state.js").State.ON,
|
|
489
|
+
"never",
|
|
490
|
+
{
|
|
491
|
+
readonly allowSingleLineBlocks: true;
|
|
492
|
+
}
|
|
493
|
+
];
|
|
494
|
+
readonly "stylistic/quote-props": readonly [
|
|
495
|
+
import("./rules/state.js").State.ON,
|
|
496
|
+
"as-needed",
|
|
497
|
+
{
|
|
498
|
+
readonly keywords: true;
|
|
499
|
+
}
|
|
500
|
+
];
|
|
501
|
+
readonly "stylistic/quotes": readonly [
|
|
502
|
+
import("./rules/state.js").State.ON,
|
|
503
|
+
"double",
|
|
504
|
+
{
|
|
505
|
+
readonly avoidEscape: true;
|
|
506
|
+
readonly allowTemplateLiterals: "always";
|
|
507
|
+
}
|
|
508
|
+
];
|
|
509
|
+
readonly "stylistic/rest-spread-spacing": import("./rules/state.js").State.ON;
|
|
510
|
+
readonly "stylistic/semi": import("./rules/state.js").State.ON;
|
|
511
|
+
readonly "stylistic/semi-spacing": import("./rules/state.js").State.ON;
|
|
512
|
+
readonly "stylistic/semi-style": import("./rules/state.js").State.ON;
|
|
513
|
+
readonly "stylistic/space-before-blocks": import("./rules/state.js").State.ON;
|
|
514
|
+
readonly "stylistic/space-before-function-paren": readonly [
|
|
515
|
+
import("./rules/state.js").State.ON,
|
|
516
|
+
{
|
|
517
|
+
readonly named: "never";
|
|
518
|
+
}
|
|
519
|
+
];
|
|
520
|
+
readonly "stylistic/space-in-parens": import("./rules/state.js").State.ON;
|
|
521
|
+
readonly "stylistic/space-infix-ops": import("./rules/state.js").State.ON;
|
|
522
|
+
readonly "stylistic/space-unary-ops": import("./rules/state.js").State.ON;
|
|
523
|
+
readonly "stylistic/spaced-comment": readonly [
|
|
524
|
+
import("./rules/state.js").State.ON,
|
|
525
|
+
"always",
|
|
526
|
+
{
|
|
527
|
+
readonly line: {
|
|
528
|
+
readonly exceptions: readonly [
|
|
529
|
+
"/",
|
|
530
|
+
"-",
|
|
531
|
+
"+",
|
|
532
|
+
"="
|
|
533
|
+
];
|
|
534
|
+
readonly markers: readonly [
|
|
535
|
+
"!",
|
|
536
|
+
"@",
|
|
537
|
+
"#",
|
|
538
|
+
"/",
|
|
539
|
+
"#region",
|
|
540
|
+
"#endregion",
|
|
541
|
+
"#part",
|
|
542
|
+
"/#region",
|
|
543
|
+
"/#endregion",
|
|
544
|
+
"/#part"
|
|
545
|
+
];
|
|
546
|
+
};
|
|
547
|
+
readonly block: {
|
|
548
|
+
readonly exceptions: readonly [
|
|
549
|
+
"*"
|
|
550
|
+
];
|
|
551
|
+
readonly markers: readonly [
|
|
552
|
+
"*"
|
|
553
|
+
];
|
|
554
|
+
readonly balanced: true;
|
|
372
555
|
};
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
readonly "stylistic/
|
|
376
|
-
readonly "stylistic/
|
|
377
|
-
readonly "stylistic/
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
556
|
+
}
|
|
557
|
+
];
|
|
558
|
+
readonly "stylistic/switch-colon-spacing": import("./rules/state.js").State.ON;
|
|
559
|
+
readonly "stylistic/template-curly-spacing": import("./rules/state.js").State.ON;
|
|
560
|
+
readonly "stylistic/template-tag-spacing": import("./rules/state.js").State.ON;
|
|
561
|
+
readonly "stylistic/type-annotation-spacing": readonly [
|
|
562
|
+
import("./rules/state.js").State.ON,
|
|
563
|
+
{
|
|
564
|
+
readonly before: true;
|
|
565
|
+
readonly after: true;
|
|
566
|
+
readonly overrides: {
|
|
567
|
+
readonly colon: {
|
|
568
|
+
readonly before: false;
|
|
569
|
+
readonly after: true;
|
|
570
|
+
};
|
|
571
|
+
};
|
|
572
|
+
}
|
|
573
|
+
];
|
|
574
|
+
readonly "stylistic/type-generic-spacing": import("./rules/state.js").State.ON;
|
|
575
|
+
readonly "stylistic/type-named-tuple-spacing": import("./rules/state.js").State.ON;
|
|
576
|
+
readonly "stylistic/wrap-iife": readonly [
|
|
577
|
+
import("./rules/state.js").State.ON,
|
|
578
|
+
"inside",
|
|
579
|
+
{
|
|
580
|
+
readonly functionPrototypeMethods: true;
|
|
581
|
+
}
|
|
582
|
+
];
|
|
583
|
+
readonly "stylistic/wrap-regex": import("./rules/state.js").State.ON;
|
|
584
|
+
readonly "stylistic/yield-star-spacing": import("./rules/state.js").State.ON;
|
|
382
585
|
};
|
|
383
586
|
})[];
|
|
384
587
|
ts: ({
|
|
385
588
|
rules: {
|
|
386
|
-
readonly "consistent-return": State.OFF;
|
|
387
|
-
readonly "constructor-super": State.OFF;
|
|
388
|
-
readonly "getter-return": State.OFF;
|
|
389
|
-
readonly "no-class-assign": State.OFF;
|
|
390
|
-
readonly "no-const-assign": State.OFF;
|
|
391
|
-
readonly "no-dupe-args": State.OFF;
|
|
392
|
-
readonly "no-dupe-class-members": State.OFF;
|
|
393
|
-
readonly "no-dupe-keys": State.OFF;
|
|
394
|
-
readonly "no-func-assign": State.OFF;
|
|
395
|
-
readonly "no-import-assign": State.OFF;
|
|
396
|
-
readonly "no-invalid-this": State.OFF;
|
|
397
|
-
readonly "no-new-native-nonconstructor": State.OFF;
|
|
398
|
-
readonly "no-obj-calls": State.OFF;
|
|
399
|
-
readonly "no-redeclare": State.OFF;
|
|
400
|
-
readonly "no-setter-return": State.OFF;
|
|
401
|
-
readonly "no-this-before-super": State.OFF;
|
|
402
|
-
readonly "no-undef": State.OFF;
|
|
403
|
-
readonly "no-unreachable": State.OFF;
|
|
404
|
-
readonly "no-unsafe-negation": State.OFF;
|
|
589
|
+
readonly "consistent-return": import("./rules/state.js").State.OFF;
|
|
590
|
+
readonly "constructor-super": import("./rules/state.js").State.OFF;
|
|
591
|
+
readonly "getter-return": import("./rules/state.js").State.OFF;
|
|
592
|
+
readonly "no-class-assign": import("./rules/state.js").State.OFF;
|
|
593
|
+
readonly "no-const-assign": import("./rules/state.js").State.OFF;
|
|
594
|
+
readonly "no-dupe-args": import("./rules/state.js").State.OFF;
|
|
595
|
+
readonly "no-dupe-class-members": import("./rules/state.js").State.OFF;
|
|
596
|
+
readonly "no-dupe-keys": import("./rules/state.js").State.OFF;
|
|
597
|
+
readonly "no-func-assign": import("./rules/state.js").State.OFF;
|
|
598
|
+
readonly "no-import-assign": import("./rules/state.js").State.OFF;
|
|
599
|
+
readonly "no-invalid-this": import("./rules/state.js").State.OFF;
|
|
600
|
+
readonly "no-new-native-nonconstructor": import("./rules/state.js").State.OFF;
|
|
601
|
+
readonly "no-obj-calls": import("./rules/state.js").State.OFF;
|
|
602
|
+
readonly "no-redeclare": import("./rules/state.js").State.OFF;
|
|
603
|
+
readonly "no-setter-return": import("./rules/state.js").State.OFF;
|
|
604
|
+
readonly "no-this-before-super": import("./rules/state.js").State.OFF;
|
|
605
|
+
readonly "no-undef": import("./rules/state.js").State.OFF;
|
|
606
|
+
readonly "no-unreachable": import("./rules/state.js").State.OFF;
|
|
607
|
+
readonly "no-unsafe-negation": import("./rules/state.js").State.OFF;
|
|
405
608
|
};
|
|
406
609
|
} | {
|
|
407
610
|
rules: {
|
|
408
|
-
readonly "ts/await-thenable": State.ON;
|
|
409
|
-
readonly "ts/ban-ts-comment": State.ON;
|
|
410
|
-
readonly "ts/ban-tslint-comment": State.ON;
|
|
411
|
-
readonly "ts/class-literal-property-style": State.ON;
|
|
412
|
-
readonly "ts/consistent-generic-constructors": State.ON;
|
|
413
|
-
readonly "ts/consistent-type-assertions": readonly [
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
readonly "ts/
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
readonly "ts/
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
readonly "ts/no-
|
|
442
|
-
readonly "ts/no-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
readonly "ts/no-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
readonly "ts/no-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
readonly "ts/no-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
readonly "ts/no-
|
|
467
|
-
readonly "ts/no-
|
|
468
|
-
readonly "ts/no-
|
|
469
|
-
readonly "ts/no-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
readonly "ts/no-
|
|
476
|
-
readonly "ts/no-
|
|
477
|
-
readonly "ts/no-
|
|
478
|
-
readonly "ts/no-
|
|
479
|
-
readonly "ts/no-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
readonly "ts/no-
|
|
483
|
-
readonly "ts/no-
|
|
484
|
-
readonly "ts/no-
|
|
485
|
-
readonly "ts/no-
|
|
486
|
-
readonly "ts/parameter-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
readonly "ts/
|
|
490
|
-
readonly "ts/
|
|
491
|
-
readonly "ts/
|
|
492
|
-
readonly "ts/
|
|
493
|
-
readonly "ts/
|
|
494
|
-
readonly "ts/
|
|
495
|
-
readonly "ts/
|
|
496
|
-
readonly "ts/
|
|
497
|
-
readonly "ts/
|
|
498
|
-
readonly "ts/
|
|
499
|
-
readonly "ts/
|
|
500
|
-
readonly "ts/
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
readonly "ts/
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
readonly "ts/
|
|
519
|
-
readonly "ts/
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
readonly "ts/
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
readonly "ts/
|
|
528
|
-
readonly "ts/
|
|
611
|
+
readonly "ts/await-thenable": import("./rules/state.js").State.ON;
|
|
612
|
+
readonly "ts/ban-ts-comment": import("./rules/state.js").State.ON;
|
|
613
|
+
readonly "ts/ban-tslint-comment": import("./rules/state.js").State.ON;
|
|
614
|
+
readonly "ts/class-literal-property-style": import("./rules/state.js").State.ON;
|
|
615
|
+
readonly "ts/consistent-generic-constructors": import("./rules/state.js").State.ON;
|
|
616
|
+
readonly "ts/consistent-type-assertions": readonly [
|
|
617
|
+
import("./rules/state.js").State.ON,
|
|
618
|
+
{
|
|
619
|
+
readonly arrayLiteralTypeAssertions: "never";
|
|
620
|
+
readonly objectLiteralTypeAssertions: "never";
|
|
621
|
+
}
|
|
622
|
+
];
|
|
623
|
+
readonly "ts/consistent-type-exports": import("./rules/state.js").State.ON;
|
|
624
|
+
readonly "ts/consistent-type-imports": import("./rules/state.js").State.ON;
|
|
625
|
+
readonly "ts/explicit-member-accessibility": readonly [
|
|
626
|
+
import("./rules/state.js").State.ON,
|
|
627
|
+
{
|
|
628
|
+
readonly overrides: {
|
|
629
|
+
readonly constructors: "no-public";
|
|
630
|
+
};
|
|
631
|
+
}
|
|
632
|
+
];
|
|
633
|
+
readonly "ts/member-ordering": readonly [
|
|
634
|
+
import("./rules/state.js").State.ON,
|
|
635
|
+
{
|
|
636
|
+
readonly default: {
|
|
637
|
+
readonly optionalityOrder: "required-first";
|
|
638
|
+
};
|
|
639
|
+
}
|
|
640
|
+
];
|
|
641
|
+
readonly "ts/method-signature-style": import("./rules/state.js").State.ON;
|
|
642
|
+
readonly "ts/no-array-delete": import("./rules/state.js").State.ON;
|
|
643
|
+
readonly "ts/no-base-to-string": import("./rules/state.js").State.ON;
|
|
644
|
+
readonly "ts/no-confusing-non-null-assertion": import("./rules/state.js").State.ON;
|
|
645
|
+
readonly "ts/no-confusing-void-expression": import("./rules/state.js").State.ON;
|
|
646
|
+
readonly "ts/no-duplicate-enum-values": import("./rules/state.js").State.ON;
|
|
647
|
+
readonly "ts/no-duplicate-type-constituents": import("./rules/state.js").State.ON;
|
|
648
|
+
readonly "ts/no-dynamic-delete": import("./rules/state.js").State.ON;
|
|
649
|
+
readonly "ts/no-empty-object-type": import("./rules/state.js").State.ON;
|
|
650
|
+
readonly "ts/no-explicit-any": readonly [
|
|
651
|
+
import("./rules/state.js").State.ON,
|
|
652
|
+
{
|
|
653
|
+
readonly fixToUnknown: true;
|
|
654
|
+
}
|
|
655
|
+
];
|
|
656
|
+
readonly "ts/no-extra-non-null-assertion": import("./rules/state.js").State.ON;
|
|
657
|
+
readonly "ts/no-extraneous-class": readonly [
|
|
658
|
+
import("./rules/state.js").State.ON,
|
|
659
|
+
{
|
|
660
|
+
readonly allowEmpty: true;
|
|
661
|
+
}
|
|
662
|
+
];
|
|
663
|
+
readonly "ts/no-floating-promises": readonly [
|
|
664
|
+
import("./rules/state.js").State.ON,
|
|
665
|
+
{
|
|
666
|
+
readonly checkThenables: true;
|
|
667
|
+
}
|
|
668
|
+
];
|
|
669
|
+
readonly "ts/no-for-in-array": import("./rules/state.js").State.ON;
|
|
670
|
+
readonly "ts/no-import-type-side-effects": import("./rules/state.js").State.ON;
|
|
671
|
+
readonly "ts/no-inferrable-types": import("./rules/state.js").State.ON;
|
|
672
|
+
readonly "ts/no-meaningless-void-operator": readonly [
|
|
673
|
+
import("./rules/state.js").State.ON,
|
|
674
|
+
{
|
|
675
|
+
readonly checkNever: true;
|
|
676
|
+
}
|
|
677
|
+
];
|
|
678
|
+
readonly "ts/no-misused-new": import("./rules/state.js").State.ON;
|
|
679
|
+
readonly "ts/no-misused-promises": import("./rules/state.js").State.ON;
|
|
680
|
+
readonly "ts/no-misused-spread": import("./rules/state.js").State.ON;
|
|
681
|
+
readonly "ts/no-mixed-enums": import("./rules/state.js").State.ON;
|
|
682
|
+
readonly "ts/no-non-null-asserted-nullish-coalescing": import("./rules/state.js").State.ON;
|
|
683
|
+
readonly "ts/no-non-null-asserted-optional-chain": import("./rules/state.js").State.ON;
|
|
684
|
+
readonly "ts/no-redundant-type-constituents": import("./rules/state.js").State.ON;
|
|
685
|
+
readonly "ts/no-require-imports": import("./rules/state.js").State.ON;
|
|
686
|
+
readonly "ts/no-this-alias": import("./rules/state.js").State.ON;
|
|
687
|
+
readonly "ts/no-unnecessary-boolean-literal-compare": import("./rules/state.js").State.ON;
|
|
688
|
+
readonly "ts/no-unnecessary-condition": import("./rules/state.js").State.ON;
|
|
689
|
+
readonly "ts/no-unnecessary-parameter-property-assignment": import("./rules/state.js").State.ON;
|
|
690
|
+
readonly "ts/no-unnecessary-qualifier": import("./rules/state.js").State.ON;
|
|
691
|
+
readonly "ts/no-unnecessary-template-expression": import("./rules/state.js").State.ON;
|
|
692
|
+
readonly "ts/no-unnecessary-type-arguments": import("./rules/state.js").State.ON;
|
|
693
|
+
readonly "ts/no-unnecessary-type-assertion": import("./rules/state.js").State.ON;
|
|
694
|
+
readonly "ts/no-unnecessary-type-constraint": import("./rules/state.js").State.ON;
|
|
695
|
+
readonly "ts/no-unnecessary-type-conversion": import("./rules/state.js").State.ON;
|
|
696
|
+
readonly "ts/no-unnecessary-type-parameters": import("./rules/state.js").State.ON;
|
|
697
|
+
readonly "ts/no-unsafe-argument": import("./rules/state.js").State.ON;
|
|
698
|
+
readonly "ts/no-unsafe-assignment": import("./rules/state.js").State.ON;
|
|
699
|
+
readonly "ts/no-unsafe-call": import("./rules/state.js").State.ON;
|
|
700
|
+
readonly "ts/no-unsafe-declaration-merging": import("./rules/state.js").State.ON;
|
|
701
|
+
readonly "ts/no-unsafe-enum-comparison": import("./rules/state.js").State.ON;
|
|
702
|
+
readonly "ts/no-unsafe-function-type": import("./rules/state.js").State.ON;
|
|
703
|
+
readonly "ts/no-unsafe-member-access": readonly [
|
|
704
|
+
import("./rules/state.js").State.ON,
|
|
705
|
+
{
|
|
706
|
+
readonly allowOptionalChaining: true;
|
|
707
|
+
}
|
|
708
|
+
];
|
|
709
|
+
readonly "ts/no-unsafe-return": import("./rules/state.js").State.ON;
|
|
710
|
+
readonly "ts/no-unsafe-unary-minus": import("./rules/state.js").State.ON;
|
|
711
|
+
readonly "ts/no-useless-empty-export": import("./rules/state.js").State.ON;
|
|
712
|
+
readonly "ts/no-wrapper-object-types": import("./rules/state.js").State.ON;
|
|
713
|
+
readonly "ts/parameter-properties": readonly [
|
|
714
|
+
import("./rules/state.js").State.ON,
|
|
715
|
+
{
|
|
716
|
+
readonly prefer: "parameter-property";
|
|
717
|
+
}
|
|
718
|
+
];
|
|
719
|
+
readonly "ts/prefer-as-const": import("./rules/state.js").State.ON;
|
|
720
|
+
readonly "ts/prefer-find": import("./rules/state.js").State.ON;
|
|
721
|
+
readonly "ts/prefer-for-of": import("./rules/state.js").State.ON;
|
|
722
|
+
readonly "ts/prefer-function-type": import("./rules/state.js").State.ON;
|
|
723
|
+
readonly "ts/prefer-includes": import("./rules/state.js").State.ON;
|
|
724
|
+
readonly "ts/prefer-literal-enum-member": import("./rules/state.js").State.ON;
|
|
725
|
+
readonly "ts/prefer-namespace-keyword": import("./rules/state.js").State.ON;
|
|
726
|
+
readonly "ts/prefer-nullish-coalescing": import("./rules/state.js").State.ON;
|
|
727
|
+
readonly "ts/prefer-optional-chain": import("./rules/state.js").State.ON;
|
|
728
|
+
readonly "ts/prefer-readonly": import("./rules/state.js").State.ON;
|
|
729
|
+
readonly "ts/prefer-reduce-type-parameter": import("./rules/state.js").State.ON;
|
|
730
|
+
readonly "ts/prefer-regexp-exec": import("./rules/state.js").State.ON;
|
|
731
|
+
readonly "ts/prefer-return-this-type": import("./rules/state.js").State.ON;
|
|
732
|
+
readonly "ts/prefer-string-starts-ends-with": import("./rules/state.js").State.ON;
|
|
733
|
+
readonly "ts/promise-function-async": import("./rules/state.js").State.ON;
|
|
734
|
+
readonly "ts/related-getter-setter-pairs": import("./rules/state.js").State.ON;
|
|
735
|
+
readonly "ts/require-array-sort-compare": import("./rules/state.js").State.ON;
|
|
736
|
+
readonly "ts/restrict-plus-operands": readonly [
|
|
737
|
+
import("./rules/state.js").State.ON,
|
|
738
|
+
{
|
|
739
|
+
readonly allowAny: false;
|
|
740
|
+
readonly allowBoolean: false;
|
|
741
|
+
readonly allowNullish: false;
|
|
742
|
+
readonly allowNumberAndString: false;
|
|
743
|
+
readonly allowRegExp: false;
|
|
744
|
+
}
|
|
745
|
+
];
|
|
746
|
+
readonly "ts/restrict-template-expressions": readonly [
|
|
747
|
+
import("./rules/state.js").State.ON,
|
|
748
|
+
{
|
|
749
|
+
readonly allowNullish: false;
|
|
750
|
+
readonly allowNever: false;
|
|
751
|
+
readonly allowRegExp: false;
|
|
752
|
+
}
|
|
753
|
+
];
|
|
754
|
+
readonly "ts/return-await": import("./rules/state.js").State.ON;
|
|
755
|
+
readonly "ts/strict-boolean-expressions": readonly [
|
|
756
|
+
import("./rules/state.js").State.ON,
|
|
757
|
+
{
|
|
758
|
+
readonly allowNullableObject: false;
|
|
759
|
+
readonly allowString: false;
|
|
760
|
+
}
|
|
761
|
+
];
|
|
762
|
+
readonly "ts/switch-exhaustiveness-check": readonly [
|
|
763
|
+
import("./rules/state.js").State.ON,
|
|
764
|
+
{
|
|
765
|
+
readonly requireDefaultForNonUnion: true;
|
|
766
|
+
readonly considerDefaultExhaustiveForUnions: true;
|
|
767
|
+
}
|
|
768
|
+
];
|
|
769
|
+
readonly "ts/unbound-method": import("./rules/state.js").State.ON;
|
|
770
|
+
readonly "ts/use-unknown-in-catch-callback-variable": import("./rules/state.js").State.ON;
|
|
529
771
|
};
|
|
530
772
|
} | {
|
|
531
773
|
rules: {
|
|
532
|
-
readonly "dot-notation": State.OFF;
|
|
533
|
-
readonly "ts/dot-notation": readonly [
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
readonly "no-
|
|
542
|
-
readonly "ts/no-
|
|
543
|
-
readonly "no-
|
|
544
|
-
readonly "
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
readonly "
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
readonly
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
readonly "prefer-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
774
|
+
readonly "dot-notation": import("./rules/state.js").State.OFF;
|
|
775
|
+
readonly "ts/dot-notation": readonly [
|
|
776
|
+
import("./rules/state.js").State.ON,
|
|
777
|
+
{
|
|
778
|
+
readonly allowPrivateClassPropertyAccess: true;
|
|
779
|
+
readonly allowProtectedClassPropertyAccess: true;
|
|
780
|
+
readonly allowIndexSignaturePropertyAccess: true;
|
|
781
|
+
}
|
|
782
|
+
];
|
|
783
|
+
readonly "no-implied-eval": import("./rules/state.js").State.OFF;
|
|
784
|
+
readonly "ts/no-implied-eval": import("./rules/state.js").State.ON;
|
|
785
|
+
readonly "no-restricted-imports": import("./rules/state.js").State.OFF;
|
|
786
|
+
readonly "no-unused-vars": import("./rules/state.js").State.OFF;
|
|
787
|
+
readonly "ts/no-unused-vars": import("./rules/state.js").State.ON;
|
|
788
|
+
readonly "no-throw-literal": import("./rules/state.js").State.OFF;
|
|
789
|
+
readonly "ts/only-throw-error": readonly [
|
|
790
|
+
import("./rules/state.js").State.ON,
|
|
791
|
+
{
|
|
792
|
+
readonly allowThrowingAny: false;
|
|
793
|
+
}
|
|
794
|
+
];
|
|
795
|
+
readonly "prefer-destructuring": import("./rules/state.js").State.OFF;
|
|
796
|
+
readonly "ts/prefer-destructuring": readonly [
|
|
797
|
+
import("./rules/state.js").State.ON,
|
|
798
|
+
{
|
|
799
|
+
readonly AssignmentExpression: {
|
|
800
|
+
readonly array: false;
|
|
801
|
+
readonly object: false;
|
|
802
|
+
};
|
|
803
|
+
}
|
|
804
|
+
];
|
|
805
|
+
readonly "prefer-promise-reject-errors": import("./rules/state.js").State.OFF;
|
|
806
|
+
readonly "ts/prefer-promise-reject-errors": readonly [
|
|
807
|
+
import("./rules/state.js").State.ON,
|
|
808
|
+
{
|
|
809
|
+
readonly allowThrowingUnknown: true;
|
|
810
|
+
}
|
|
811
|
+
];
|
|
812
|
+
readonly "require-await": import("./rules/state.js").State.OFF;
|
|
813
|
+
readonly "ts/require-await": import("./rules/state.js").State.ON;
|
|
560
814
|
};
|
|
561
815
|
})[];
|
|
562
816
|
mocha: ({
|
|
563
817
|
rules: {
|
|
564
|
-
readonly "mocha/handle-done-callback": State.ON;
|
|
565
|
-
readonly "mocha/max-top-level-suites": State.ON;
|
|
566
|
-
readonly "mocha/no-async-suite": State.ON;
|
|
567
|
-
readonly "mocha/no-empty-title": State.ON;
|
|
568
|
-
readonly "mocha/no-exclusive-tests": State.ON;
|
|
569
|
-
readonly "mocha/no-exports": State.ON;
|
|
570
|
-
readonly "mocha/no-global-tests": State.ON;
|
|
571
|
-
readonly "mocha/no-identical-title": State.ON;
|
|
572
|
-
readonly "mocha/no-mocha-arrows": State.ON;
|
|
573
|
-
readonly "mocha/no-nested-tests": State.ON;
|
|
574
|
-
readonly "mocha/no-pending-tests": State.ON;
|
|
575
|
-
readonly "mocha/no-return-and-callback": State.ON;
|
|
576
|
-
readonly "mocha/no-return-from-async": State.ON;
|
|
577
|
-
readonly "mocha/no-sibling-hooks": State.ON;
|
|
578
|
-
readonly "mocha/no-top-level-hooks": State.ON;
|
|
579
|
-
readonly "prefer-arrow-callback": State.OFF;
|
|
580
|
-
readonly "mocha/prefer-arrow-callback": State.ON;
|
|
818
|
+
readonly "mocha/handle-done-callback": import("./rules/state.js").State.ON;
|
|
819
|
+
readonly "mocha/max-top-level-suites": import("./rules/state.js").State.ON;
|
|
820
|
+
readonly "mocha/no-async-suite": import("./rules/state.js").State.ON;
|
|
821
|
+
readonly "mocha/no-empty-title": import("./rules/state.js").State.ON;
|
|
822
|
+
readonly "mocha/no-exclusive-tests": import("./rules/state.js").State.ON;
|
|
823
|
+
readonly "mocha/no-exports": import("./rules/state.js").State.ON;
|
|
824
|
+
readonly "mocha/no-global-tests": import("./rules/state.js").State.ON;
|
|
825
|
+
readonly "mocha/no-identical-title": import("./rules/state.js").State.ON;
|
|
826
|
+
readonly "mocha/no-mocha-arrows": import("./rules/state.js").State.ON;
|
|
827
|
+
readonly "mocha/no-nested-tests": import("./rules/state.js").State.ON;
|
|
828
|
+
readonly "mocha/no-pending-tests": import("./rules/state.js").State.ON;
|
|
829
|
+
readonly "mocha/no-return-and-callback": import("./rules/state.js").State.ON;
|
|
830
|
+
readonly "mocha/no-return-from-async": import("./rules/state.js").State.ON;
|
|
831
|
+
readonly "mocha/no-sibling-hooks": import("./rules/state.js").State.ON;
|
|
832
|
+
readonly "mocha/no-top-level-hooks": import("./rules/state.js").State.ON;
|
|
833
|
+
readonly "prefer-arrow-callback": import("./rules/state.js").State.OFF;
|
|
834
|
+
readonly "mocha/prefer-arrow-callback": import("./rules/state.js").State.ON;
|
|
581
835
|
};
|
|
582
836
|
} | {
|
|
583
837
|
rules: {
|
|
584
|
-
readonly "no-unused-expressions": State.OFF;
|
|
585
|
-
readonly "chai/no-unused-expressions": readonly [
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
838
|
+
readonly "no-unused-expressions": import("./rules/state.js").State.OFF;
|
|
839
|
+
readonly "chai/no-unused-expressions": readonly [
|
|
840
|
+
import("./rules/state.js").State.ON,
|
|
841
|
+
{
|
|
842
|
+
readonly allowShortCircuit: true;
|
|
843
|
+
readonly allowTernary: true;
|
|
844
|
+
}
|
|
845
|
+
];
|
|
589
846
|
};
|
|
590
847
|
} | {
|
|
591
848
|
rules: {
|
|
592
|
-
readonly "chai-expect/no-inner-compare": State.ON;
|
|
593
|
-
readonly "chai-expect/no-inner-literal": State.ON;
|
|
594
|
-
readonly "chai-expect/missing-assertion": State.ON;
|
|
849
|
+
readonly "chai-expect/no-inner-compare": import("./rules/state.js").State.ON;
|
|
850
|
+
readonly "chai-expect/no-inner-literal": import("./rules/state.js").State.ON;
|
|
851
|
+
readonly "chai-expect/missing-assertion": import("./rules/state.js").State.ON;
|
|
595
852
|
};
|
|
596
853
|
})[];
|
|
597
854
|
svelte: ({
|
|
598
855
|
rules: {
|
|
599
|
-
readonly "no-inner-declarations": State.OFF;
|
|
600
|
-
readonly "no-self-assign": State.OFF;
|
|
601
|
-
readonly "no-unused-vars": State.OFF;
|
|
602
|
-
readonly "ts/no-unused-vars": State.OFF;
|
|
603
|
-
readonly "prefer-const": State.OFF;
|
|
604
|
-
readonly "stylistic/indent": State.OFF;
|
|
605
|
-
readonly "ts/no-confusing-void-expression": State.OFF;
|
|
856
|
+
readonly "no-inner-declarations": import("./rules/state.js").State.OFF;
|
|
857
|
+
readonly "no-self-assign": import("./rules/state.js").State.OFF;
|
|
858
|
+
readonly "no-unused-vars": import("./rules/state.js").State.OFF;
|
|
859
|
+
readonly "ts/no-unused-vars": import("./rules/state.js").State.OFF;
|
|
860
|
+
readonly "prefer-const": import("./rules/state.js").State.OFF;
|
|
861
|
+
readonly "stylistic/indent": import("./rules/state.js").State.OFF;
|
|
862
|
+
readonly "ts/no-confusing-void-expression": import("./rules/state.js").State.OFF;
|
|
606
863
|
};
|
|
607
864
|
} | {
|
|
608
865
|
rules: {
|
|
609
|
-
readonly "svelte/infinite-reactive-loop": State.ON;
|
|
610
|
-
readonly "svelte/no-dom-manipulating": State.ON;
|
|
611
|
-
readonly "svelte/no-dupe-else-if-blocks": State.ON;
|
|
612
|
-
readonly "svelte/no-dupe-on-directives": State.ON;
|
|
613
|
-
readonly "svelte/no-dupe-style-properties": State.ON;
|
|
614
|
-
readonly "svelte/no-dupe-use-directives": State.ON;
|
|
615
|
-
readonly "svelte/no-not-function-handler": State.ON;
|
|
616
|
-
readonly "svelte/no-object-in-text-mustaches": State.ON;
|
|
617
|
-
readonly "svelte/no-raw-special-elements": State.ON;
|
|
618
|
-
readonly "svelte/no-reactive-reassign": State.ON;
|
|
619
|
-
readonly "svelte/no-shorthand-style-property-overrides": State.ON;
|
|
620
|
-
readonly "svelte/no-store-async": State.ON;
|
|
621
|
-
readonly "svelte/no-top-level-browser-globals": State.ON;
|
|
622
|
-
readonly "svelte/no-unknown-style-directive-property": State.ON;
|
|
623
|
-
readonly "svelte/prefer-svelte-reactivity": State.ON;
|
|
624
|
-
readonly "svelte/require-store-callbacks-use-set-param": State.ON;
|
|
625
|
-
readonly "svelte/require-store-reactive-access": State.ON;
|
|
626
|
-
readonly "svelte/valid-compile": State.ON;
|
|
627
|
-
readonly "svelte/valid-style-parse": State.ON;
|
|
628
|
-
readonly "svelte/no-at-html-tags": State.ON;
|
|
629
|
-
readonly "svelte/no-target-blank": State.ON;
|
|
630
|
-
readonly "svelte/block-lang": readonly [
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
readonly "svelte/
|
|
642
|
-
readonly "svelte/no-
|
|
643
|
-
readonly "svelte/no-
|
|
644
|
-
readonly "svelte/no-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
readonly "svelte/no-
|
|
648
|
-
readonly "svelte/no-
|
|
649
|
-
readonly "svelte/no-
|
|
650
|
-
readonly "svelte/
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
readonly "svelte/
|
|
658
|
-
readonly "svelte/
|
|
659
|
-
readonly "svelte/
|
|
660
|
-
readonly "svelte/
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
readonly "svelte/
|
|
668
|
-
readonly "svelte/
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
readonly "svelte/
|
|
672
|
-
readonly "svelte/
|
|
673
|
-
readonly "svelte/
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
readonly "svelte/
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
readonly "svelte/
|
|
687
|
-
readonly "svelte/
|
|
688
|
-
|
|
689
|
-
|
|
866
|
+
readonly "svelte/infinite-reactive-loop": import("./rules/state.js").State.ON;
|
|
867
|
+
readonly "svelte/no-dom-manipulating": import("./rules/state.js").State.ON;
|
|
868
|
+
readonly "svelte/no-dupe-else-if-blocks": import("./rules/state.js").State.ON;
|
|
869
|
+
readonly "svelte/no-dupe-on-directives": import("./rules/state.js").State.ON;
|
|
870
|
+
readonly "svelte/no-dupe-style-properties": import("./rules/state.js").State.ON;
|
|
871
|
+
readonly "svelte/no-dupe-use-directives": import("./rules/state.js").State.ON;
|
|
872
|
+
readonly "svelte/no-not-function-handler": import("./rules/state.js").State.ON;
|
|
873
|
+
readonly "svelte/no-object-in-text-mustaches": import("./rules/state.js").State.ON;
|
|
874
|
+
readonly "svelte/no-raw-special-elements": import("./rules/state.js").State.ON;
|
|
875
|
+
readonly "svelte/no-reactive-reassign": import("./rules/state.js").State.ON;
|
|
876
|
+
readonly "svelte/no-shorthand-style-property-overrides": import("./rules/state.js").State.ON;
|
|
877
|
+
readonly "svelte/no-store-async": import("./rules/state.js").State.ON;
|
|
878
|
+
readonly "svelte/no-top-level-browser-globals": import("./rules/state.js").State.ON;
|
|
879
|
+
readonly "svelte/no-unknown-style-directive-property": import("./rules/state.js").State.ON;
|
|
880
|
+
readonly "svelte/prefer-svelte-reactivity": import("./rules/state.js").State.ON;
|
|
881
|
+
readonly "svelte/require-store-callbacks-use-set-param": import("./rules/state.js").State.ON;
|
|
882
|
+
readonly "svelte/require-store-reactive-access": import("./rules/state.js").State.ON;
|
|
883
|
+
readonly "svelte/valid-compile": import("./rules/state.js").State.ON;
|
|
884
|
+
readonly "svelte/valid-style-parse": import("./rules/state.js").State.ON;
|
|
885
|
+
readonly "svelte/no-at-html-tags": import("./rules/state.js").State.ON;
|
|
886
|
+
readonly "svelte/no-target-blank": import("./rules/state.js").State.ON;
|
|
887
|
+
readonly "svelte/block-lang": readonly [
|
|
888
|
+
import("./rules/state.js").State.ON,
|
|
889
|
+
{
|
|
890
|
+
readonly script: readonly [
|
|
891
|
+
"ts"
|
|
892
|
+
];
|
|
893
|
+
readonly style: readonly [
|
|
894
|
+
"css"
|
|
895
|
+
];
|
|
896
|
+
}
|
|
897
|
+
];
|
|
898
|
+
readonly "svelte/button-has-type": import("./rules/state.js").State.ON;
|
|
899
|
+
readonly "svelte/no-add-event-listener": import("./rules/state.js").State.ON;
|
|
900
|
+
readonly "svelte/no-at-debug-tags": import("./rules/state.js").State.ON;
|
|
901
|
+
readonly "svelte/no-ignored-unsubscribe": import("./rules/state.js").State.ON;
|
|
902
|
+
readonly "svelte/no-immutable-reactive-statements": import("./rules/state.js").State.ON;
|
|
903
|
+
readonly "svelte/no-inline-styles": import("./rules/state.js").State.ON;
|
|
904
|
+
readonly "svelte/no-reactive-functions": import("./rules/state.js").State.ON;
|
|
905
|
+
readonly "svelte/no-reactive-literals": import("./rules/state.js").State.ON;
|
|
906
|
+
readonly "svelte/no-svelte-internal": import("./rules/state.js").State.ON;
|
|
907
|
+
readonly "svelte/no-unnecessary-state-wrap": import("./rules/state.js").State.ON;
|
|
908
|
+
readonly "svelte/no-unused-props": readonly [
|
|
909
|
+
import("./rules/state.js").State.ON,
|
|
910
|
+
{
|
|
911
|
+
readonly checkImportedTypes: true;
|
|
912
|
+
}
|
|
913
|
+
];
|
|
914
|
+
readonly "svelte/no-unused-svelte-ignore": import("./rules/state.js").State.ON;
|
|
915
|
+
readonly "svelte/no-useless-children-snippet": import("./rules/state.js").State.ON;
|
|
916
|
+
readonly "svelte/no-useless-mustaches": import("./rules/state.js").State.ON;
|
|
917
|
+
readonly "svelte/prefer-const": readonly [
|
|
918
|
+
import("./rules/state.js").State.ON,
|
|
919
|
+
{
|
|
920
|
+
readonly destructuring: "all";
|
|
921
|
+
}
|
|
922
|
+
];
|
|
923
|
+
readonly "svelte/prefer-destructured-store-props": import("./rules/state.js").State.ON;
|
|
924
|
+
readonly "svelte/prefer-writable-derived": import("./rules/state.js").State.ON;
|
|
925
|
+
readonly "svelte/require-each-key": import("./rules/state.js").State.ON;
|
|
926
|
+
readonly "svelte/require-event-dispatcher-types": import("./rules/state.js").State.ON;
|
|
927
|
+
readonly "svelte/require-optimized-style-attribute": import("./rules/state.js").State.ON;
|
|
928
|
+
readonly "svelte/require-stores-init": import("./rules/state.js").State.ON;
|
|
929
|
+
readonly "svelte/valid-each-key": import("./rules/state.js").State.ON;
|
|
930
|
+
readonly "svelte/consistent-selector-style": readonly [
|
|
931
|
+
import("./rules/state.js").State.ON,
|
|
932
|
+
{
|
|
933
|
+
readonly checkGlobal: true;
|
|
934
|
+
}
|
|
935
|
+
];
|
|
936
|
+
readonly "svelte/derived-has-same-inputs-outputs": import("./rules/state.js").State.ON;
|
|
937
|
+
readonly "svelte/first-attribute-linebreak": readonly [
|
|
938
|
+
import("./rules/state.js").State.ON,
|
|
939
|
+
{
|
|
940
|
+
readonly singleline: "below";
|
|
941
|
+
}
|
|
942
|
+
];
|
|
943
|
+
readonly "svelte/html-closing-bracket-new-line": import("./rules/state.js").State.ON;
|
|
944
|
+
readonly "svelte/html-closing-bracket-spacing": readonly [
|
|
945
|
+
import("./rules/state.js").State.ON,
|
|
946
|
+
{
|
|
947
|
+
readonly selfClosingTag: "never";
|
|
948
|
+
}
|
|
949
|
+
];
|
|
950
|
+
readonly "svelte/html-self-closing": import("./rules/state.js").State.ON;
|
|
951
|
+
readonly "svelte/indent": import("./rules/state.js").State.ON;
|
|
952
|
+
readonly "svelte/max-attributes-per-line": import("./rules/state.js").State.ON;
|
|
953
|
+
readonly "svelte/mustache-spacing": import("./rules/state.js").State.ON;
|
|
954
|
+
readonly "svelte/no-extra-reactive-curlies": import("./rules/state.js").State.ON;
|
|
955
|
+
readonly "svelte/no-spaces-around-equal-signs-in-attribute": import("./rules/state.js").State.ON;
|
|
956
|
+
readonly "svelte/prefer-class-directive": readonly [
|
|
957
|
+
import("./rules/state.js").State.ON,
|
|
958
|
+
{
|
|
959
|
+
readonly prefer: "empty";
|
|
960
|
+
}
|
|
961
|
+
];
|
|
962
|
+
readonly "svelte/prefer-style-directive": import("./rules/state.js").State.ON;
|
|
963
|
+
readonly "svelte/require-event-prefix": import("./rules/state.js").State.ON;
|
|
964
|
+
readonly "svelte/shorthand-attribute": import("./rules/state.js").State.ON;
|
|
965
|
+
readonly "svelte/shorthand-directive": import("./rules/state.js").State.ON;
|
|
966
|
+
readonly "svelte/spaced-html-comment": import("./rules/state.js").State.ON;
|
|
967
|
+
readonly "svelte/no-export-load-in-svelte-module-in-kit-pages": import("./rules/state.js").State.ON;
|
|
968
|
+
readonly "svelte/no-navigation-without-resolve": import("./rules/state.js").State.ON;
|
|
969
|
+
readonly "svelte/valid-prop-names-in-kit-pages": import("./rules/state.js").State.ON;
|
|
970
|
+
readonly "svelte/comment-directive": import("./rules/state.js").State.ON;
|
|
971
|
+
readonly "svelte/system": import("./rules/state.js").State.ON;
|
|
690
972
|
};
|
|
691
973
|
} | {
|
|
692
974
|
rules: {
|
|
693
|
-
readonly "no-inner-declarations": State.OFF;
|
|
694
|
-
readonly "svelte/no-inner-declarations": readonly [
|
|
695
|
-
|
|
696
|
-
|
|
975
|
+
readonly "no-inner-declarations": import("./rules/state.js").State.OFF;
|
|
976
|
+
readonly "svelte/no-inner-declarations": readonly [
|
|
977
|
+
import("./rules/state.js").State.ON,
|
|
978
|
+
"both"
|
|
979
|
+
];
|
|
980
|
+
readonly "stylistic/no-trailing-spaces": import("./rules/state.js").State.OFF;
|
|
981
|
+
readonly "svelte/no-trailing-spaces": import("./rules/state.js").State.ON;
|
|
697
982
|
};
|
|
698
983
|
})[];
|
|
699
984
|
html: {
|
|
700
985
|
rules: {
|
|
701
|
-
readonly "html/no-duplicate-attrs": State.ON;
|
|
702
|
-
readonly "html/no-duplicate-class": State.ON;
|
|
703
|
-
readonly "html/no-duplicate-id": State.ON;
|
|
704
|
-
readonly "html/no-duplicate-in-head": State.ON;
|
|
705
|
-
readonly "html/no-ineffective-attrs": State.ON;
|
|
706
|
-
readonly "html/no-invalid-entity": State.ON;
|
|
707
|
-
readonly "html/no-nested-interactive": State.ON;
|
|
708
|
-
readonly "html/no-obsolete-tags": State.ON;
|
|
709
|
-
readonly "html/no-target-blank": State.ON;
|
|
710
|
-
readonly "html/require-button-type": State.ON;
|
|
711
|
-
readonly "html/require-closing-tags": State.ON;
|
|
712
|
-
readonly "html/require-doctype": State.ON;
|
|
713
|
-
readonly "html/require-li-container": State.ON;
|
|
714
|
-
readonly "html/require-meta-charset": State.ON;
|
|
715
|
-
readonly "html/use-baseline": State.ON;
|
|
716
|
-
readonly "html/no-multiple-h1": State.ON;
|
|
717
|
-
readonly "html/require-lang": State.ON;
|
|
718
|
-
readonly "html/no-abstract-roles": State.ON;
|
|
719
|
-
readonly "html/no-accesskey-attrs": State.ON;
|
|
720
|
-
readonly "html/no-aria-hidden-body": State.ON;
|
|
721
|
-
readonly "html/no-aria-hidden-on-focusable": State.ON;
|
|
722
|
-
readonly "html/no-empty-headings": State.ON;
|
|
723
|
-
readonly "html/no-heading-inside-button": State.ON;
|
|
724
|
-
readonly "html/no-invalid-role": State.ON;
|
|
725
|
-
readonly "html/no-non-scalable-viewport": State.ON;
|
|
726
|
-
readonly "html/no-positive-tabindex": State.ON;
|
|
727
|
-
readonly "html/no-skip-heading-levels": State.ON;
|
|
728
|
-
readonly "html/require-form-method": State.ON;
|
|
729
|
-
readonly "html/require-frame-title": State.ON;
|
|
730
|
-
readonly "html/require-img-alt": State.ON;
|
|
731
|
-
readonly "html/require-input-label": State.ON;
|
|
732
|
-
readonly "html/require-meta-viewport": State.ON;
|
|
733
|
-
readonly "html/attrs-newline": readonly [
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
986
|
+
readonly "html/no-duplicate-attrs": import("./rules/state.js").State.ON;
|
|
987
|
+
readonly "html/no-duplicate-class": import("./rules/state.js").State.ON;
|
|
988
|
+
readonly "html/no-duplicate-id": import("./rules/state.js").State.ON;
|
|
989
|
+
readonly "html/no-duplicate-in-head": import("./rules/state.js").State.ON;
|
|
990
|
+
readonly "html/no-ineffective-attrs": import("./rules/state.js").State.ON;
|
|
991
|
+
readonly "html/no-invalid-entity": import("./rules/state.js").State.ON;
|
|
992
|
+
readonly "html/no-nested-interactive": import("./rules/state.js").State.ON;
|
|
993
|
+
readonly "html/no-obsolete-tags": import("./rules/state.js").State.ON;
|
|
994
|
+
readonly "html/no-target-blank": import("./rules/state.js").State.ON;
|
|
995
|
+
readonly "html/require-button-type": import("./rules/state.js").State.ON;
|
|
996
|
+
readonly "html/require-closing-tags": import("./rules/state.js").State.ON;
|
|
997
|
+
readonly "html/require-doctype": import("./rules/state.js").State.ON;
|
|
998
|
+
readonly "html/require-li-container": import("./rules/state.js").State.ON;
|
|
999
|
+
readonly "html/require-meta-charset": import("./rules/state.js").State.ON;
|
|
1000
|
+
readonly "html/use-baseline": import("./rules/state.js").State.ON;
|
|
1001
|
+
readonly "html/no-multiple-h1": import("./rules/state.js").State.ON;
|
|
1002
|
+
readonly "html/require-lang": import("./rules/state.js").State.ON;
|
|
1003
|
+
readonly "html/no-abstract-roles": import("./rules/state.js").State.ON;
|
|
1004
|
+
readonly "html/no-accesskey-attrs": import("./rules/state.js").State.ON;
|
|
1005
|
+
readonly "html/no-aria-hidden-body": import("./rules/state.js").State.ON;
|
|
1006
|
+
readonly "html/no-aria-hidden-on-focusable": import("./rules/state.js").State.ON;
|
|
1007
|
+
readonly "html/no-empty-headings": import("./rules/state.js").State.ON;
|
|
1008
|
+
readonly "html/no-heading-inside-button": import("./rules/state.js").State.ON;
|
|
1009
|
+
readonly "html/no-invalid-role": import("./rules/state.js").State.ON;
|
|
1010
|
+
readonly "html/no-non-scalable-viewport": import("./rules/state.js").State.ON;
|
|
1011
|
+
readonly "html/no-positive-tabindex": import("./rules/state.js").State.ON;
|
|
1012
|
+
readonly "html/no-skip-heading-levels": import("./rules/state.js").State.ON;
|
|
1013
|
+
readonly "html/require-form-method": import("./rules/state.js").State.ON;
|
|
1014
|
+
readonly "html/require-frame-title": import("./rules/state.js").State.ON;
|
|
1015
|
+
readonly "html/require-img-alt": import("./rules/state.js").State.ON;
|
|
1016
|
+
readonly "html/require-input-label": import("./rules/state.js").State.ON;
|
|
1017
|
+
readonly "html/require-meta-viewport": import("./rules/state.js").State.ON;
|
|
1018
|
+
readonly "html/attrs-newline": readonly [
|
|
1019
|
+
import("./rules/state.js").State.ON,
|
|
1020
|
+
{
|
|
1021
|
+
readonly ifAttrsMoreThan: 0;
|
|
1022
|
+
}
|
|
1023
|
+
];
|
|
1024
|
+
readonly "html/element-newline": readonly [
|
|
1025
|
+
import("./rules/state.js").State.ON,
|
|
1026
|
+
{
|
|
1027
|
+
readonly skip: readonly [
|
|
1028
|
+
"head"
|
|
1029
|
+
];
|
|
1030
|
+
readonly inline: readonly [
|
|
1031
|
+
"$inline"
|
|
1032
|
+
];
|
|
1033
|
+
}
|
|
1034
|
+
];
|
|
1035
|
+
readonly "html/indent": readonly [
|
|
1036
|
+
import("./rules/state.js").State.ON,
|
|
1037
|
+
2
|
|
1038
|
+
];
|
|
1039
|
+
readonly "html/lowercase": import("./rules/state.js").State.ON;
|
|
1040
|
+
readonly "html/no-extra-spacing-attrs": readonly [
|
|
1041
|
+
import("./rules/state.js").State.ON,
|
|
1042
|
+
{
|
|
1043
|
+
readonly disallowMissing: true;
|
|
1044
|
+
readonly disallowTabs: true;
|
|
1045
|
+
readonly disallowInAssignment: true;
|
|
1046
|
+
}
|
|
1047
|
+
];
|
|
1048
|
+
readonly "html/no-extra-spacing-text": import("./rules/state.js").State.ON;
|
|
1049
|
+
readonly "html/no-multiple-empty-lines": readonly [
|
|
1050
|
+
import("./rules/state.js").State.ON,
|
|
1051
|
+
{
|
|
1052
|
+
readonly max: 1;
|
|
1053
|
+
}
|
|
1054
|
+
];
|
|
1055
|
+
readonly "html/no-trailing-spaces": import("./rules/state.js").State.ON;
|
|
1056
|
+
readonly "html/quotes": import("./rules/state.js").State.ON;
|
|
753
1057
|
};
|
|
754
1058
|
}[];
|
|
755
1059
|
css: {
|
|
756
1060
|
rules: {
|
|
757
|
-
readonly "css/font-family-fallbacks": State.ON;
|
|
758
|
-
readonly "css/no-duplicate-imports": State.ON;
|
|
759
|
-
readonly "css/no-duplicate-keyframe-selectors": State.ON;
|
|
760
|
-
readonly "css/no-empty-blocks": State.ON;
|
|
761
|
-
readonly "css/no-important": State.ON;
|
|
762
|
-
readonly "css/no-invalid-at-rule-placement": State.ON;
|
|
763
|
-
readonly "css/no-invalid-at-rules": State.ON;
|
|
764
|
-
readonly "css/no-invalid-named-grid-areas": State.ON;
|
|
765
|
-
readonly "css/no-unmatchable-selectors": State.ON;
|
|
766
|
-
readonly "css/prefer-logical-properties": State.ON;
|
|
767
|
-
readonly "css/relative-font-units": State.ON;
|
|
768
|
-
readonly "css/use-baseline": State.ON;
|
|
1061
|
+
readonly "css/font-family-fallbacks": import("./rules/state.js").State.ON;
|
|
1062
|
+
readonly "css/no-duplicate-imports": import("./rules/state.js").State.ON;
|
|
1063
|
+
readonly "css/no-duplicate-keyframe-selectors": import("./rules/state.js").State.ON;
|
|
1064
|
+
readonly "css/no-empty-blocks": import("./rules/state.js").State.ON;
|
|
1065
|
+
readonly "css/no-important": import("./rules/state.js").State.ON;
|
|
1066
|
+
readonly "css/no-invalid-at-rule-placement": import("./rules/state.js").State.ON;
|
|
1067
|
+
readonly "css/no-invalid-at-rules": import("./rules/state.js").State.ON;
|
|
1068
|
+
readonly "css/no-invalid-named-grid-areas": import("./rules/state.js").State.ON;
|
|
1069
|
+
readonly "css/no-unmatchable-selectors": import("./rules/state.js").State.ON;
|
|
1070
|
+
readonly "css/prefer-logical-properties": import("./rules/state.js").State.ON;
|
|
1071
|
+
readonly "css/relative-font-units": import("./rules/state.js").State.ON;
|
|
1072
|
+
readonly "css/use-baseline": import("./rules/state.js").State.ON;
|
|
769
1073
|
};
|
|
770
1074
|
}[];
|
|
771
1075
|
json: ({
|
|
772
1076
|
rules: {
|
|
773
|
-
readonly "json/no-duplicate-keys": State.ON;
|
|
774
|
-
readonly "json/no-unsafe-values": State.ON;
|
|
775
|
-
readonly "json/no-unnormalized-keys": State.ON;
|
|
776
|
-
readonly "json/top-level-interop": State.ON;
|
|
1077
|
+
readonly "json/no-duplicate-keys": import("./rules/state.js").State.ON;
|
|
1078
|
+
readonly "json/no-unsafe-values": import("./rules/state.js").State.ON;
|
|
1079
|
+
readonly "json/no-unnormalized-keys": import("./rules/state.js").State.ON;
|
|
1080
|
+
readonly "json/top-level-interop": import("./rules/state.js").State.ON;
|
|
777
1081
|
};
|
|
778
1082
|
} | {
|
|
779
1083
|
rules: {
|
|
780
|
-
readonly "jsonc/no-bigint-literals": State.ON;
|
|
781
|
-
readonly "jsonc/no-binary-expression": State.ON;
|
|
782
|
-
readonly "jsonc/no-binary-numeric-literals": State.ON;
|
|
783
|
-
readonly "jsonc/no-comments": State.ON;
|
|
784
|
-
readonly "jsonc/no-escape-sequence-in-identifier": State.ON;
|
|
785
|
-
readonly "jsonc/no-hexadecimal-numeric-literals": State.ON;
|
|
786
|
-
readonly "jsonc/no-infinity": State.ON;
|
|
787
|
-
readonly "jsonc/no-nan": State.ON;
|
|
788
|
-
readonly "jsonc/no-number-props": State.ON;
|
|
789
|
-
readonly "jsonc/no-numeric-separators": State.ON;
|
|
790
|
-
readonly "jsonc/no-octal-numeric-literals": State.ON;
|
|
791
|
-
readonly "jsonc/no-parenthesized": State.ON;
|
|
792
|
-
readonly "jsonc/no-plus-sign": State.ON;
|
|
793
|
-
readonly "jsonc/no-regexp-literals": State.ON;
|
|
794
|
-
readonly "jsonc/no-template-literals": State.ON;
|
|
795
|
-
readonly "jsonc/no-undefined-value": State.ON;
|
|
796
|
-
readonly "jsonc/no-unicode-codepoint-escapes": State.ON;
|
|
797
|
-
readonly "jsonc/valid-json-number": State.ON;
|
|
798
|
-
readonly "jsonc/vue-custom-block/no-parsing-error": State.ON;
|
|
1084
|
+
readonly "jsonc/no-bigint-literals": import("./rules/state.js").State.ON;
|
|
1085
|
+
readonly "jsonc/no-binary-expression": import("./rules/state.js").State.ON;
|
|
1086
|
+
readonly "jsonc/no-binary-numeric-literals": import("./rules/state.js").State.ON;
|
|
1087
|
+
readonly "jsonc/no-comments": import("./rules/state.js").State.ON;
|
|
1088
|
+
readonly "jsonc/no-escape-sequence-in-identifier": import("./rules/state.js").State.ON;
|
|
1089
|
+
readonly "jsonc/no-hexadecimal-numeric-literals": import("./rules/state.js").State.ON;
|
|
1090
|
+
readonly "jsonc/no-infinity": import("./rules/state.js").State.ON;
|
|
1091
|
+
readonly "jsonc/no-nan": import("./rules/state.js").State.ON;
|
|
1092
|
+
readonly "jsonc/no-number-props": import("./rules/state.js").State.ON;
|
|
1093
|
+
readonly "jsonc/no-numeric-separators": import("./rules/state.js").State.ON;
|
|
1094
|
+
readonly "jsonc/no-octal-numeric-literals": import("./rules/state.js").State.ON;
|
|
1095
|
+
readonly "jsonc/no-parenthesized": import("./rules/state.js").State.ON;
|
|
1096
|
+
readonly "jsonc/no-plus-sign": import("./rules/state.js").State.ON;
|
|
1097
|
+
readonly "jsonc/no-regexp-literals": import("./rules/state.js").State.ON;
|
|
1098
|
+
readonly "jsonc/no-template-literals": import("./rules/state.js").State.ON;
|
|
1099
|
+
readonly "jsonc/no-undefined-value": import("./rules/state.js").State.ON;
|
|
1100
|
+
readonly "jsonc/no-unicode-codepoint-escapes": import("./rules/state.js").State.ON;
|
|
1101
|
+
readonly "jsonc/valid-json-number": import("./rules/state.js").State.ON;
|
|
1102
|
+
readonly "jsonc/vue-custom-block/no-parsing-error": import("./rules/state.js").State.ON;
|
|
799
1103
|
};
|
|
800
1104
|
} | {
|
|
801
1105
|
rules: {
|
|
802
|
-
readonly "jsonc/array-bracket-spacing": State.ON;
|
|
803
|
-
readonly "jsonc/array-element-newline": readonly [
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
readonly "jsonc/
|
|
808
|
-
readonly "jsonc/
|
|
809
|
-
readonly "jsonc/
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
readonly "jsonc/
|
|
827
|
-
readonly "jsonc/
|
|
828
|
-
readonly "jsonc/
|
|
829
|
-
readonly "jsonc/
|
|
830
|
-
readonly "jsonc/
|
|
1106
|
+
readonly "jsonc/array-bracket-spacing": import("./rules/state.js").State.ON;
|
|
1107
|
+
readonly "jsonc/array-element-newline": readonly [
|
|
1108
|
+
import("./rules/state.js").State.ON,
|
|
1109
|
+
"consistent"
|
|
1110
|
+
];
|
|
1111
|
+
readonly "jsonc/comma-dangle": import("./rules/state.js").State.ON;
|
|
1112
|
+
readonly "jsonc/comma-style": import("./rules/state.js").State.ON;
|
|
1113
|
+
readonly "jsonc/indent": readonly [
|
|
1114
|
+
import("./rules/state.js").State.ON,
|
|
1115
|
+
2
|
|
1116
|
+
];
|
|
1117
|
+
readonly "jsonc/key-spacing": import("./rules/state.js").State.ON;
|
|
1118
|
+
readonly "jsonc/no-floating-decimal": import("./rules/state.js").State.ON;
|
|
1119
|
+
readonly "jsonc/no-irregular-whitespace": readonly [
|
|
1120
|
+
import("./rules/state.js").State.ON,
|
|
1121
|
+
{
|
|
1122
|
+
readonly skipStrings: true;
|
|
1123
|
+
readonly skipComments: true;
|
|
1124
|
+
readonly skipRegExps: true;
|
|
1125
|
+
readonly skipTemplates: true;
|
|
1126
|
+
readonly skipJSXText: true;
|
|
1127
|
+
}
|
|
1128
|
+
];
|
|
1129
|
+
readonly "jsonc/no-multi-str": import("./rules/state.js").State.ON;
|
|
1130
|
+
readonly "jsonc/no-octal-escape": import("./rules/state.js").State.ON;
|
|
1131
|
+
readonly "jsonc/no-octal": import("./rules/state.js").State.ON;
|
|
1132
|
+
readonly "jsonc/no-sparse-arrays": import("./rules/state.js").State.ON;
|
|
1133
|
+
readonly "jsonc/no-useless-escape": import("./rules/state.js").State.ON;
|
|
1134
|
+
readonly "jsonc/object-curly-newline": readonly [
|
|
1135
|
+
import("./rules/state.js").State.ON,
|
|
1136
|
+
{
|
|
1137
|
+
readonly consistent: true;
|
|
1138
|
+
readonly multiline: true;
|
|
1139
|
+
readonly minProperties: 2;
|
|
1140
|
+
}
|
|
1141
|
+
];
|
|
1142
|
+
readonly "jsonc/object-curly-spacing": readonly [
|
|
1143
|
+
import("./rules/state.js").State.ON,
|
|
1144
|
+
"always"
|
|
1145
|
+
];
|
|
1146
|
+
readonly "jsonc/object-property-newline": import("./rules/state.js").State.ON;
|
|
1147
|
+
readonly "jsonc/quote-props": import("./rules/state.js").State.ON;
|
|
1148
|
+
readonly "jsonc/quotes": import("./rules/state.js").State.ON;
|
|
1149
|
+
readonly "jsonc/space-unary-ops": import("./rules/state.js").State.ON;
|
|
831
1150
|
};
|
|
832
1151
|
})[];
|
|
833
1152
|
jsonc: {
|
|
834
1153
|
rules: {
|
|
835
|
-
readonly "jsonc/no-comments": State.OFF;
|
|
1154
|
+
readonly "jsonc/no-comments": import("./rules/state.js").State.OFF;
|
|
836
1155
|
};
|
|
837
1156
|
}[];
|
|
838
1157
|
jsoncc: {
|
|
839
1158
|
rules: {
|
|
840
|
-
readonly "jsonc/comma-dangle": readonly [
|
|
1159
|
+
readonly "jsonc/comma-dangle": readonly [
|
|
1160
|
+
import("./rules/state.js").State.ON,
|
|
1161
|
+
"always-multiline"
|
|
1162
|
+
];
|
|
841
1163
|
};
|
|
842
1164
|
}[];
|
|
843
1165
|
yml: ({
|
|
844
1166
|
rules: {
|
|
845
|
-
readonly "yml/block-mapping-colon-indicator-newline": State.ON;
|
|
846
|
-
readonly "yml/block-mapping-question-indicator-newline": State.ON;
|
|
847
|
-
readonly "yml/block-mapping": State.ON;
|
|
848
|
-
readonly "yml/block-sequence-hyphen-indicator-newline": State.ON;
|
|
849
|
-
readonly "yml/block-sequence": State.ON;
|
|
850
|
-
readonly "yml/indent": State.ON;
|
|
851
|
-
readonly "yml/no-empty-key": State.ON;
|
|
852
|
-
readonly "yml/no-empty-sequence-entry": State.ON;
|
|
853
|
-
readonly "yml/no-tab-indent": State.ON;
|
|
854
|
-
readonly "yml/no-trailing-zeros": State.ON;
|
|
855
|
-
readonly "yml/require-string-key": State.ON;
|
|
1167
|
+
readonly "yml/block-mapping-colon-indicator-newline": import("./rules/state.js").State.ON;
|
|
1168
|
+
readonly "yml/block-mapping-question-indicator-newline": import("./rules/state.js").State.ON;
|
|
1169
|
+
readonly "yml/block-mapping": import("./rules/state.js").State.ON;
|
|
1170
|
+
readonly "yml/block-sequence-hyphen-indicator-newline": import("./rules/state.js").State.ON;
|
|
1171
|
+
readonly "yml/block-sequence": import("./rules/state.js").State.ON;
|
|
1172
|
+
readonly "yml/indent": import("./rules/state.js").State.ON;
|
|
1173
|
+
readonly "yml/no-empty-key": import("./rules/state.js").State.ON;
|
|
1174
|
+
readonly "yml/no-empty-sequence-entry": import("./rules/state.js").State.ON;
|
|
1175
|
+
readonly "yml/no-tab-indent": import("./rules/state.js").State.ON;
|
|
1176
|
+
readonly "yml/no-trailing-zeros": import("./rules/state.js").State.ON;
|
|
1177
|
+
readonly "yml/require-string-key": import("./rules/state.js").State.ON;
|
|
856
1178
|
};
|
|
857
1179
|
} | {
|
|
858
1180
|
rules: {
|
|
859
|
-
readonly "yml/flow-mapping-curly-newline": readonly [
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
readonly "yml/flow-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
readonly "yml/
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
1181
|
+
readonly "yml/flow-mapping-curly-newline": readonly [
|
|
1182
|
+
import("./rules/state.js").State.ON,
|
|
1183
|
+
{
|
|
1184
|
+
readonly consistent: true;
|
|
1185
|
+
readonly multiline: true;
|
|
1186
|
+
readonly minProperties: 2;
|
|
1187
|
+
}
|
|
1188
|
+
];
|
|
1189
|
+
readonly "yml/flow-mapping-curly-spacing": readonly [
|
|
1190
|
+
import("./rules/state.js").State.ON,
|
|
1191
|
+
"never",
|
|
1192
|
+
{
|
|
1193
|
+
readonly objectsInObjects: true;
|
|
1194
|
+
}
|
|
1195
|
+
];
|
|
1196
|
+
readonly "yml/flow-sequence-bracket-newline": import("./rules/state.js").State.ON;
|
|
1197
|
+
readonly "yml/flow-sequence-bracket-spacing": import("./rules/state.js").State.ON;
|
|
1198
|
+
readonly "yml/key-spacing": import("./rules/state.js").State.ON;
|
|
1199
|
+
readonly "yml/no-irregular-whitespace": import("./rules/state.js").State.ON;
|
|
1200
|
+
readonly "yml/no-multiple-empty-lines": readonly [
|
|
1201
|
+
import("./rules/state.js").State.ON,
|
|
1202
|
+
{
|
|
1203
|
+
readonly max: 1;
|
|
1204
|
+
readonly maxBOF: 0;
|
|
1205
|
+
readonly maxEOF: 0;
|
|
1206
|
+
}
|
|
1207
|
+
];
|
|
1208
|
+
readonly "yml/spaced-comment": readonly [
|
|
1209
|
+
import("./rules/state.js").State.ON,
|
|
1210
|
+
"always",
|
|
1211
|
+
{
|
|
1212
|
+
readonly exceptions: readonly [
|
|
1213
|
+
"#"
|
|
1214
|
+
];
|
|
1215
|
+
readonly markers: readonly [
|
|
1216
|
+
"-",
|
|
1217
|
+
"#",
|
|
1218
|
+
"##",
|
|
1219
|
+
"###",
|
|
1220
|
+
"####",
|
|
1221
|
+
"#####",
|
|
1222
|
+
"region",
|
|
1223
|
+
"endregion"
|
|
1224
|
+
];
|
|
1225
|
+
}
|
|
1226
|
+
];
|
|
880
1227
|
};
|
|
881
1228
|
})[];
|
|
882
1229
|
};
|
|
883
1230
|
};
|
|
884
1231
|
export default _default;
|
|
885
|
-
//# sourceMappingURL=index.d.ts.map
|
|
1232
|
+
//# sourceMappingURL=index.d.ts.map
|