@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/rules/js.d.ts
CHANGED
|
@@ -1,366 +1,569 @@
|
|
|
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
|
|
3
|
+
readonly "array-callback-return": readonly [
|
|
4
|
+
import("./state.js").State.ON,
|
|
5
|
+
{
|
|
6
|
+
readonly checkForEach: true;
|
|
7
|
+
readonly allowVoid: true;
|
|
8
|
+
}
|
|
9
|
+
];
|
|
10
|
+
readonly "constructor-super": import("./state.js").State.ON;
|
|
11
|
+
readonly "for-direction": import("./state.js").State.ON;
|
|
12
|
+
readonly "getter-return": import("./state.js").State.ON;
|
|
13
|
+
readonly "no-async-promise-executor": import("./state.js").State.ON;
|
|
14
|
+
readonly "no-await-in-loop": import("./state.js").State.ON;
|
|
15
|
+
readonly "no-class-assign": import("./state.js").State.ON;
|
|
16
|
+
readonly "no-compare-neg-zero": import("./state.js").State.ON;
|
|
17
|
+
readonly "no-cond-assign": import("./state.js").State.ON;
|
|
18
|
+
readonly "no-const-assign": import("./state.js").State.ON;
|
|
19
|
+
readonly "no-constant-binary-expression": import("./state.js").State.ON;
|
|
20
|
+
readonly "no-constant-condition": readonly [
|
|
21
|
+
import("./state.js").State.ON,
|
|
22
|
+
{
|
|
23
|
+
readonly checkLoops: "all";
|
|
24
|
+
}
|
|
25
|
+
];
|
|
26
|
+
readonly "no-constructor-return": import("./state.js").State.ON;
|
|
27
|
+
readonly "no-control-regex": import("./state.js").State.ON;
|
|
28
|
+
readonly "no-debugger": import("./state.js").State.ON;
|
|
29
|
+
readonly "no-dupe-args": import("./state.js").State.ON;
|
|
30
|
+
readonly "no-dupe-class-members": import("./state.js").State.ON;
|
|
31
|
+
readonly "no-dupe-else-if": import("./state.js").State.ON;
|
|
32
|
+
readonly "no-dupe-keys": import("./state.js").State.ON;
|
|
33
|
+
readonly "no-duplicate-case": import("./state.js").State.ON;
|
|
34
|
+
readonly "no-duplicate-imports": readonly [
|
|
35
|
+
import("./state.js").State.ON,
|
|
36
|
+
{
|
|
37
|
+
readonly includeExports: true;
|
|
38
|
+
readonly allowSeparateTypeImports: true;
|
|
39
|
+
}
|
|
40
|
+
];
|
|
41
|
+
readonly "no-empty-character-class": import("./state.js").State.ON;
|
|
42
|
+
readonly "no-empty-pattern": import("./state.js").State.ON;
|
|
43
|
+
readonly "no-ex-assign": import("./state.js").State.ON;
|
|
44
|
+
readonly "no-fallthrough": import("./state.js").State.ON;
|
|
45
|
+
readonly "no-func-assign": import("./state.js").State.ON;
|
|
46
|
+
readonly "no-import-assign": import("./state.js").State.ON;
|
|
47
|
+
readonly "no-inner-declarations": readonly [
|
|
48
|
+
import("./state.js").State.ON,
|
|
49
|
+
"both"
|
|
50
|
+
];
|
|
51
|
+
readonly "no-invalid-regexp": import("./state.js").State.ON;
|
|
52
|
+
readonly "no-irregular-whitespace": import("./state.js").State.ON;
|
|
53
|
+
readonly "no-loss-of-precision": import("./state.js").State.ON;
|
|
54
|
+
readonly "no-misleading-character-class": import("./state.js").State.ON;
|
|
55
|
+
readonly "no-new-native-nonconstructor": import("./state.js").State.ON;
|
|
56
|
+
readonly "no-obj-calls": import("./state.js").State.ON;
|
|
57
|
+
readonly "no-promise-executor-return": readonly [
|
|
58
|
+
import("./state.js").State.ON,
|
|
59
|
+
{
|
|
60
|
+
readonly allowVoid: true;
|
|
61
|
+
}
|
|
62
|
+
];
|
|
63
|
+
readonly "no-prototype-builtins": import("./state.js").State.ON;
|
|
64
|
+
readonly "no-self-assign": import("./state.js").State.ON;
|
|
65
|
+
readonly "no-self-compare": import("./state.js").State.ON;
|
|
66
|
+
readonly "no-setter-return": import("./state.js").State.ON;
|
|
67
|
+
readonly "no-sparse-arrays": import("./state.js").State.ON;
|
|
68
|
+
readonly "no-template-curly-in-string": import("./state.js").State.ON;
|
|
69
|
+
readonly "no-this-before-super": import("./state.js").State.ON;
|
|
70
|
+
readonly "no-unassigned-vars": import("./state.js").State.ON;
|
|
71
|
+
readonly "no-undef": import("./state.js").State.ON;
|
|
72
|
+
readonly "no-unexpected-multiline": import("./state.js").State.ON;
|
|
73
|
+
readonly "no-unmodified-loop-condition": import("./state.js").State.ON;
|
|
74
|
+
readonly "no-unreachable": import("./state.js").State.ON;
|
|
75
|
+
readonly "no-unreachable-loop": import("./state.js").State.ON;
|
|
76
|
+
readonly "no-unsafe-finally": import("./state.js").State.ON;
|
|
77
|
+
readonly "no-unsafe-negation": readonly [
|
|
78
|
+
import("./state.js").State.ON,
|
|
79
|
+
{
|
|
80
|
+
readonly enforceForOrderingRelations: true;
|
|
81
|
+
}
|
|
82
|
+
];
|
|
83
|
+
readonly "no-unsafe-optional-chaining": readonly [
|
|
84
|
+
import("./state.js").State.ON,
|
|
85
|
+
{
|
|
86
|
+
readonly disallowArithmeticOperators: true;
|
|
87
|
+
}
|
|
88
|
+
];
|
|
89
|
+
readonly "no-unused-private-class-members": import("./state.js").State.ON;
|
|
90
|
+
readonly "no-unused-vars": import("./state.js").State.ON;
|
|
91
|
+
readonly "no-use-before-define": readonly [
|
|
92
|
+
import("./state.js").State.ON,
|
|
93
|
+
{
|
|
94
|
+
readonly typedefs: false;
|
|
95
|
+
}
|
|
96
|
+
];
|
|
97
|
+
readonly "no-useless-assignment": import("./state.js").State.ON;
|
|
98
|
+
readonly "no-useless-backreference": import("./state.js").State.ON;
|
|
99
|
+
readonly "require-atomic-updates": import("./state.js").State.ON;
|
|
100
|
+
readonly "use-isnan": readonly [
|
|
101
|
+
import("./state.js").State.ON,
|
|
102
|
+
{
|
|
103
|
+
readonly enforceForIndexOf: true;
|
|
104
|
+
}
|
|
105
|
+
];
|
|
106
|
+
readonly "valid-typeof": readonly [
|
|
107
|
+
import("./state.js").State.ON,
|
|
108
|
+
{
|
|
109
|
+
readonly requireStringLiterals: true;
|
|
110
|
+
}
|
|
111
|
+
];
|
|
112
|
+
readonly "accessor-pairs": readonly [
|
|
113
|
+
import("./state.js").State.ON,
|
|
114
|
+
{
|
|
115
|
+
readonly enforceForTSTypes: true;
|
|
116
|
+
}
|
|
117
|
+
];
|
|
118
|
+
readonly "arrow-body-style": import("./state.js").State.ON;
|
|
119
|
+
readonly "block-scoped-var": import("./state.js").State.ON;
|
|
120
|
+
readonly "consistent-return": import("./state.js").State.ON;
|
|
121
|
+
readonly "consistent-this": import("./state.js").State.ON;
|
|
122
|
+
readonly curly: readonly [
|
|
123
|
+
import("./state.js").State.ON,
|
|
124
|
+
"multi"
|
|
125
|
+
];
|
|
126
|
+
readonly "default-case-last": import("./state.js").State.ON;
|
|
127
|
+
readonly "default-param-last": import("./state.js").State.ON;
|
|
128
|
+
readonly "dot-notation": import("./state.js").State.ON;
|
|
129
|
+
readonly eqeqeq: import("./state.js").State.ON;
|
|
130
|
+
readonly "init-declarations": import("./state.js").State.ON;
|
|
131
|
+
readonly "logical-assignment-operators": readonly [
|
|
132
|
+
import("./state.js").State.ON,
|
|
133
|
+
"always",
|
|
134
|
+
{
|
|
135
|
+
readonly enforceForIfStatements: true;
|
|
136
|
+
}
|
|
137
|
+
];
|
|
138
|
+
readonly "no-alert": import("./state.js").State.ON;
|
|
139
|
+
readonly "no-array-constructor": import("./state.js").State.ON;
|
|
140
|
+
readonly "no-bitwise": import("./state.js").State.ON;
|
|
141
|
+
readonly "no-caller": import("./state.js").State.ON;
|
|
142
|
+
readonly "no-case-declarations": import("./state.js").State.ON;
|
|
143
|
+
readonly "no-continue": import("./state.js").State.ON;
|
|
144
|
+
readonly "no-delete-var": import("./state.js").State.ON;
|
|
145
|
+
readonly "no-div-regex": import("./state.js").State.ON;
|
|
146
|
+
readonly "no-empty": import("./state.js").State.ON;
|
|
147
|
+
readonly "no-empty-function": readonly [
|
|
148
|
+
import("./state.js").State.ON,
|
|
149
|
+
{
|
|
150
|
+
readonly allow: readonly [
|
|
151
|
+
"constructors",
|
|
152
|
+
"privateConstructors",
|
|
153
|
+
"protectedConstructors",
|
|
154
|
+
"decoratedFunctions",
|
|
155
|
+
"overrideMethods"
|
|
156
|
+
];
|
|
157
|
+
}
|
|
158
|
+
];
|
|
159
|
+
readonly "no-empty-static-block": import("./state.js").State.ON;
|
|
160
|
+
readonly "no-eq-null": import("./state.js").State.ON;
|
|
161
|
+
readonly "no-eval": import("./state.js").State.ON;
|
|
162
|
+
readonly "no-extend-native": import("./state.js").State.ON;
|
|
163
|
+
readonly "no-extra-bind": import("./state.js").State.ON;
|
|
164
|
+
readonly "no-extra-boolean-cast": readonly [
|
|
165
|
+
import("./state.js").State.ON,
|
|
166
|
+
{
|
|
167
|
+
readonly enforceForLogicalOperands: true;
|
|
168
|
+
}
|
|
169
|
+
];
|
|
170
|
+
readonly "no-extra-label": import("./state.js").State.ON;
|
|
171
|
+
readonly "no-global-assign": import("./state.js").State.ON;
|
|
172
|
+
readonly "no-implicit-coercion": readonly [
|
|
173
|
+
import("./state.js").State.ON,
|
|
174
|
+
{
|
|
175
|
+
readonly disallowTemplateShorthand: true;
|
|
176
|
+
}
|
|
177
|
+
];
|
|
178
|
+
readonly "no-implied-eval": import("./state.js").State.ON;
|
|
179
|
+
readonly "no-invalid-this": readonly [
|
|
180
|
+
import("./state.js").State.ON,
|
|
181
|
+
{
|
|
182
|
+
readonly capIsConstructor: false;
|
|
183
|
+
}
|
|
184
|
+
];
|
|
185
|
+
readonly "no-iterator": import("./state.js").State.ON;
|
|
186
|
+
readonly "no-label-var": import("./state.js").State.ON;
|
|
187
|
+
readonly "no-lone-blocks": import("./state.js").State.ON;
|
|
188
|
+
readonly "no-loop-func": import("./state.js").State.ON;
|
|
189
|
+
readonly "no-multi-assign": import("./state.js").State.ON;
|
|
190
|
+
readonly "no-multi-str": import("./state.js").State.ON;
|
|
191
|
+
readonly "no-new": import("./state.js").State.ON;
|
|
192
|
+
readonly "no-new-func": import("./state.js").State.ON;
|
|
193
|
+
readonly "no-new-wrappers": import("./state.js").State.ON;
|
|
194
|
+
readonly "no-nonoctal-decimal-escape": import("./state.js").State.ON;
|
|
195
|
+
readonly "no-object-constructor": import("./state.js").State.ON;
|
|
196
|
+
readonly "no-octal": import("./state.js").State.ON;
|
|
197
|
+
readonly "no-octal-escape": import("./state.js").State.ON;
|
|
198
|
+
readonly "no-param-reassign": readonly [
|
|
199
|
+
import("./state.js").State.ON,
|
|
200
|
+
{
|
|
201
|
+
readonly props: true;
|
|
202
|
+
}
|
|
203
|
+
];
|
|
204
|
+
readonly "no-plusplus": readonly [
|
|
205
|
+
import("./state.js").State.ON,
|
|
206
|
+
{
|
|
207
|
+
readonly allowForLoopAfterthoughts: true;
|
|
208
|
+
}
|
|
209
|
+
];
|
|
210
|
+
readonly "no-proto": import("./state.js").State.ON;
|
|
211
|
+
readonly "no-script-url": import("./state.js").State.ON;
|
|
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;
|
|
212
305
|
};
|
|
213
306
|
} | {
|
|
214
307
|
rules: {
|
|
215
|
-
readonly "stylistic/array-bracket-newline": State.ON;
|
|
216
|
-
readonly "stylistic/array-bracket-spacing": State.ON;
|
|
217
|
-
readonly "stylistic/array-element-newline": readonly [
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
readonly "stylistic/
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
readonly "stylistic/
|
|
230
|
-
readonly "stylistic/
|
|
231
|
-
readonly "stylistic/
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
readonly "stylistic/
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
readonly "stylistic/
|
|
251
|
-
readonly "stylistic/
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
readonly "stylistic/
|
|
281
|
-
readonly "stylistic/
|
|
282
|
-
readonly "stylistic/
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
readonly "stylistic/
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
readonly "stylistic/
|
|
323
|
-
readonly "stylistic/
|
|
324
|
-
readonly "stylistic/semi
|
|
325
|
-
readonly "stylistic/
|
|
326
|
-
readonly "stylistic/
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
readonly
|
|
340
|
-
readonly
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
readonly "stylistic/
|
|
345
|
-
readonly "stylistic/
|
|
346
|
-
readonly "stylistic/
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
308
|
+
readonly "stylistic/array-bracket-newline": import("./state.js").State.ON;
|
|
309
|
+
readonly "stylistic/array-bracket-spacing": import("./state.js").State.ON;
|
|
310
|
+
readonly "stylistic/array-element-newline": readonly [
|
|
311
|
+
import("./state.js").State.ON,
|
|
312
|
+
{
|
|
313
|
+
readonly consistent: true;
|
|
314
|
+
readonly multiline: true;
|
|
315
|
+
readonly minItems: 3;
|
|
316
|
+
}
|
|
317
|
+
];
|
|
318
|
+
readonly "stylistic/arrow-parens": readonly [
|
|
319
|
+
import("./state.js").State.ON,
|
|
320
|
+
"as-needed"
|
|
321
|
+
];
|
|
322
|
+
readonly "stylistic/arrow-spacing": import("./state.js").State.ON;
|
|
323
|
+
readonly "stylistic/block-spacing": import("./state.js").State.ON;
|
|
324
|
+
readonly "stylistic/brace-style": readonly [
|
|
325
|
+
import("./state.js").State.ON,
|
|
326
|
+
"stroustrup",
|
|
327
|
+
{
|
|
328
|
+
readonly allowSingleLine: true;
|
|
329
|
+
}
|
|
330
|
+
];
|
|
331
|
+
readonly "stylistic/comma-dangle": readonly [
|
|
332
|
+
import("./state.js").State.ON,
|
|
333
|
+
"always-multiline"
|
|
334
|
+
];
|
|
335
|
+
readonly "stylistic/comma-spacing": import("./state.js").State.ON;
|
|
336
|
+
readonly "stylistic/comma-style": import("./state.js").State.ON;
|
|
337
|
+
readonly "stylistic/computed-property-spacing": import("./state.js").State.ON;
|
|
338
|
+
readonly "stylistic/curly-newline": import("./state.js").State.ON;
|
|
339
|
+
readonly "stylistic/dot-location": readonly [
|
|
340
|
+
import("./state.js").State.ON,
|
|
341
|
+
"property"
|
|
342
|
+
];
|
|
343
|
+
readonly "stylistic/eol-last": import("./state.js").State.ON;
|
|
344
|
+
readonly "stylistic/function-call-argument-newline": readonly [
|
|
345
|
+
import("./state.js").State.ON,
|
|
346
|
+
"consistent"
|
|
347
|
+
];
|
|
348
|
+
readonly "stylistic/function-call-spacing": import("./state.js").State.ON;
|
|
349
|
+
readonly "stylistic/function-paren-newline": readonly [
|
|
350
|
+
import("./state.js").State.ON,
|
|
351
|
+
"multiline-arguments"
|
|
352
|
+
];
|
|
353
|
+
readonly "stylistic/generator-star-spacing": import("./state.js").State.ON;
|
|
354
|
+
readonly "stylistic/implicit-arrow-linebreak": import("./state.js").State.ON;
|
|
355
|
+
readonly "stylistic/indent": readonly [
|
|
356
|
+
import("./state.js").State.ON,
|
|
357
|
+
2,
|
|
358
|
+
{
|
|
359
|
+
readonly assignmentOperator: 0;
|
|
360
|
+
readonly VariableDeclarator: {
|
|
361
|
+
readonly var: 0;
|
|
362
|
+
readonly let: 0;
|
|
363
|
+
readonly const: 0;
|
|
364
|
+
};
|
|
365
|
+
readonly outerIIFEBody: 0;
|
|
366
|
+
readonly offsetTernaryExpressions: true;
|
|
367
|
+
}
|
|
368
|
+
];
|
|
369
|
+
readonly "stylistic/indent-binary-ops": readonly [
|
|
370
|
+
import("./state.js").State.ON,
|
|
371
|
+
2
|
|
372
|
+
];
|
|
373
|
+
readonly "stylistic/key-spacing": import("./state.js").State.ON;
|
|
374
|
+
readonly "stylistic/keyword-spacing": import("./state.js").State.ON;
|
|
375
|
+
readonly "stylistic/lines-between-class-members": readonly [
|
|
376
|
+
import("./state.js").State.ON,
|
|
377
|
+
{
|
|
378
|
+
readonly enforce: readonly [
|
|
379
|
+
{
|
|
380
|
+
readonly prev: "field";
|
|
381
|
+
readonly next: "field";
|
|
382
|
+
readonly blankLine: "never";
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
readonly prev: "field";
|
|
386
|
+
readonly next: "method";
|
|
387
|
+
readonly blankLine: "always";
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
readonly prev: "method";
|
|
391
|
+
readonly next: "*";
|
|
392
|
+
readonly blankLine: "always";
|
|
393
|
+
}
|
|
394
|
+
];
|
|
395
|
+
}
|
|
396
|
+
];
|
|
397
|
+
readonly "stylistic/max-len": readonly [
|
|
398
|
+
import("./state.js").State.ON,
|
|
399
|
+
{
|
|
400
|
+
readonly code: 300;
|
|
401
|
+
readonly ignoreComments: true;
|
|
402
|
+
readonly ignoreTrailingComments: true;
|
|
403
|
+
readonly ignoreUrls: true;
|
|
404
|
+
readonly ignoreStrings: true;
|
|
405
|
+
readonly ignoreTemplateLiterals: true;
|
|
406
|
+
readonly ignoreRegExpLiterals: true;
|
|
407
|
+
}
|
|
408
|
+
];
|
|
409
|
+
readonly "stylistic/max-statements-per-line": import("./state.js").State.ON;
|
|
410
|
+
readonly "stylistic/member-delimiter-style": import("./state.js").State.ON;
|
|
411
|
+
readonly "stylistic/multiline-ternary": readonly [
|
|
412
|
+
import("./state.js").State.ON,
|
|
413
|
+
"always-multiline"
|
|
414
|
+
];
|
|
415
|
+
readonly "stylistic/newline-per-chained-call": import("./state.js").State.ON;
|
|
416
|
+
readonly "stylistic/no-extra-parens": import("./state.js").State.ON;
|
|
417
|
+
readonly "stylistic/no-extra-semi": import("./state.js").State.ON;
|
|
418
|
+
readonly "stylistic/no-floating-decimal": import("./state.js").State.ON;
|
|
419
|
+
readonly "stylistic/no-mixed-spaces-and-tabs": import("./state.js").State.ON;
|
|
420
|
+
readonly "stylistic/no-multi-spaces": readonly [
|
|
421
|
+
import("./state.js").State.ON,
|
|
422
|
+
{
|
|
423
|
+
readonly exceptions: {
|
|
424
|
+
readonly Property: false;
|
|
425
|
+
readonly ImportAttributes: false;
|
|
426
|
+
};
|
|
427
|
+
}
|
|
428
|
+
];
|
|
429
|
+
readonly "stylistic/no-multiple-empty-lines": readonly [
|
|
430
|
+
import("./state.js").State.ON,
|
|
431
|
+
{
|
|
432
|
+
readonly max: 1;
|
|
433
|
+
readonly maxBOF: 0;
|
|
434
|
+
readonly maxEOF: 0;
|
|
435
|
+
}
|
|
436
|
+
];
|
|
437
|
+
readonly "stylistic/no-tabs": import("./state.js").State.ON;
|
|
438
|
+
readonly "stylistic/no-trailing-spaces": import("./state.js").State.ON;
|
|
439
|
+
readonly "stylistic/no-whitespace-before-property": import("./state.js").State.ON;
|
|
440
|
+
readonly "stylistic/nonblock-statement-body-position": readonly [
|
|
441
|
+
import("./state.js").State.ON,
|
|
442
|
+
"below"
|
|
443
|
+
];
|
|
444
|
+
readonly "stylistic/object-curly-newline": readonly [
|
|
445
|
+
import("./state.js").State.ON,
|
|
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
|
+
};
|
|
353
552
|
};
|
|
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 [
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
553
|
+
}
|
|
554
|
+
];
|
|
555
|
+
readonly "stylistic/type-generic-spacing": import("./state.js").State.ON;
|
|
556
|
+
readonly "stylistic/type-named-tuple-spacing": import("./state.js").State.ON;
|
|
557
|
+
readonly "stylistic/wrap-iife": readonly [
|
|
558
|
+
import("./state.js").State.ON,
|
|
559
|
+
"inside",
|
|
560
|
+
{
|
|
561
|
+
readonly functionPrototypeMethods: true;
|
|
562
|
+
}
|
|
563
|
+
];
|
|
564
|
+
readonly "stylistic/wrap-regex": import("./state.js").State.ON;
|
|
565
|
+
readonly "stylistic/yield-star-spacing": import("./state.js").State.ON;
|
|
363
566
|
};
|
|
364
567
|
})[];
|
|
365
568
|
export default _default;
|
|
366
|
-
//# sourceMappingURL=js.d.ts.map
|
|
569
|
+
//# sourceMappingURL=js.d.ts.map
|