@eslinted/defaults 21.0.0 → 21.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_pattern/index.d.ts.map +1 -1
- package/dist/_pattern/index.js +11 -11
- package/dist/_pattern/index.js.map +1 -1
- package/dist/index.d.ts +473 -473
- package/dist/rules/{state.d.ts → _state.d.ts} +1 -1
- 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/{css/index.d.ts → css.d.ts} +2 -2
- package/dist/rules/css.d.ts.map +1 -0
- package/dist/rules/{css/index.js → css.js} +1 -1
- package/dist/rules/css.js.map +1 -0
- package/dist/rules/{html/index.d.ts → html.d.ts} +2 -2
- package/dist/rules/html.d.ts.map +1 -0
- package/dist/rules/{html/index.js → html.js} +1 -1
- package/dist/rules/html.js.map +1 -0
- package/dist/rules/index.d.ts +473 -473
- package/dist/rules/index.js +7 -7
- package/dist/rules/js.d.ts +1 -1
- package/dist/rules/js.d.ts.map +1 -1
- package/dist/rules/{json/index.d.ts → json.d.ts} +2 -2
- package/dist/rules/json.d.ts.map +1 -0
- package/dist/rules/{json/index.js → json.js} +1 -1
- package/dist/rules/json.js.map +1 -0
- package/dist/rules/{jsonc/index.d.ts → jsonc.d.ts} +2 -2
- package/dist/rules/jsonc.d.ts.map +1 -0
- package/dist/rules/{jsonc/index.js → jsonc.js} +1 -1
- package/dist/rules/jsonc.js.map +1 -0
- package/dist/rules/{svelte/index.d.ts → svelte.d.ts} +2 -2
- package/dist/rules/svelte.d.ts.map +1 -0
- package/dist/rules/{svelte/index.js → svelte.js} +1 -1
- package/dist/rules/svelte.js.map +1 -0
- package/dist/rules/{ts/index.d.ts → ts.d.ts} +2 -2
- package/dist/rules/ts.d.ts.map +1 -0
- package/dist/rules/{ts/index.js → ts.js} +1 -1
- package/dist/rules/ts.js.map +1 -0
- package/dist/rules/{yml/index.d.ts → yml.d.ts} +2 -2
- package/dist/rules/yml.d.ts.map +1 -0
- package/dist/rules/{yml/index.js → yml.js} +1 -1
- package/dist/rules/yml.js.map +1 -0
- package/package.json +1 -1
- package/src/_pattern/index.ts +13 -11
- package/src/rules/{css/index.ts → css.ts} +1 -1
- package/src/rules/{html/index.ts → html.ts} +1 -1
- package/src/rules/js.ts +1 -1
- package/src/rules/{json/index.ts → json.ts} +1 -1
- package/src/rules/{jsonc/index.ts → jsonc.ts} +1 -1
- package/src/rules/{svelte/index.ts → svelte.ts} +1 -1
- package/src/rules/{ts/index.ts → ts.ts} +1 -1
- package/src/rules/{yml/index.ts → yml.ts} +1 -1
- package/dist/rules/css/index.d.ts.map +0 -1
- package/dist/rules/css/index.js.map +0 -1
- package/dist/rules/html/index.d.ts.map +0 -1
- package/dist/rules/html/index.js.map +0 -1
- package/dist/rules/json/index.d.ts.map +0 -1
- package/dist/rules/json/index.js.map +0 -1
- package/dist/rules/jsonc/index.d.ts.map +0 -1
- package/dist/rules/jsonc/index.js.map +0 -1
- package/dist/rules/state.d.ts.map +0 -1
- package/dist/rules/state.js +0 -2
- package/dist/rules/state.js.map +0 -1
- package/dist/rules/svelte/index.d.ts.map +0 -1
- package/dist/rules/svelte/index.js.map +0 -1
- package/dist/rules/ts/index.d.ts.map +0 -1
- package/dist/rules/ts/index.js.map +0 -1
- package/dist/rules/yml/index.d.ts.map +0 -1
- package/dist/rules/yml/index.js.map +0 -1
- /package/src/rules/{state.ts → _state.ts} +0 -0
package/dist/rules/index.d.ts
CHANGED
|
@@ -2,152 +2,152 @@ declare const _default: {
|
|
|
2
2
|
js: {
|
|
3
3
|
rules: {
|
|
4
4
|
readonly "array-callback-return": readonly [
|
|
5
|
-
import("./
|
|
5
|
+
import("./_state.js").State.ON,
|
|
6
6
|
{
|
|
7
7
|
readonly checkForEach: true;
|
|
8
8
|
readonly allowVoid: true;
|
|
9
9
|
}
|
|
10
10
|
];
|
|
11
|
-
readonly "constructor-super": import("./
|
|
12
|
-
readonly "for-direction": import("./
|
|
13
|
-
readonly "getter-return": import("./
|
|
14
|
-
readonly "no-async-promise-executor": import("./
|
|
15
|
-
readonly "no-await-in-loop": import("./
|
|
16
|
-
readonly "no-class-assign": import("./
|
|
17
|
-
readonly "no-compare-neg-zero": import("./
|
|
18
|
-
readonly "no-cond-assign": import("./
|
|
19
|
-
readonly "no-const-assign": import("./
|
|
20
|
-
readonly "no-constant-binary-expression": import("./
|
|
11
|
+
readonly "constructor-super": import("./_state.js").State.ON;
|
|
12
|
+
readonly "for-direction": import("./_state.js").State.ON;
|
|
13
|
+
readonly "getter-return": import("./_state.js").State.ON;
|
|
14
|
+
readonly "no-async-promise-executor": import("./_state.js").State.ON;
|
|
15
|
+
readonly "no-await-in-loop": import("./_state.js").State.ON;
|
|
16
|
+
readonly "no-class-assign": import("./_state.js").State.ON;
|
|
17
|
+
readonly "no-compare-neg-zero": import("./_state.js").State.ON;
|
|
18
|
+
readonly "no-cond-assign": import("./_state.js").State.ON;
|
|
19
|
+
readonly "no-const-assign": import("./_state.js").State.ON;
|
|
20
|
+
readonly "no-constant-binary-expression": import("./_state.js").State.ON;
|
|
21
21
|
readonly "no-constant-condition": readonly [
|
|
22
|
-
import("./
|
|
22
|
+
import("./_state.js").State.ON,
|
|
23
23
|
{
|
|
24
24
|
readonly checkLoops: "all";
|
|
25
25
|
}
|
|
26
26
|
];
|
|
27
|
-
readonly "no-constructor-return": import("./
|
|
28
|
-
readonly "no-control-regex": import("./
|
|
29
|
-
readonly "no-debugger": import("./
|
|
30
|
-
readonly "no-dupe-args": import("./
|
|
31
|
-
readonly "no-dupe-class-members": import("./
|
|
32
|
-
readonly "no-dupe-else-if": import("./
|
|
33
|
-
readonly "no-dupe-keys": import("./
|
|
34
|
-
readonly "no-duplicate-case": import("./
|
|
27
|
+
readonly "no-constructor-return": import("./_state.js").State.ON;
|
|
28
|
+
readonly "no-control-regex": import("./_state.js").State.ON;
|
|
29
|
+
readonly "no-debugger": import("./_state.js").State.ON;
|
|
30
|
+
readonly "no-dupe-args": import("./_state.js").State.ON;
|
|
31
|
+
readonly "no-dupe-class-members": import("./_state.js").State.ON;
|
|
32
|
+
readonly "no-dupe-else-if": import("./_state.js").State.ON;
|
|
33
|
+
readonly "no-dupe-keys": import("./_state.js").State.ON;
|
|
34
|
+
readonly "no-duplicate-case": import("./_state.js").State.ON;
|
|
35
35
|
readonly "no-duplicate-imports": readonly [
|
|
36
|
-
import("./
|
|
36
|
+
import("./_state.js").State.ON,
|
|
37
37
|
{
|
|
38
38
|
readonly includeExports: true;
|
|
39
39
|
readonly allowSeparateTypeImports: true;
|
|
40
40
|
}
|
|
41
41
|
];
|
|
42
|
-
readonly "no-empty-character-class": import("./
|
|
43
|
-
readonly "no-empty-pattern": import("./
|
|
44
|
-
readonly "no-ex-assign": import("./
|
|
45
|
-
readonly "no-fallthrough": import("./
|
|
46
|
-
readonly "no-func-assign": import("./
|
|
47
|
-
readonly "no-import-assign": import("./
|
|
42
|
+
readonly "no-empty-character-class": import("./_state.js").State.ON;
|
|
43
|
+
readonly "no-empty-pattern": import("./_state.js").State.ON;
|
|
44
|
+
readonly "no-ex-assign": import("./_state.js").State.ON;
|
|
45
|
+
readonly "no-fallthrough": import("./_state.js").State.ON;
|
|
46
|
+
readonly "no-func-assign": import("./_state.js").State.ON;
|
|
47
|
+
readonly "no-import-assign": import("./_state.js").State.ON;
|
|
48
48
|
readonly "no-inner-declarations": readonly [
|
|
49
|
-
import("./
|
|
49
|
+
import("./_state.js").State.ON,
|
|
50
50
|
"both"
|
|
51
51
|
];
|
|
52
|
-
readonly "no-invalid-regexp": import("./
|
|
53
|
-
readonly "no-irregular-whitespace": import("./
|
|
54
|
-
readonly "no-loss-of-precision": import("./
|
|
55
|
-
readonly "no-misleading-character-class": import("./
|
|
56
|
-
readonly "no-new-native-nonconstructor": import("./
|
|
57
|
-
readonly "no-obj-calls": import("./
|
|
52
|
+
readonly "no-invalid-regexp": import("./_state.js").State.ON;
|
|
53
|
+
readonly "no-irregular-whitespace": import("./_state.js").State.ON;
|
|
54
|
+
readonly "no-loss-of-precision": import("./_state.js").State.ON;
|
|
55
|
+
readonly "no-misleading-character-class": import("./_state.js").State.ON;
|
|
56
|
+
readonly "no-new-native-nonconstructor": import("./_state.js").State.ON;
|
|
57
|
+
readonly "no-obj-calls": import("./_state.js").State.ON;
|
|
58
58
|
readonly "no-promise-executor-return": readonly [
|
|
59
|
-
import("./
|
|
59
|
+
import("./_state.js").State.ON,
|
|
60
60
|
{
|
|
61
61
|
readonly allowVoid: true;
|
|
62
62
|
}
|
|
63
63
|
];
|
|
64
|
-
readonly "no-prototype-builtins": import("./
|
|
65
|
-
readonly "no-self-assign": import("./
|
|
66
|
-
readonly "no-self-compare": import("./
|
|
67
|
-
readonly "no-setter-return": import("./
|
|
68
|
-
readonly "no-sparse-arrays": import("./
|
|
69
|
-
readonly "no-template-curly-in-string": import("./
|
|
70
|
-
readonly "no-this-before-super": import("./
|
|
71
|
-
readonly "no-unassigned-vars": import("./
|
|
72
|
-
readonly "no-undef": import("./
|
|
73
|
-
readonly "no-unexpected-multiline": import("./
|
|
74
|
-
readonly "no-unmodified-loop-condition": import("./
|
|
75
|
-
readonly "no-unreachable": import("./
|
|
76
|
-
readonly "no-unreachable-loop": import("./
|
|
77
|
-
readonly "no-unsafe-finally": import("./
|
|
64
|
+
readonly "no-prototype-builtins": import("./_state.js").State.ON;
|
|
65
|
+
readonly "no-self-assign": import("./_state.js").State.ON;
|
|
66
|
+
readonly "no-self-compare": import("./_state.js").State.ON;
|
|
67
|
+
readonly "no-setter-return": import("./_state.js").State.ON;
|
|
68
|
+
readonly "no-sparse-arrays": import("./_state.js").State.ON;
|
|
69
|
+
readonly "no-template-curly-in-string": import("./_state.js").State.ON;
|
|
70
|
+
readonly "no-this-before-super": import("./_state.js").State.ON;
|
|
71
|
+
readonly "no-unassigned-vars": import("./_state.js").State.ON;
|
|
72
|
+
readonly "no-undef": import("./_state.js").State.ON;
|
|
73
|
+
readonly "no-unexpected-multiline": import("./_state.js").State.ON;
|
|
74
|
+
readonly "no-unmodified-loop-condition": import("./_state.js").State.ON;
|
|
75
|
+
readonly "no-unreachable": import("./_state.js").State.WARN;
|
|
76
|
+
readonly "no-unreachable-loop": import("./_state.js").State.WARN;
|
|
77
|
+
readonly "no-unsafe-finally": import("./_state.js").State.ON;
|
|
78
78
|
readonly "no-unsafe-negation": readonly [
|
|
79
|
-
import("./
|
|
79
|
+
import("./_state.js").State.ON,
|
|
80
80
|
{
|
|
81
81
|
readonly enforceForOrderingRelations: true;
|
|
82
82
|
}
|
|
83
83
|
];
|
|
84
84
|
readonly "no-unsafe-optional-chaining": readonly [
|
|
85
|
-
import("./
|
|
85
|
+
import("./_state.js").State.ON,
|
|
86
86
|
{
|
|
87
87
|
readonly disallowArithmeticOperators: true;
|
|
88
88
|
}
|
|
89
89
|
];
|
|
90
|
-
readonly "no-unused-private-class-members": import("./
|
|
91
|
-
readonly "no-unused-vars": import("./
|
|
90
|
+
readonly "no-unused-private-class-members": import("./_state.js").State.WARN;
|
|
91
|
+
readonly "no-unused-vars": import("./_state.js").State.WARN;
|
|
92
92
|
readonly "no-use-before-define": readonly [
|
|
93
|
-
import("./
|
|
93
|
+
import("./_state.js").State.ON,
|
|
94
94
|
{
|
|
95
95
|
readonly typedefs: false;
|
|
96
96
|
}
|
|
97
97
|
];
|
|
98
|
-
readonly "no-useless-assignment": import("./
|
|
99
|
-
readonly "no-useless-backreference": import("./
|
|
100
|
-
readonly "require-atomic-updates": import("./
|
|
98
|
+
readonly "no-useless-assignment": import("./_state.js").State.ON;
|
|
99
|
+
readonly "no-useless-backreference": import("./_state.js").State.ON;
|
|
100
|
+
readonly "require-atomic-updates": import("./_state.js").State.ON;
|
|
101
101
|
readonly "use-isnan": readonly [
|
|
102
|
-
import("./
|
|
102
|
+
import("./_state.js").State.ON,
|
|
103
103
|
{
|
|
104
104
|
readonly enforceForIndexOf: true;
|
|
105
105
|
}
|
|
106
106
|
];
|
|
107
107
|
readonly "valid-typeof": readonly [
|
|
108
|
-
import("./
|
|
108
|
+
import("./_state.js").State.ON,
|
|
109
109
|
{
|
|
110
110
|
readonly requireStringLiterals: true;
|
|
111
111
|
}
|
|
112
112
|
];
|
|
113
113
|
readonly "accessor-pairs": readonly [
|
|
114
|
-
import("./
|
|
114
|
+
import("./_state.js").State.ON,
|
|
115
115
|
{
|
|
116
116
|
readonly enforceForTSTypes: true;
|
|
117
117
|
}
|
|
118
118
|
];
|
|
119
|
-
readonly "arrow-body-style": import("./
|
|
120
|
-
readonly "block-scoped-var": import("./
|
|
121
|
-
readonly "consistent-return": import("./
|
|
122
|
-
readonly "consistent-this": import("./
|
|
119
|
+
readonly "arrow-body-style": import("./_state.js").State.WARN;
|
|
120
|
+
readonly "block-scoped-var": import("./_state.js").State.ON;
|
|
121
|
+
readonly "consistent-return": import("./_state.js").State.ON;
|
|
122
|
+
readonly "consistent-this": import("./_state.js").State.ON;
|
|
123
123
|
readonly curly: readonly [
|
|
124
|
-
import("./
|
|
124
|
+
import("./_state.js").State.WARN,
|
|
125
125
|
"multi"
|
|
126
126
|
];
|
|
127
|
-
readonly "default-case-last": import("./
|
|
128
|
-
readonly "default-param-last": import("./
|
|
129
|
-
readonly "dot-notation": import("./
|
|
130
|
-
readonly eqeqeq: import("./
|
|
131
|
-
readonly "init-declarations": import("./
|
|
127
|
+
readonly "default-case-last": import("./_state.js").State.ON;
|
|
128
|
+
readonly "default-param-last": import("./_state.js").State.ON;
|
|
129
|
+
readonly "dot-notation": import("./_state.js").State.WARN;
|
|
130
|
+
readonly eqeqeq: import("./_state.js").State.ON;
|
|
131
|
+
readonly "init-declarations": import("./_state.js").State.WARN;
|
|
132
132
|
readonly "logical-assignment-operators": readonly [
|
|
133
|
-
import("./
|
|
133
|
+
import("./_state.js").State.WARN,
|
|
134
134
|
"always",
|
|
135
135
|
{
|
|
136
136
|
readonly enforceForIfStatements: true;
|
|
137
137
|
}
|
|
138
138
|
];
|
|
139
|
-
readonly "no-alert": import("./
|
|
140
|
-
readonly "no-array-constructor": import("./
|
|
141
|
-
readonly "no-bitwise": import("./
|
|
142
|
-
readonly "no-caller": import("./
|
|
143
|
-
readonly "no-case-declarations": import("./
|
|
144
|
-
readonly "no-continue": import("./
|
|
145
|
-
readonly "no-delete-var": import("./
|
|
146
|
-
readonly "no-div-regex": import("./
|
|
147
|
-
readonly "no-else-return": import("./
|
|
148
|
-
readonly "no-empty": import("./
|
|
139
|
+
readonly "no-alert": import("./_state.js").State.ON;
|
|
140
|
+
readonly "no-array-constructor": import("./_state.js").State.ON;
|
|
141
|
+
readonly "no-bitwise": import("./_state.js").State.ON;
|
|
142
|
+
readonly "no-caller": import("./_state.js").State.ON;
|
|
143
|
+
readonly "no-case-declarations": import("./_state.js").State.ON;
|
|
144
|
+
readonly "no-continue": import("./_state.js").State.ON;
|
|
145
|
+
readonly "no-delete-var": import("./_state.js").State.ON;
|
|
146
|
+
readonly "no-div-regex": import("./_state.js").State.ON;
|
|
147
|
+
readonly "no-else-return": import("./_state.js").State.ON;
|
|
148
|
+
readonly "no-empty": import("./_state.js").State.ON;
|
|
149
149
|
readonly "no-empty-function": readonly [
|
|
150
|
-
import("./
|
|
150
|
+
import("./_state.js").State.WARN,
|
|
151
151
|
{
|
|
152
152
|
readonly allow: readonly [
|
|
153
153
|
"constructors",
|
|
@@ -158,88 +158,88 @@ declare const _default: {
|
|
|
158
158
|
];
|
|
159
159
|
}
|
|
160
160
|
];
|
|
161
|
-
readonly "no-empty-static-block": import("./
|
|
162
|
-
readonly "no-eq-null": import("./
|
|
163
|
-
readonly "no-eval": import("./
|
|
164
|
-
readonly "no-extend-native": import("./
|
|
165
|
-
readonly "no-extra-bind": import("./
|
|
161
|
+
readonly "no-empty-static-block": import("./_state.js").State.WARN;
|
|
162
|
+
readonly "no-eq-null": import("./_state.js").State.ON;
|
|
163
|
+
readonly "no-eval": import("./_state.js").State.ON;
|
|
164
|
+
readonly "no-extend-native": import("./_state.js").State.ON;
|
|
165
|
+
readonly "no-extra-bind": import("./_state.js").State.ON;
|
|
166
166
|
readonly "no-extra-boolean-cast": readonly [
|
|
167
|
-
import("./
|
|
167
|
+
import("./_state.js").State.WARN,
|
|
168
168
|
{
|
|
169
169
|
readonly enforceForLogicalOperands: true;
|
|
170
170
|
}
|
|
171
171
|
];
|
|
172
|
-
readonly "no-extra-label": import("./
|
|
173
|
-
readonly "no-global-assign": import("./
|
|
174
|
-
readonly "no-implicit-coercion": import("./
|
|
175
|
-
readonly "no-implied-eval": import("./
|
|
172
|
+
readonly "no-extra-label": import("./_state.js").State.WARN;
|
|
173
|
+
readonly "no-global-assign": import("./_state.js").State.ON;
|
|
174
|
+
readonly "no-implicit-coercion": import("./_state.js").State.ON;
|
|
175
|
+
readonly "no-implied-eval": import("./_state.js").State.ON;
|
|
176
176
|
readonly "no-invalid-this": readonly [
|
|
177
|
-
import("./
|
|
177
|
+
import("./_state.js").State.ON,
|
|
178
178
|
{
|
|
179
179
|
readonly capIsConstructor: false;
|
|
180
180
|
}
|
|
181
181
|
];
|
|
182
|
-
readonly "no-iterator": import("./
|
|
183
|
-
readonly "no-label-var": import("./
|
|
184
|
-
readonly "no-lone-blocks": import("./
|
|
185
|
-
readonly "no-loop-func": import("./
|
|
186
|
-
readonly "no-multi-assign": import("./
|
|
187
|
-
readonly "no-multi-str": import("./
|
|
188
|
-
readonly "no-new": import("./
|
|
189
|
-
readonly "no-new-func": import("./
|
|
190
|
-
readonly "no-new-wrappers": import("./
|
|
191
|
-
readonly "no-nonoctal-decimal-escape": import("./
|
|
192
|
-
readonly "no-object-constructor": import("./
|
|
193
|
-
readonly "no-octal": import("./
|
|
194
|
-
readonly "no-octal-escape": import("./
|
|
195
|
-
readonly "no-param-reassign": import("./
|
|
182
|
+
readonly "no-iterator": import("./_state.js").State.ON;
|
|
183
|
+
readonly "no-label-var": import("./_state.js").State.WARN;
|
|
184
|
+
readonly "no-lone-blocks": import("./_state.js").State.ON;
|
|
185
|
+
readonly "no-loop-func": import("./_state.js").State.ON;
|
|
186
|
+
readonly "no-multi-assign": import("./_state.js").State.ON;
|
|
187
|
+
readonly "no-multi-str": import("./_state.js").State.WARN;
|
|
188
|
+
readonly "no-new": import("./_state.js").State.ON;
|
|
189
|
+
readonly "no-new-func": import("./_state.js").State.ON;
|
|
190
|
+
readonly "no-new-wrappers": import("./_state.js").State.ON;
|
|
191
|
+
readonly "no-nonoctal-decimal-escape": import("./_state.js").State.ON;
|
|
192
|
+
readonly "no-object-constructor": import("./_state.js").State.ON;
|
|
193
|
+
readonly "no-octal": import("./_state.js").State.ON;
|
|
194
|
+
readonly "no-octal-escape": import("./_state.js").State.ON;
|
|
195
|
+
readonly "no-param-reassign": import("./_state.js").State.ON;
|
|
196
196
|
readonly "no-plusplus": readonly [
|
|
197
|
-
import("./
|
|
197
|
+
import("./_state.js").State.ON,
|
|
198
198
|
{
|
|
199
199
|
readonly allowForLoopAfterthoughts: true;
|
|
200
200
|
}
|
|
201
201
|
];
|
|
202
|
-
readonly "no-proto": import("./
|
|
203
|
-
readonly "no-script-url": import("./
|
|
204
|
-
readonly "no-sequences": import("./
|
|
205
|
-
readonly "no-shadow-restricted-names": import("./
|
|
206
|
-
readonly "no-throw-literal": import("./
|
|
207
|
-
readonly "no-undef-init": import("./
|
|
208
|
-
readonly "no-unneeded-ternary": import("./
|
|
202
|
+
readonly "no-proto": import("./_state.js").State.ON;
|
|
203
|
+
readonly "no-script-url": import("./_state.js").State.ON;
|
|
204
|
+
readonly "no-sequences": import("./_state.js").State.ON;
|
|
205
|
+
readonly "no-shadow-restricted-names": import("./_state.js").State.ON;
|
|
206
|
+
readonly "no-throw-literal": import("./_state.js").State.WARN;
|
|
207
|
+
readonly "no-undef-init": import("./_state.js").State.ON;
|
|
208
|
+
readonly "no-unneeded-ternary": import("./_state.js").State.WARN;
|
|
209
209
|
readonly "no-unused-expressions": readonly [
|
|
210
|
-
import("./
|
|
210
|
+
import("./_state.js").State.WARN,
|
|
211
211
|
{
|
|
212
212
|
readonly allowShortCircuit: true;
|
|
213
213
|
readonly allowTernary: true;
|
|
214
214
|
}
|
|
215
215
|
];
|
|
216
|
-
readonly "no-unused-labels": import("./
|
|
217
|
-
readonly "no-useless-call": import("./
|
|
218
|
-
readonly "no-useless-catch": import("./
|
|
219
|
-
readonly "no-useless-computed-key": import("./
|
|
220
|
-
readonly "no-useless-concat": import("./
|
|
221
|
-
readonly "no-useless-constructor": import("./
|
|
216
|
+
readonly "no-unused-labels": import("./_state.js").State.WARN;
|
|
217
|
+
readonly "no-useless-call": import("./_state.js").State.WARN;
|
|
218
|
+
readonly "no-useless-catch": import("./_state.js").State.WARN;
|
|
219
|
+
readonly "no-useless-computed-key": import("./_state.js").State.WARN;
|
|
220
|
+
readonly "no-useless-concat": import("./_state.js").State.WARN;
|
|
221
|
+
readonly "no-useless-constructor": import("./_state.js").State.WARN;
|
|
222
222
|
readonly "no-useless-escape": readonly [
|
|
223
|
-
import("./
|
|
223
|
+
import("./_state.js").State.WARN,
|
|
224
224
|
{
|
|
225
225
|
readonly allowRegexCharacters: readonly [
|
|
226
226
|
"-"
|
|
227
227
|
];
|
|
228
228
|
}
|
|
229
229
|
];
|
|
230
|
-
readonly "no-useless-rename": import("./
|
|
231
|
-
readonly "no-useless-return": import("./
|
|
232
|
-
readonly "no-var": import("./
|
|
230
|
+
readonly "no-useless-rename": import("./_state.js").State.WARN;
|
|
231
|
+
readonly "no-useless-return": import("./_state.js").State.WARN;
|
|
232
|
+
readonly "no-var": import("./_state.js").State.WARN;
|
|
233
233
|
readonly "no-void": readonly [
|
|
234
|
-
import("./
|
|
234
|
+
import("./_state.js").State.ON,
|
|
235
235
|
{
|
|
236
236
|
readonly allowAsStatement: true;
|
|
237
237
|
}
|
|
238
238
|
];
|
|
239
|
-
readonly "no-with": import("./
|
|
240
|
-
readonly "object-shorthand": import("./
|
|
239
|
+
readonly "no-with": import("./_state.js").State.ON;
|
|
240
|
+
readonly "object-shorthand": import("./_state.js").State.WARN;
|
|
241
241
|
readonly "one-var": readonly [
|
|
242
|
-
import("./
|
|
242
|
+
import("./_state.js").State.WARN,
|
|
243
243
|
{
|
|
244
244
|
readonly var: "consecutive";
|
|
245
245
|
readonly let: "consecutive";
|
|
@@ -249,46 +249,46 @@ declare const _default: {
|
|
|
249
249
|
readonly separateRequires: true;
|
|
250
250
|
}
|
|
251
251
|
];
|
|
252
|
-
readonly "operator-assignment": import("./
|
|
253
|
-
readonly "prefer-arrow-callback": import("./
|
|
252
|
+
readonly "operator-assignment": import("./_state.js").State.WARN;
|
|
253
|
+
readonly "prefer-arrow-callback": import("./_state.js").State.WARN;
|
|
254
254
|
readonly "prefer-const": readonly [
|
|
255
|
-
import("./
|
|
255
|
+
import("./_state.js").State.WARN,
|
|
256
256
|
{
|
|
257
257
|
readonly destructuring: "all";
|
|
258
258
|
}
|
|
259
259
|
];
|
|
260
|
-
readonly "prefer-exponentiation-operator": import("./
|
|
261
|
-
readonly "prefer-numeric-literals": import("./
|
|
262
|
-
readonly "prefer-object-has-own": import("./
|
|
263
|
-
readonly "prefer-object-spread": import("./
|
|
264
|
-
readonly "prefer-promise-reject-errors": import("./
|
|
260
|
+
readonly "prefer-exponentiation-operator": import("./_state.js").State.WARN;
|
|
261
|
+
readonly "prefer-numeric-literals": import("./_state.js").State.WARN;
|
|
262
|
+
readonly "prefer-object-has-own": import("./_state.js").State.WARN;
|
|
263
|
+
readonly "prefer-object-spread": import("./_state.js").State.WARN;
|
|
264
|
+
readonly "prefer-promise-reject-errors": import("./_state.js").State.WARN;
|
|
265
265
|
readonly "prefer-regex-literals": readonly [
|
|
266
|
-
import("./
|
|
266
|
+
import("./_state.js").State.WARN,
|
|
267
267
|
{
|
|
268
268
|
readonly disallowRedundantWrapping: true;
|
|
269
269
|
}
|
|
270
270
|
];
|
|
271
|
-
readonly "prefer-rest-params": import("./
|
|
272
|
-
readonly "prefer-spread": import("./
|
|
271
|
+
readonly "prefer-rest-params": import("./_state.js").State.WARN;
|
|
272
|
+
readonly "prefer-spread": import("./_state.js").State.WARN;
|
|
273
273
|
readonly "preserve-caught-error": readonly [
|
|
274
|
-
import("./
|
|
274
|
+
import("./_state.js").State.ON,
|
|
275
275
|
{
|
|
276
276
|
readonly requireCatchParameter: true;
|
|
277
277
|
}
|
|
278
278
|
];
|
|
279
|
-
readonly radix: import("./
|
|
280
|
-
readonly "require-await": import("./
|
|
281
|
-
readonly "require-unicode-regexp": import("./
|
|
282
|
-
readonly "require-yield": import("./
|
|
283
|
-
readonly "vars-on-top": import("./
|
|
284
|
-
readonly yoda: import("./
|
|
285
|
-
readonly "unicode-bom": import("./
|
|
286
|
-
readonly "stylistic/eol-last": import("./
|
|
287
|
-
readonly "stylistic/linebreak-style": import("./
|
|
288
|
-
readonly "stylistic/array-bracket-newline": import("./
|
|
289
|
-
readonly "stylistic/array-bracket-spacing": import("./
|
|
279
|
+
readonly radix: import("./_state.js").State.ON;
|
|
280
|
+
readonly "require-await": import("./_state.js").State.ON;
|
|
281
|
+
readonly "require-unicode-regexp": import("./_state.js").State.ON;
|
|
282
|
+
readonly "require-yield": import("./_state.js").State.ON;
|
|
283
|
+
readonly "vars-on-top": import("./_state.js").State.WARN;
|
|
284
|
+
readonly yoda: import("./_state.js").State.WARN;
|
|
285
|
+
readonly "unicode-bom": import("./_state.js").State.WARN;
|
|
286
|
+
readonly "stylistic/eol-last": import("./_state.js").State.WARN;
|
|
287
|
+
readonly "stylistic/linebreak-style": import("./_state.js").State.WARN;
|
|
288
|
+
readonly "stylistic/array-bracket-newline": import("./_state.js").State.WARN;
|
|
289
|
+
readonly "stylistic/array-bracket-spacing": import("./_state.js").State.WARN;
|
|
290
290
|
readonly "stylistic/array-element-newline": readonly [
|
|
291
|
-
import("./
|
|
291
|
+
import("./_state.js").State.WARN,
|
|
292
292
|
{
|
|
293
293
|
readonly consistent: true;
|
|
294
294
|
readonly multiline: true;
|
|
@@ -296,43 +296,43 @@ declare const _default: {
|
|
|
296
296
|
}
|
|
297
297
|
];
|
|
298
298
|
readonly "stylistic/arrow-parens": readonly [
|
|
299
|
-
import("./
|
|
299
|
+
import("./_state.js").State.WARN,
|
|
300
300
|
"as-needed"
|
|
301
301
|
];
|
|
302
|
-
readonly "stylistic/arrow-spacing": import("./
|
|
303
|
-
readonly "stylistic/block-spacing": import("./
|
|
302
|
+
readonly "stylistic/arrow-spacing": import("./_state.js").State.WARN;
|
|
303
|
+
readonly "stylistic/block-spacing": import("./_state.js").State.WARN;
|
|
304
304
|
readonly "stylistic/brace-style": readonly [
|
|
305
|
-
import("./
|
|
305
|
+
import("./_state.js").State.WARN,
|
|
306
306
|
"stroustrup",
|
|
307
307
|
{
|
|
308
308
|
readonly allowSingleLine: true;
|
|
309
309
|
}
|
|
310
310
|
];
|
|
311
311
|
readonly "stylistic/comma-dangle": readonly [
|
|
312
|
-
import("./
|
|
312
|
+
import("./_state.js").State.WARN,
|
|
313
313
|
"always-multiline"
|
|
314
314
|
];
|
|
315
|
-
readonly "stylistic/comma-spacing": import("./
|
|
316
|
-
readonly "stylistic/comma-style": import("./
|
|
317
|
-
readonly "stylistic/computed-property-spacing": import("./
|
|
318
|
-
readonly "stylistic/curly-newline": import("./
|
|
315
|
+
readonly "stylistic/comma-spacing": import("./_state.js").State.WARN;
|
|
316
|
+
readonly "stylistic/comma-style": import("./_state.js").State.WARN;
|
|
317
|
+
readonly "stylistic/computed-property-spacing": import("./_state.js").State.WARN;
|
|
318
|
+
readonly "stylistic/curly-newline": import("./_state.js").State.WARN;
|
|
319
319
|
readonly "stylistic/dot-location": readonly [
|
|
320
|
-
import("./
|
|
320
|
+
import("./_state.js").State.WARN,
|
|
321
321
|
"property"
|
|
322
322
|
];
|
|
323
323
|
readonly "stylistic/function-call-argument-newline": readonly [
|
|
324
|
-
import("./
|
|
324
|
+
import("./_state.js").State.WARN,
|
|
325
325
|
"consistent"
|
|
326
326
|
];
|
|
327
|
-
readonly "stylistic/function-call-spacing": import("./
|
|
327
|
+
readonly "stylistic/function-call-spacing": import("./_state.js").State.WARN;
|
|
328
328
|
readonly "stylistic/function-paren-newline": readonly [
|
|
329
|
-
import("./
|
|
329
|
+
import("./_state.js").State.WARN,
|
|
330
330
|
"multiline-arguments"
|
|
331
331
|
];
|
|
332
|
-
readonly "stylistic/generator-star-spacing": import("./
|
|
333
|
-
readonly "stylistic/implicit-arrow-linebreak": import("./
|
|
332
|
+
readonly "stylistic/generator-star-spacing": import("./_state.js").State.WARN;
|
|
333
|
+
readonly "stylistic/implicit-arrow-linebreak": import("./_state.js").State.WARN;
|
|
334
334
|
readonly "stylistic/indent": readonly [
|
|
335
|
-
import("./
|
|
335
|
+
import("./_state.js").State.WARN,
|
|
336
336
|
2,
|
|
337
337
|
{
|
|
338
338
|
readonly assignmentOperator: 0;
|
|
@@ -346,13 +346,13 @@ declare const _default: {
|
|
|
346
346
|
}
|
|
347
347
|
];
|
|
348
348
|
readonly "stylistic/indent-binary-ops": readonly [
|
|
349
|
-
import("./
|
|
349
|
+
import("./_state.js").State.WARN,
|
|
350
350
|
2
|
|
351
351
|
];
|
|
352
|
-
readonly "stylistic/key-spacing": import("./
|
|
353
|
-
readonly "stylistic/keyword-spacing": import("./
|
|
352
|
+
readonly "stylistic/key-spacing": import("./_state.js").State.WARN;
|
|
353
|
+
readonly "stylistic/keyword-spacing": import("./_state.js").State.WARN;
|
|
354
354
|
readonly "stylistic/lines-between-class-members": readonly [
|
|
355
|
-
import("./
|
|
355
|
+
import("./_state.js").State.WARN,
|
|
356
356
|
{
|
|
357
357
|
readonly enforce: readonly [
|
|
358
358
|
{
|
|
@@ -374,7 +374,7 @@ declare const _default: {
|
|
|
374
374
|
}
|
|
375
375
|
];
|
|
376
376
|
readonly "stylistic/max-len": readonly [
|
|
377
|
-
import("./
|
|
377
|
+
import("./_state.js").State.WARN,
|
|
378
378
|
{
|
|
379
379
|
readonly code: 300;
|
|
380
380
|
readonly ignoreComments: true;
|
|
@@ -385,24 +385,24 @@ declare const _default: {
|
|
|
385
385
|
readonly ignoreRegExpLiterals: true;
|
|
386
386
|
}
|
|
387
387
|
];
|
|
388
|
-
readonly "stylistic/max-statements-per-line": import("./
|
|
389
|
-
readonly "stylistic/member-delimiter-style": import("./
|
|
388
|
+
readonly "stylistic/max-statements-per-line": import("./_state.js").State.WARN;
|
|
389
|
+
readonly "stylistic/member-delimiter-style": import("./_state.js").State.WARN;
|
|
390
390
|
readonly "stylistic/multiline-ternary": readonly [
|
|
391
|
-
import("./
|
|
391
|
+
import("./_state.js").State.WARN,
|
|
392
392
|
"always-multiline"
|
|
393
393
|
];
|
|
394
394
|
readonly "stylistic/newline-per-chained-call": readonly [
|
|
395
|
-
import("./
|
|
395
|
+
import("./_state.js").State.WARN,
|
|
396
396
|
{
|
|
397
397
|
readonly ignoreChainWithDepth: 1;
|
|
398
398
|
}
|
|
399
399
|
];
|
|
400
|
-
readonly "stylistic/no-extra-parens": import("./
|
|
401
|
-
readonly "stylistic/no-extra-semi": import("./
|
|
402
|
-
readonly "stylistic/no-floating-decimal": import("./
|
|
403
|
-
readonly "stylistic/no-mixed-spaces-and-tabs": import("./
|
|
400
|
+
readonly "stylistic/no-extra-parens": import("./_state.js").State.WARN;
|
|
401
|
+
readonly "stylistic/no-extra-semi": import("./_state.js").State.WARN;
|
|
402
|
+
readonly "stylistic/no-floating-decimal": import("./_state.js").State.WARN;
|
|
403
|
+
readonly "stylistic/no-mixed-spaces-and-tabs": import("./_state.js").State.WARN;
|
|
404
404
|
readonly "stylistic/no-multi-spaces": readonly [
|
|
405
|
-
import("./
|
|
405
|
+
import("./_state.js").State.WARN,
|
|
406
406
|
{
|
|
407
407
|
readonly exceptions: {
|
|
408
408
|
readonly Property: false;
|
|
@@ -411,22 +411,22 @@ declare const _default: {
|
|
|
411
411
|
}
|
|
412
412
|
];
|
|
413
413
|
readonly "stylistic/no-multiple-empty-lines": readonly [
|
|
414
|
-
import("./
|
|
414
|
+
import("./_state.js").State.WARN,
|
|
415
415
|
{
|
|
416
416
|
readonly max: 1;
|
|
417
417
|
readonly maxBOF: 0;
|
|
418
418
|
readonly maxEOF: 0;
|
|
419
419
|
}
|
|
420
420
|
];
|
|
421
|
-
readonly "stylistic/no-tabs": import("./
|
|
422
|
-
readonly "stylistic/no-trailing-spaces": import("./
|
|
423
|
-
readonly "stylistic/no-whitespace-before-property": import("./
|
|
421
|
+
readonly "stylistic/no-tabs": import("./_state.js").State.WARN;
|
|
422
|
+
readonly "stylistic/no-trailing-spaces": import("./_state.js").State.WARN;
|
|
423
|
+
readonly "stylistic/no-whitespace-before-property": import("./_state.js").State.WARN;
|
|
424
424
|
readonly "stylistic/nonblock-statement-body-position": readonly [
|
|
425
|
-
import("./
|
|
425
|
+
import("./_state.js").State.WARN,
|
|
426
426
|
"below"
|
|
427
427
|
];
|
|
428
428
|
readonly "stylistic/object-curly-newline": readonly [
|
|
429
|
-
import("./
|
|
429
|
+
import("./_state.js").State.WARN,
|
|
430
430
|
{
|
|
431
431
|
readonly consistent: true;
|
|
432
432
|
readonly multiline: true;
|
|
@@ -434,59 +434,59 @@ declare const _default: {
|
|
|
434
434
|
}
|
|
435
435
|
];
|
|
436
436
|
readonly "stylistic/object-curly-spacing": readonly [
|
|
437
|
-
import("./
|
|
437
|
+
import("./_state.js").State.WARN,
|
|
438
438
|
"always",
|
|
439
439
|
{
|
|
440
440
|
readonly emptyObjects: "never";
|
|
441
441
|
}
|
|
442
442
|
];
|
|
443
|
-
readonly "stylistic/object-property-newline": import("./
|
|
443
|
+
readonly "stylistic/object-property-newline": import("./_state.js").State.WARN;
|
|
444
444
|
readonly "stylistic/one-var-declaration-per-line": readonly [
|
|
445
|
-
import("./
|
|
445
|
+
import("./_state.js").State.WARN,
|
|
446
446
|
"always"
|
|
447
447
|
];
|
|
448
448
|
readonly "stylistic/operator-linebreak": readonly [
|
|
449
|
-
import("./
|
|
449
|
+
import("./_state.js").State.WARN,
|
|
450
450
|
"before"
|
|
451
451
|
];
|
|
452
452
|
readonly "stylistic/padded-blocks": readonly [
|
|
453
|
-
import("./
|
|
453
|
+
import("./_state.js").State.WARN,
|
|
454
454
|
"never",
|
|
455
455
|
{
|
|
456
456
|
readonly allowSingleLineBlocks: true;
|
|
457
457
|
}
|
|
458
458
|
];
|
|
459
459
|
readonly "stylistic/quote-props": readonly [
|
|
460
|
-
import("./
|
|
460
|
+
import("./_state.js").State.WARN,
|
|
461
461
|
"as-needed",
|
|
462
462
|
{
|
|
463
463
|
readonly keywords: true;
|
|
464
464
|
}
|
|
465
465
|
];
|
|
466
466
|
readonly "stylistic/quotes": readonly [
|
|
467
|
-
import("./
|
|
467
|
+
import("./_state.js").State.WARN,
|
|
468
468
|
"double",
|
|
469
469
|
{
|
|
470
470
|
readonly avoidEscape: true;
|
|
471
471
|
readonly allowTemplateLiterals: "always";
|
|
472
472
|
}
|
|
473
473
|
];
|
|
474
|
-
readonly "stylistic/rest-spread-spacing": import("./
|
|
475
|
-
readonly "stylistic/semi": import("./
|
|
476
|
-
readonly "stylistic/semi-spacing": import("./
|
|
477
|
-
readonly "stylistic/semi-style": import("./
|
|
478
|
-
readonly "stylistic/space-before-blocks": import("./
|
|
474
|
+
readonly "stylistic/rest-spread-spacing": import("./_state.js").State.WARN;
|
|
475
|
+
readonly "stylistic/semi": import("./_state.js").State.WARN;
|
|
476
|
+
readonly "stylistic/semi-spacing": import("./_state.js").State.WARN;
|
|
477
|
+
readonly "stylistic/semi-style": import("./_state.js").State.WARN;
|
|
478
|
+
readonly "stylistic/space-before-blocks": import("./_state.js").State.WARN;
|
|
479
479
|
readonly "stylistic/space-before-function-paren": readonly [
|
|
480
|
-
import("./
|
|
480
|
+
import("./_state.js").State.WARN,
|
|
481
481
|
{
|
|
482
482
|
readonly named: "never";
|
|
483
483
|
}
|
|
484
484
|
];
|
|
485
|
-
readonly "stylistic/space-in-parens": import("./
|
|
486
|
-
readonly "stylistic/space-infix-ops": import("./
|
|
487
|
-
readonly "stylistic/space-unary-ops": import("./
|
|
485
|
+
readonly "stylistic/space-in-parens": import("./_state.js").State.WARN;
|
|
486
|
+
readonly "stylistic/space-infix-ops": import("./_state.js").State.WARN;
|
|
487
|
+
readonly "stylistic/space-unary-ops": import("./_state.js").State.WARN;
|
|
488
488
|
readonly "stylistic/spaced-comment": readonly [
|
|
489
|
-
import("./
|
|
489
|
+
import("./_state.js").State.WARN,
|
|
490
490
|
"always",
|
|
491
491
|
{
|
|
492
492
|
readonly line: {
|
|
@@ -520,11 +520,11 @@ declare const _default: {
|
|
|
520
520
|
};
|
|
521
521
|
}
|
|
522
522
|
];
|
|
523
|
-
readonly "stylistic/switch-colon-spacing": import("./
|
|
524
|
-
readonly "stylistic/template-curly-spacing": import("./
|
|
525
|
-
readonly "stylistic/template-tag-spacing": import("./
|
|
523
|
+
readonly "stylistic/switch-colon-spacing": import("./_state.js").State.WARN;
|
|
524
|
+
readonly "stylistic/template-curly-spacing": import("./_state.js").State.WARN;
|
|
525
|
+
readonly "stylistic/template-tag-spacing": import("./_state.js").State.WARN;
|
|
526
526
|
readonly "stylistic/type-annotation-spacing": readonly [
|
|
527
|
-
import("./
|
|
527
|
+
import("./_state.js").State.WARN,
|
|
528
528
|
{
|
|
529
529
|
readonly before: true;
|
|
530
530
|
readonly after: true;
|
|
@@ -536,87 +536,87 @@ declare const _default: {
|
|
|
536
536
|
};
|
|
537
537
|
}
|
|
538
538
|
];
|
|
539
|
-
readonly "stylistic/type-generic-spacing": import("./
|
|
540
|
-
readonly "stylistic/type-named-tuple-spacing": import("./
|
|
539
|
+
readonly "stylistic/type-generic-spacing": import("./_state.js").State.WARN;
|
|
540
|
+
readonly "stylistic/type-named-tuple-spacing": import("./_state.js").State.WARN;
|
|
541
541
|
readonly "stylistic/wrap-iife": readonly [
|
|
542
|
-
import("./
|
|
542
|
+
import("./_state.js").State.WARN,
|
|
543
543
|
"inside",
|
|
544
544
|
{
|
|
545
545
|
readonly functionPrototypeMethods: true;
|
|
546
546
|
}
|
|
547
547
|
];
|
|
548
|
-
readonly "stylistic/wrap-regex": import("./
|
|
549
|
-
readonly "stylistic/yield-star-spacing": import("./
|
|
548
|
+
readonly "stylistic/wrap-regex": import("./_state.js").State.WARN;
|
|
549
|
+
readonly "stylistic/yield-star-spacing": import("./_state.js").State.WARN;
|
|
550
550
|
};
|
|
551
551
|
};
|
|
552
552
|
ts: {
|
|
553
553
|
rules: {
|
|
554
|
-
readonly "consistent-return": import("./
|
|
555
|
-
readonly "constructor-super": import("./
|
|
556
|
-
readonly "getter-return": import("./
|
|
557
|
-
readonly "no-class-assign": import("./
|
|
558
|
-
readonly "no-const-assign": import("./
|
|
559
|
-
readonly "no-dupe-args": import("./
|
|
560
|
-
readonly "no-dupe-class-members": import("./
|
|
561
|
-
readonly "no-dupe-keys": import("./
|
|
562
|
-
readonly "no-func-assign": import("./
|
|
563
|
-
readonly "no-import-assign": import("./
|
|
564
|
-
readonly "no-invalid-this": import("./
|
|
565
|
-
readonly "no-new-native-nonconstructor": import("./
|
|
566
|
-
readonly "no-obj-calls": import("./
|
|
567
|
-
readonly "no-redeclare": import("./
|
|
568
|
-
readonly "no-setter-return": import("./
|
|
569
|
-
readonly "no-this-before-super": import("./
|
|
570
|
-
readonly "no-undef": import("./
|
|
571
|
-
readonly "no-unreachable": import("./
|
|
572
|
-
readonly "no-unsafe-negation": import("./
|
|
573
|
-
readonly "dot-notation": import("./
|
|
554
|
+
readonly "consistent-return": import("./_state.js").State.OFF;
|
|
555
|
+
readonly "constructor-super": import("./_state.js").State.OFF;
|
|
556
|
+
readonly "getter-return": import("./_state.js").State.OFF;
|
|
557
|
+
readonly "no-class-assign": import("./_state.js").State.OFF;
|
|
558
|
+
readonly "no-const-assign": import("./_state.js").State.OFF;
|
|
559
|
+
readonly "no-dupe-args": import("./_state.js").State.OFF;
|
|
560
|
+
readonly "no-dupe-class-members": import("./_state.js").State.OFF;
|
|
561
|
+
readonly "no-dupe-keys": import("./_state.js").State.OFF;
|
|
562
|
+
readonly "no-func-assign": import("./_state.js").State.OFF;
|
|
563
|
+
readonly "no-import-assign": import("./_state.js").State.OFF;
|
|
564
|
+
readonly "no-invalid-this": import("./_state.js").State.OFF;
|
|
565
|
+
readonly "no-new-native-nonconstructor": import("./_state.js").State.OFF;
|
|
566
|
+
readonly "no-obj-calls": import("./_state.js").State.OFF;
|
|
567
|
+
readonly "no-redeclare": import("./_state.js").State.OFF;
|
|
568
|
+
readonly "no-setter-return": import("./_state.js").State.OFF;
|
|
569
|
+
readonly "no-this-before-super": import("./_state.js").State.OFF;
|
|
570
|
+
readonly "no-undef": import("./_state.js").State.OFF;
|
|
571
|
+
readonly "no-unreachable": import("./_state.js").State.OFF;
|
|
572
|
+
readonly "no-unsafe-negation": import("./_state.js").State.OFF;
|
|
573
|
+
readonly "dot-notation": import("./_state.js").State.OFF;
|
|
574
574
|
readonly "ts/dot-notation": readonly [
|
|
575
|
-
import("./
|
|
575
|
+
import("./_state.js").State.WARN,
|
|
576
576
|
{
|
|
577
577
|
readonly allowPrivateClassPropertyAccess: true;
|
|
578
578
|
readonly allowProtectedClassPropertyAccess: true;
|
|
579
579
|
readonly allowIndexSignaturePropertyAccess: true;
|
|
580
580
|
}
|
|
581
581
|
];
|
|
582
|
-
readonly "no-implied-eval": import("./
|
|
583
|
-
readonly "ts/no-implied-eval": import("./
|
|
584
|
-
readonly "no-restricted-imports": import("./
|
|
585
|
-
readonly "no-unused-vars": import("./
|
|
586
|
-
readonly "ts/no-unused-vars": import("./
|
|
587
|
-
readonly "no-throw-literal": import("./
|
|
582
|
+
readonly "no-implied-eval": import("./_state.js").State.OFF;
|
|
583
|
+
readonly "ts/no-implied-eval": import("./_state.js").State.ON;
|
|
584
|
+
readonly "no-restricted-imports": import("./_state.js").State.OFF;
|
|
585
|
+
readonly "no-unused-vars": import("./_state.js").State.OFF;
|
|
586
|
+
readonly "ts/no-unused-vars": import("./_state.js").State.WARN;
|
|
587
|
+
readonly "no-throw-literal": import("./_state.js").State.OFF;
|
|
588
588
|
readonly "ts/only-throw-error": readonly [
|
|
589
|
-
import("./
|
|
589
|
+
import("./_state.js").State.WARN,
|
|
590
590
|
{
|
|
591
591
|
readonly allowThrowingAny: false;
|
|
592
592
|
}
|
|
593
593
|
];
|
|
594
|
-
readonly "prefer-destructuring": import("./
|
|
595
|
-
readonly "prefer-promise-reject-errors": import("./
|
|
594
|
+
readonly "prefer-destructuring": import("./_state.js").State.OFF;
|
|
595
|
+
readonly "prefer-promise-reject-errors": import("./_state.js").State.OFF;
|
|
596
596
|
readonly "ts/prefer-promise-reject-errors": readonly [
|
|
597
|
-
import("./
|
|
597
|
+
import("./_state.js").State.WARN,
|
|
598
598
|
{
|
|
599
599
|
readonly allowThrowingUnknown: true;
|
|
600
600
|
}
|
|
601
601
|
];
|
|
602
|
-
readonly "require-await": import("./
|
|
603
|
-
readonly "ts/require-await": import("./
|
|
604
|
-
readonly "ts/await-thenable": import("./
|
|
605
|
-
readonly "ts/ban-ts-comment": import("./
|
|
606
|
-
readonly "ts/ban-tslint-comment": import("./
|
|
607
|
-
readonly "ts/class-literal-property-style": import("./
|
|
608
|
-
readonly "ts/consistent-generic-constructors": import("./
|
|
602
|
+
readonly "require-await": import("./_state.js").State.OFF;
|
|
603
|
+
readonly "ts/require-await": import("./_state.js").State.ON;
|
|
604
|
+
readonly "ts/await-thenable": import("./_state.js").State.ON;
|
|
605
|
+
readonly "ts/ban-ts-comment": import("./_state.js").State.WARN;
|
|
606
|
+
readonly "ts/ban-tslint-comment": import("./_state.js").State.WARN;
|
|
607
|
+
readonly "ts/class-literal-property-style": import("./_state.js").State.WARN;
|
|
608
|
+
readonly "ts/consistent-generic-constructors": import("./_state.js").State.WARN;
|
|
609
609
|
readonly "ts/consistent-type-assertions": readonly [
|
|
610
|
-
import("./
|
|
610
|
+
import("./_state.js").State.WARN,
|
|
611
611
|
{
|
|
612
612
|
readonly arrayLiteralTypeAssertions: "never";
|
|
613
613
|
readonly objectLiteralTypeAssertions: "never";
|
|
614
614
|
}
|
|
615
615
|
];
|
|
616
|
-
readonly "ts/consistent-type-exports": import("./
|
|
617
|
-
readonly "ts/consistent-type-imports": import("./
|
|
616
|
+
readonly "ts/consistent-type-exports": import("./_state.js").State.WARN;
|
|
617
|
+
readonly "ts/consistent-type-imports": import("./_state.js").State.WARN;
|
|
618
618
|
readonly "ts/explicit-member-accessibility": readonly [
|
|
619
|
-
import("./
|
|
619
|
+
import("./_state.js").State.WARN,
|
|
620
620
|
{
|
|
621
621
|
readonly overrides: {
|
|
622
622
|
readonly constructors: "no-public";
|
|
@@ -624,107 +624,107 @@ declare const _default: {
|
|
|
624
624
|
}
|
|
625
625
|
];
|
|
626
626
|
readonly "ts/member-ordering": readonly [
|
|
627
|
-
import("./
|
|
627
|
+
import("./_state.js").State.WARN,
|
|
628
628
|
{
|
|
629
629
|
readonly default: {
|
|
630
630
|
readonly optionalityOrder: "required-first";
|
|
631
631
|
};
|
|
632
632
|
}
|
|
633
633
|
];
|
|
634
|
-
readonly "ts/method-signature-style": import("./
|
|
635
|
-
readonly "ts/no-array-delete": import("./
|
|
636
|
-
readonly "ts/no-base-to-string": import("./
|
|
637
|
-
readonly "ts/no-confusing-non-null-assertion": import("./
|
|
638
|
-
readonly "ts/no-confusing-void-expression": import("./
|
|
639
|
-
readonly "ts/no-duplicate-enum-values": import("./
|
|
640
|
-
readonly "ts/no-duplicate-type-constituents": import("./
|
|
641
|
-
readonly "ts/no-dynamic-delete": import("./
|
|
642
|
-
readonly "ts/no-empty-object-type": import("./
|
|
634
|
+
readonly "ts/method-signature-style": import("./_state.js").State.WARN;
|
|
635
|
+
readonly "ts/no-array-delete": import("./_state.js").State.ON;
|
|
636
|
+
readonly "ts/no-base-to-string": import("./_state.js").State.ON;
|
|
637
|
+
readonly "ts/no-confusing-non-null-assertion": import("./_state.js").State.ON;
|
|
638
|
+
readonly "ts/no-confusing-void-expression": import("./_state.js").State.ON;
|
|
639
|
+
readonly "ts/no-duplicate-enum-values": import("./_state.js").State.ON;
|
|
640
|
+
readonly "ts/no-duplicate-type-constituents": import("./_state.js").State.ON;
|
|
641
|
+
readonly "ts/no-dynamic-delete": import("./_state.js").State.ON;
|
|
642
|
+
readonly "ts/no-empty-object-type": import("./_state.js").State.ON;
|
|
643
643
|
readonly "ts/no-explicit-any": readonly [
|
|
644
|
-
import("./
|
|
644
|
+
import("./_state.js").State.ON,
|
|
645
645
|
{
|
|
646
646
|
readonly fixToUnknown: true;
|
|
647
647
|
}
|
|
648
648
|
];
|
|
649
|
-
readonly "ts/no-extra-non-null-assertion": import("./
|
|
649
|
+
readonly "ts/no-extra-non-null-assertion": import("./_state.js").State.ON;
|
|
650
650
|
readonly "ts/no-extraneous-class": readonly [
|
|
651
|
-
import("./
|
|
651
|
+
import("./_state.js").State.ON,
|
|
652
652
|
{
|
|
653
653
|
readonly allowEmpty: true;
|
|
654
654
|
}
|
|
655
655
|
];
|
|
656
656
|
readonly "ts/no-floating-promises": readonly [
|
|
657
|
-
import("./
|
|
657
|
+
import("./_state.js").State.ON,
|
|
658
658
|
{
|
|
659
659
|
readonly checkThenables: true;
|
|
660
660
|
}
|
|
661
661
|
];
|
|
662
|
-
readonly "ts/no-for-in-array": import("./
|
|
663
|
-
readonly "ts/no-import-type-side-effects": import("./
|
|
664
|
-
readonly "ts/no-inferrable-types": import("./
|
|
662
|
+
readonly "ts/no-for-in-array": import("./_state.js").State.ON;
|
|
663
|
+
readonly "ts/no-import-type-side-effects": import("./_state.js").State.ON;
|
|
664
|
+
readonly "ts/no-inferrable-types": import("./_state.js").State.ON;
|
|
665
665
|
readonly "ts/no-meaningless-void-operator": readonly [
|
|
666
|
-
import("./
|
|
666
|
+
import("./_state.js").State.ON,
|
|
667
667
|
{
|
|
668
668
|
readonly checkNever: true;
|
|
669
669
|
}
|
|
670
670
|
];
|
|
671
|
-
readonly "ts/no-misused-new": import("./
|
|
672
|
-
readonly "ts/no-misused-promises": import("./
|
|
673
|
-
readonly "ts/no-misused-spread": import("./
|
|
674
|
-
readonly "ts/no-mixed-enums": import("./
|
|
675
|
-
readonly "ts/no-namespace": import("./
|
|
676
|
-
readonly "ts/no-non-null-asserted-nullish-coalescing": import("./
|
|
677
|
-
readonly "ts/no-non-null-asserted-optional-chain": import("./
|
|
678
|
-
readonly "ts/no-redundant-type-constituents": import("./
|
|
679
|
-
readonly "ts/no-require-imports": import("./
|
|
680
|
-
readonly "ts/no-this-alias": import("./
|
|
681
|
-
readonly "ts/no-unnecessary-boolean-literal-compare": import("./
|
|
682
|
-
readonly "ts/no-unnecessary-condition": import("./
|
|
683
|
-
readonly "ts/no-unnecessary-parameter-property-assignment": import("./
|
|
684
|
-
readonly "ts/no-unnecessary-qualifier": import("./
|
|
685
|
-
readonly "ts/no-unnecessary-template-expression": import("./
|
|
686
|
-
readonly "ts/no-unnecessary-type-arguments": import("./
|
|
687
|
-
readonly "ts/no-unnecessary-type-assertion": import("./
|
|
688
|
-
readonly "ts/no-unnecessary-type-constraint": import("./
|
|
689
|
-
readonly "ts/no-unnecessary-type-conversion": import("./
|
|
690
|
-
readonly "ts/no-unsafe-argument": import("./
|
|
691
|
-
readonly "ts/no-unsafe-assignment": import("./
|
|
692
|
-
readonly "ts/no-unsafe-call": import("./
|
|
693
|
-
readonly "ts/no-unsafe-declaration-merging": import("./
|
|
694
|
-
readonly "ts/no-unsafe-function-type": import("./
|
|
671
|
+
readonly "ts/no-misused-new": import("./_state.js").State.ON;
|
|
672
|
+
readonly "ts/no-misused-promises": import("./_state.js").State.ON;
|
|
673
|
+
readonly "ts/no-misused-spread": import("./_state.js").State.ON;
|
|
674
|
+
readonly "ts/no-mixed-enums": import("./_state.js").State.ON;
|
|
675
|
+
readonly "ts/no-namespace": import("./_state.js").State.ON;
|
|
676
|
+
readonly "ts/no-non-null-asserted-nullish-coalescing": import("./_state.js").State.ON;
|
|
677
|
+
readonly "ts/no-non-null-asserted-optional-chain": import("./_state.js").State.ON;
|
|
678
|
+
readonly "ts/no-redundant-type-constituents": import("./_state.js").State.ON;
|
|
679
|
+
readonly "ts/no-require-imports": import("./_state.js").State.ON;
|
|
680
|
+
readonly "ts/no-this-alias": import("./_state.js").State.ON;
|
|
681
|
+
readonly "ts/no-unnecessary-boolean-literal-compare": import("./_state.js").State.ON;
|
|
682
|
+
readonly "ts/no-unnecessary-condition": import("./_state.js").State.ON;
|
|
683
|
+
readonly "ts/no-unnecessary-parameter-property-assignment": import("./_state.js").State.ON;
|
|
684
|
+
readonly "ts/no-unnecessary-qualifier": import("./_state.js").State.ON;
|
|
685
|
+
readonly "ts/no-unnecessary-template-expression": import("./_state.js").State.ON;
|
|
686
|
+
readonly "ts/no-unnecessary-type-arguments": import("./_state.js").State.ON;
|
|
687
|
+
readonly "ts/no-unnecessary-type-assertion": import("./_state.js").State.ON;
|
|
688
|
+
readonly "ts/no-unnecessary-type-constraint": import("./_state.js").State.ON;
|
|
689
|
+
readonly "ts/no-unnecessary-type-conversion": import("./_state.js").State.ON;
|
|
690
|
+
readonly "ts/no-unsafe-argument": import("./_state.js").State.ON;
|
|
691
|
+
readonly "ts/no-unsafe-assignment": import("./_state.js").State.ON;
|
|
692
|
+
readonly "ts/no-unsafe-call": import("./_state.js").State.ON;
|
|
693
|
+
readonly "ts/no-unsafe-declaration-merging": import("./_state.js").State.ON;
|
|
694
|
+
readonly "ts/no-unsafe-function-type": import("./_state.js").State.ON;
|
|
695
695
|
readonly "ts/no-unsafe-member-access": readonly [
|
|
696
|
-
import("./
|
|
696
|
+
import("./_state.js").State.ON,
|
|
697
697
|
{
|
|
698
698
|
readonly allowOptionalChaining: true;
|
|
699
699
|
}
|
|
700
700
|
];
|
|
701
|
-
readonly "ts/no-unsafe-return": import("./
|
|
702
|
-
readonly "ts/no-unsafe-unary-minus": import("./
|
|
703
|
-
readonly "ts/no-unused-private-class-members": import("./
|
|
704
|
-
readonly "ts/no-useless-default-assignment": import("./
|
|
705
|
-
readonly "ts/no-useless-empty-export": import("./
|
|
706
|
-
readonly "ts/no-wrapper-object-types": import("./
|
|
701
|
+
readonly "ts/no-unsafe-return": import("./_state.js").State.ON;
|
|
702
|
+
readonly "ts/no-unsafe-unary-minus": import("./_state.js").State.ON;
|
|
703
|
+
readonly "ts/no-unused-private-class-members": import("./_state.js").State.WARN;
|
|
704
|
+
readonly "ts/no-useless-default-assignment": import("./_state.js").State.WARN;
|
|
705
|
+
readonly "ts/no-useless-empty-export": import("./_state.js").State.WARN;
|
|
706
|
+
readonly "ts/no-wrapper-object-types": import("./_state.js").State.ON;
|
|
707
707
|
readonly "ts/parameter-properties": readonly [
|
|
708
|
-
import("./
|
|
708
|
+
import("./_state.js").State.WARN,
|
|
709
709
|
{
|
|
710
710
|
readonly prefer: "parameter-property";
|
|
711
711
|
}
|
|
712
712
|
];
|
|
713
|
-
readonly "ts/prefer-as-const": import("./
|
|
714
|
-
readonly "ts/prefer-find": import("./
|
|
715
|
-
readonly "ts/prefer-for-of": import("./
|
|
716
|
-
readonly "ts/prefer-function-type": import("./
|
|
717
|
-
readonly "ts/prefer-includes": import("./
|
|
718
|
-
readonly "ts/prefer-namespace-keyword": import("./
|
|
713
|
+
readonly "ts/prefer-as-const": import("./_state.js").State.WARN;
|
|
714
|
+
readonly "ts/prefer-find": import("./_state.js").State.WARN;
|
|
715
|
+
readonly "ts/prefer-for-of": import("./_state.js").State.WARN;
|
|
716
|
+
readonly "ts/prefer-function-type": import("./_state.js").State.WARN;
|
|
717
|
+
readonly "ts/prefer-includes": import("./_state.js").State.WARN;
|
|
718
|
+
readonly "ts/prefer-namespace-keyword": import("./_state.js").State.WARN;
|
|
719
719
|
readonly "ts/prefer-nullish-coalescing": readonly [
|
|
720
|
-
import("./
|
|
720
|
+
import("./_state.js").State.WARN,
|
|
721
721
|
{
|
|
722
722
|
readonly ignoreMixedLogicalExpressions: true;
|
|
723
723
|
readonly ignorePrimitives: true;
|
|
724
724
|
}
|
|
725
725
|
];
|
|
726
726
|
readonly "ts/prefer-optional-chain": readonly [
|
|
727
|
-
import("./
|
|
727
|
+
import("./_state.js").State.WARN,
|
|
728
728
|
{
|
|
729
729
|
readonly checkBigInt: false;
|
|
730
730
|
readonly checkBoolean: false;
|
|
@@ -732,15 +732,15 @@ declare const _default: {
|
|
|
732
732
|
readonly checkString: false;
|
|
733
733
|
}
|
|
734
734
|
];
|
|
735
|
-
readonly "ts/prefer-readonly": import("./
|
|
736
|
-
readonly "ts/prefer-reduce-type-parameter": import("./
|
|
737
|
-
readonly "ts/prefer-regexp-exec": import("./
|
|
738
|
-
readonly "ts/prefer-return-this-type": import("./
|
|
739
|
-
readonly "ts/prefer-string-starts-ends-with": import("./
|
|
740
|
-
readonly "ts/promise-function-async": import("./
|
|
741
|
-
readonly "ts/require-array-sort-compare": import("./
|
|
735
|
+
readonly "ts/prefer-readonly": import("./_state.js").State.WARN;
|
|
736
|
+
readonly "ts/prefer-reduce-type-parameter": import("./_state.js").State.WARN;
|
|
737
|
+
readonly "ts/prefer-regexp-exec": import("./_state.js").State.WARN;
|
|
738
|
+
readonly "ts/prefer-return-this-type": import("./_state.js").State.WARN;
|
|
739
|
+
readonly "ts/prefer-string-starts-ends-with": import("./_state.js").State.WARN;
|
|
740
|
+
readonly "ts/promise-function-async": import("./_state.js").State.ON;
|
|
741
|
+
readonly "ts/require-array-sort-compare": import("./_state.js").State.WARN;
|
|
742
742
|
readonly "ts/restrict-plus-operands": readonly [
|
|
743
|
-
import("./
|
|
743
|
+
import("./_state.js").State.ON,
|
|
744
744
|
{
|
|
745
745
|
readonly allowAny: false;
|
|
746
746
|
readonly allowBoolean: false;
|
|
@@ -749,16 +749,16 @@ declare const _default: {
|
|
|
749
749
|
}
|
|
750
750
|
];
|
|
751
751
|
readonly "ts/restrict-template-expressions": readonly [
|
|
752
|
-
import("./
|
|
752
|
+
import("./_state.js").State.ON,
|
|
753
753
|
{
|
|
754
754
|
readonly allowAny: false;
|
|
755
755
|
readonly allowNullish: false;
|
|
756
756
|
readonly allowRegExp: false;
|
|
757
757
|
}
|
|
758
758
|
];
|
|
759
|
-
readonly "ts/return-await": import("./
|
|
759
|
+
readonly "ts/return-await": import("./_state.js").State.ON;
|
|
760
760
|
readonly "ts/strict-boolean-expressions": readonly [
|
|
761
|
-
import("./
|
|
761
|
+
import("./_state.js").State.ON,
|
|
762
762
|
{
|
|
763
763
|
readonly allowNullableBoolean: true;
|
|
764
764
|
readonly allowNullableEnum: true;
|
|
@@ -766,63 +766,63 @@ declare const _default: {
|
|
|
766
766
|
readonly allowNullableString: true;
|
|
767
767
|
}
|
|
768
768
|
];
|
|
769
|
-
readonly "ts/strict-void-return": import("./
|
|
769
|
+
readonly "ts/strict-void-return": import("./_state.js").State.ON;
|
|
770
770
|
readonly "ts/switch-exhaustiveness-check": readonly [
|
|
771
|
-
import("./
|
|
771
|
+
import("./_state.js").State.ON,
|
|
772
772
|
{
|
|
773
773
|
readonly requireDefaultForNonUnion: true;
|
|
774
774
|
readonly considerDefaultExhaustiveForUnions: true;
|
|
775
775
|
}
|
|
776
776
|
];
|
|
777
777
|
readonly "ts/unbound-method": readonly [
|
|
778
|
-
import("./
|
|
778
|
+
import("./_state.js").State.ON,
|
|
779
779
|
{
|
|
780
780
|
readonly ignoreStatic: true;
|
|
781
781
|
}
|
|
782
782
|
];
|
|
783
|
-
readonly "ts/use-unknown-in-catch-callback-variable": import("./
|
|
783
|
+
readonly "ts/use-unknown-in-catch-callback-variable": import("./_state.js").State.ON;
|
|
784
784
|
};
|
|
785
785
|
};
|
|
786
786
|
svelte: {
|
|
787
787
|
rules: {
|
|
788
|
-
readonly "no-inner-declarations": import("./
|
|
789
|
-
readonly "no-self-assign": import("./
|
|
790
|
-
readonly "no-unused-vars": import("./
|
|
791
|
-
readonly "ts/no-unused-vars": import("./
|
|
792
|
-
readonly "prefer-const": import("./
|
|
793
|
-
readonly "stylistic/indent": import("./
|
|
794
|
-
readonly "ts/no-confusing-void-expression": import("./
|
|
795
|
-
readonly "stylistic/member-delimiter-style": import("./
|
|
796
|
-
readonly "stylistic/object-curly-spacing": import("./
|
|
797
|
-
readonly "stylistic/semi": import("./
|
|
788
|
+
readonly "no-inner-declarations": import("./_state.js").State.OFF;
|
|
789
|
+
readonly "no-self-assign": import("./_state.js").State.OFF;
|
|
790
|
+
readonly "no-unused-vars": import("./_state.js").State.OFF;
|
|
791
|
+
readonly "ts/no-unused-vars": import("./_state.js").State.OFF;
|
|
792
|
+
readonly "prefer-const": import("./_state.js").State.OFF;
|
|
793
|
+
readonly "stylistic/indent": import("./_state.js").State.OFF;
|
|
794
|
+
readonly "ts/no-confusing-void-expression": import("./_state.js").State.OFF;
|
|
795
|
+
readonly "stylistic/member-delimiter-style": import("./_state.js").State.OFF;
|
|
796
|
+
readonly "stylistic/object-curly-spacing": import("./_state.js").State.OFF;
|
|
797
|
+
readonly "stylistic/semi": import("./_state.js").State.OFF;
|
|
798
798
|
readonly "svelte/no-inner-declarations": readonly [
|
|
799
|
-
import("./
|
|
799
|
+
import("./_state.js").State.ON,
|
|
800
800
|
"both"
|
|
801
801
|
];
|
|
802
|
-
readonly "stylistic/no-trailing-spaces": import("./
|
|
803
|
-
readonly "svelte/infinite-reactive-loop": import("./
|
|
804
|
-
readonly "svelte/no-dom-manipulating": import("./
|
|
805
|
-
readonly "svelte/no-dupe-else-if-blocks": import("./
|
|
806
|
-
readonly "svelte/no-dupe-on-directives": import("./
|
|
807
|
-
readonly "svelte/no-dupe-style-properties": import("./
|
|
808
|
-
readonly "svelte/no-dupe-use-directives": import("./
|
|
809
|
-
readonly "svelte/no-not-function-handler": import("./
|
|
810
|
-
readonly "svelte/no-object-in-text-mustaches": import("./
|
|
811
|
-
readonly "svelte/no-raw-special-elements": import("./
|
|
812
|
-
readonly "svelte/no-reactive-reassign": import("./
|
|
813
|
-
readonly "svelte/no-shorthand-style-property-overrides": import("./
|
|
814
|
-
readonly "svelte/no-store-async": import("./
|
|
815
|
-
readonly "svelte/no-top-level-browser-globals": import("./
|
|
816
|
-
readonly "svelte/no-unknown-style-directive-property": import("./
|
|
817
|
-
readonly "svelte/prefer-svelte-reactivity": import("./
|
|
818
|
-
readonly "svelte/require-store-callbacks-use-set-param": import("./
|
|
819
|
-
readonly "svelte/require-store-reactive-access": import("./
|
|
820
|
-
readonly "svelte/valid-compile": import("./
|
|
821
|
-
readonly "svelte/valid-style-parse": import("./
|
|
822
|
-
readonly "svelte/no-at-html-tags": import("./
|
|
823
|
-
readonly "svelte/no-target-blank": import("./
|
|
802
|
+
readonly "stylistic/no-trailing-spaces": import("./_state.js").State.OFF;
|
|
803
|
+
readonly "svelte/infinite-reactive-loop": import("./_state.js").State.ON;
|
|
804
|
+
readonly "svelte/no-dom-manipulating": import("./_state.js").State.ON;
|
|
805
|
+
readonly "svelte/no-dupe-else-if-blocks": import("./_state.js").State.ON;
|
|
806
|
+
readonly "svelte/no-dupe-on-directives": import("./_state.js").State.ON;
|
|
807
|
+
readonly "svelte/no-dupe-style-properties": import("./_state.js").State.ON;
|
|
808
|
+
readonly "svelte/no-dupe-use-directives": import("./_state.js").State.ON;
|
|
809
|
+
readonly "svelte/no-not-function-handler": import("./_state.js").State.ON;
|
|
810
|
+
readonly "svelte/no-object-in-text-mustaches": import("./_state.js").State.ON;
|
|
811
|
+
readonly "svelte/no-raw-special-elements": import("./_state.js").State.ON;
|
|
812
|
+
readonly "svelte/no-reactive-reassign": import("./_state.js").State.ON;
|
|
813
|
+
readonly "svelte/no-shorthand-style-property-overrides": import("./_state.js").State.ON;
|
|
814
|
+
readonly "svelte/no-store-async": import("./_state.js").State.ON;
|
|
815
|
+
readonly "svelte/no-top-level-browser-globals": import("./_state.js").State.ON;
|
|
816
|
+
readonly "svelte/no-unknown-style-directive-property": import("./_state.js").State.ON;
|
|
817
|
+
readonly "svelte/prefer-svelte-reactivity": import("./_state.js").State.ON;
|
|
818
|
+
readonly "svelte/require-store-callbacks-use-set-param": import("./_state.js").State.ON;
|
|
819
|
+
readonly "svelte/require-store-reactive-access": import("./_state.js").State.ON;
|
|
820
|
+
readonly "svelte/valid-compile": import("./_state.js").State.ON;
|
|
821
|
+
readonly "svelte/valid-style-parse": import("./_state.js").State.ON;
|
|
822
|
+
readonly "svelte/no-at-html-tags": import("./_state.js").State.ON;
|
|
823
|
+
readonly "svelte/no-target-blank": import("./_state.js").State.ON;
|
|
824
824
|
readonly "svelte/block-lang": readonly [
|
|
825
|
-
import("./
|
|
825
|
+
import("./_state.js").State.WARN,
|
|
826
826
|
{
|
|
827
827
|
readonly script: readonly [
|
|
828
828
|
"ts"
|
|
@@ -832,170 +832,170 @@ declare const _default: {
|
|
|
832
832
|
];
|
|
833
833
|
}
|
|
834
834
|
];
|
|
835
|
-
readonly "svelte/button-has-type": import("./
|
|
836
|
-
readonly "svelte/no-add-event-listener": import("./
|
|
837
|
-
readonly "svelte/no-at-debug-tags": import("./
|
|
838
|
-
readonly "svelte/no-ignored-unsubscribe": import("./
|
|
839
|
-
readonly "svelte/no-immutable-reactive-statements": import("./
|
|
840
|
-
readonly "svelte/no-inline-styles": import("./
|
|
841
|
-
readonly "svelte/no-reactive-functions": import("./
|
|
842
|
-
readonly "svelte/no-reactive-literals": import("./
|
|
843
|
-
readonly "svelte/no-svelte-internal": import("./
|
|
844
|
-
readonly "svelte/no-unnecessary-state-wrap": import("./
|
|
835
|
+
readonly "svelte/button-has-type": import("./_state.js").State.ON;
|
|
836
|
+
readonly "svelte/no-add-event-listener": import("./_state.js").State.ON;
|
|
837
|
+
readonly "svelte/no-at-debug-tags": import("./_state.js").State.ON;
|
|
838
|
+
readonly "svelte/no-ignored-unsubscribe": import("./_state.js").State.ON;
|
|
839
|
+
readonly "svelte/no-immutable-reactive-statements": import("./_state.js").State.ON;
|
|
840
|
+
readonly "svelte/no-inline-styles": import("./_state.js").State.ON;
|
|
841
|
+
readonly "svelte/no-reactive-functions": import("./_state.js").State.ON;
|
|
842
|
+
readonly "svelte/no-reactive-literals": import("./_state.js").State.ON;
|
|
843
|
+
readonly "svelte/no-svelte-internal": import("./_state.js").State.ON;
|
|
844
|
+
readonly "svelte/no-unnecessary-state-wrap": import("./_state.js").State.ON;
|
|
845
845
|
readonly "svelte/no-unused-props": readonly [
|
|
846
|
-
import("./
|
|
846
|
+
import("./_state.js").State.WARN,
|
|
847
847
|
{
|
|
848
848
|
readonly checkImportedTypes: true;
|
|
849
849
|
}
|
|
850
850
|
];
|
|
851
|
-
readonly "svelte/no-unused-svelte-ignore": import("./
|
|
852
|
-
readonly "svelte/no-useless-children-snippet": import("./
|
|
853
|
-
readonly "svelte/no-useless-mustaches": import("./
|
|
851
|
+
readonly "svelte/no-unused-svelte-ignore": import("./_state.js").State.WARN;
|
|
852
|
+
readonly "svelte/no-useless-children-snippet": import("./_state.js").State.WARN;
|
|
853
|
+
readonly "svelte/no-useless-mustaches": import("./_state.js").State.WARN;
|
|
854
854
|
readonly "svelte/prefer-const": readonly [
|
|
855
|
-
import("./
|
|
855
|
+
import("./_state.js").State.WARN,
|
|
856
856
|
{
|
|
857
857
|
readonly destructuring: "all";
|
|
858
858
|
}
|
|
859
859
|
];
|
|
860
|
-
readonly "svelte/prefer-destructured-store-props": import("./
|
|
861
|
-
readonly "svelte/prefer-writable-derived": import("./
|
|
862
|
-
readonly "svelte/require-each-key": import("./
|
|
863
|
-
readonly "svelte/require-event-dispatcher-types": import("./
|
|
864
|
-
readonly "svelte/require-optimized-style-attribute": import("./
|
|
865
|
-
readonly "svelte/require-stores-init": import("./
|
|
866
|
-
readonly "svelte/valid-each-key": import("./
|
|
860
|
+
readonly "svelte/prefer-destructured-store-props": import("./_state.js").State.WARN;
|
|
861
|
+
readonly "svelte/prefer-writable-derived": import("./_state.js").State.WARN;
|
|
862
|
+
readonly "svelte/require-each-key": import("./_state.js").State.ON;
|
|
863
|
+
readonly "svelte/require-event-dispatcher-types": import("./_state.js").State.ON;
|
|
864
|
+
readonly "svelte/require-optimized-style-attribute": import("./_state.js").State.ON;
|
|
865
|
+
readonly "svelte/require-stores-init": import("./_state.js").State.ON;
|
|
866
|
+
readonly "svelte/valid-each-key": import("./_state.js").State.ON;
|
|
867
867
|
readonly "svelte/consistent-selector-style": readonly [
|
|
868
|
-
import("./
|
|
868
|
+
import("./_state.js").State.WARN,
|
|
869
869
|
{
|
|
870
870
|
readonly checkGlobal: true;
|
|
871
871
|
}
|
|
872
872
|
];
|
|
873
|
-
readonly "svelte/derived-has-same-inputs-outputs": import("./
|
|
874
|
-
readonly "svelte/no-extra-reactive-curlies": import("./
|
|
873
|
+
readonly "svelte/derived-has-same-inputs-outputs": import("./_state.js").State.ON;
|
|
874
|
+
readonly "svelte/no-extra-reactive-curlies": import("./_state.js").State.WARN;
|
|
875
875
|
readonly "svelte/prefer-class-directive": readonly [
|
|
876
|
-
import("./
|
|
876
|
+
import("./_state.js").State.WARN,
|
|
877
877
|
{
|
|
878
878
|
readonly prefer: "empty";
|
|
879
879
|
}
|
|
880
880
|
];
|
|
881
|
-
readonly "svelte/prefer-style-directive": import("./
|
|
882
|
-
readonly "svelte/require-event-prefix": import("./
|
|
883
|
-
readonly "svelte/shorthand-attribute": import("./
|
|
884
|
-
readonly "svelte/shorthand-directive": import("./
|
|
885
|
-
readonly "svelte/no-export-load-in-svelte-module-in-kit-pages": import("./
|
|
886
|
-
readonly "svelte/no-navigation-without-resolve": import("./
|
|
887
|
-
readonly "svelte/valid-prop-names-in-kit-pages": import("./
|
|
888
|
-
readonly "svelte/comment-directive": import("./
|
|
889
|
-
readonly "svelte/system": import("./
|
|
881
|
+
readonly "svelte/prefer-style-directive": import("./_state.js").State.WARN;
|
|
882
|
+
readonly "svelte/require-event-prefix": import("./_state.js").State.ON;
|
|
883
|
+
readonly "svelte/shorthand-attribute": import("./_state.js").State.WARN;
|
|
884
|
+
readonly "svelte/shorthand-directive": import("./_state.js").State.WARN;
|
|
885
|
+
readonly "svelte/no-export-load-in-svelte-module-in-kit-pages": import("./_state.js").State.ON;
|
|
886
|
+
readonly "svelte/no-navigation-without-resolve": import("./_state.js").State.ON;
|
|
887
|
+
readonly "svelte/valid-prop-names-in-kit-pages": import("./_state.js").State.ON;
|
|
888
|
+
readonly "svelte/comment-directive": import("./_state.js").State.ON;
|
|
889
|
+
readonly "svelte/system": import("./_state.js").State.ON;
|
|
890
890
|
};
|
|
891
891
|
};
|
|
892
892
|
html: {
|
|
893
893
|
rules: {
|
|
894
|
-
readonly "html/css-no-empty-blocks": import("./
|
|
895
|
-
readonly "html/head-order": import("./
|
|
896
|
-
readonly "html/no-duplicate-attrs": import("./
|
|
897
|
-
readonly "html/no-duplicate-class": import("./
|
|
898
|
-
readonly "html/no-duplicate-id": import("./
|
|
899
|
-
readonly "html/no-duplicate-in-head": import("./
|
|
900
|
-
readonly "html/no-ineffective-attrs": import("./
|
|
901
|
-
readonly "html/no-invalid-attr-value": import("./
|
|
902
|
-
readonly "html/no-invalid-entity": import("./
|
|
903
|
-
readonly "html/no-nested-interactive": import("./
|
|
904
|
-
readonly "html/no-obsolete-tags": import("./
|
|
905
|
-
readonly "html/no-target-blank": import("./
|
|
906
|
-
readonly "html/no-whitespace-only-children": import("./
|
|
907
|
-
readonly "html/require-button-type": import("./
|
|
908
|
-
readonly "html/require-closing-tags": import("./
|
|
909
|
-
readonly "html/require-doctype": import("./
|
|
910
|
-
readonly "html/require-li-container": import("./
|
|
911
|
-
readonly "html/require-meta-charset": import("./
|
|
912
|
-
readonly "html/use-baseline": import("./
|
|
913
|
-
readonly "html/no-multiple-h1": import("./
|
|
914
|
-
readonly "html/require-lang": import("./
|
|
915
|
-
readonly "html/no-abstract-roles": import("./
|
|
916
|
-
readonly "html/no-accesskey-attrs": import("./
|
|
917
|
-
readonly "html/no-aria-hidden-body": import("./
|
|
918
|
-
readonly "html/no-aria-hidden-on-focusable": import("./
|
|
919
|
-
readonly "html/no-empty-headings": import("./
|
|
920
|
-
readonly "html/no-heading-inside-button": import("./
|
|
921
|
-
readonly "html/no-invalid-role": import("./
|
|
922
|
-
readonly "html/no-non-scalable-viewport": import("./
|
|
923
|
-
readonly "html/no-positive-tabindex": import("./
|
|
924
|
-
readonly "html/no-redundant-role": import("./
|
|
925
|
-
readonly "html/require-form-method": import("./
|
|
926
|
-
readonly "html/require-frame-title": import("./
|
|
927
|
-
readonly "html/require-img-alt": import("./
|
|
928
|
-
readonly "html/require-input-label": import("./
|
|
929
|
-
readonly "html/require-meta-viewport": import("./
|
|
894
|
+
readonly "html/css-no-empty-blocks": import("./_state.js").State.WARN;
|
|
895
|
+
readonly "html/head-order": import("./_state.js").State.ON;
|
|
896
|
+
readonly "html/no-duplicate-attrs": import("./_state.js").State.WARN;
|
|
897
|
+
readonly "html/no-duplicate-class": import("./_state.js").State.WARN;
|
|
898
|
+
readonly "html/no-duplicate-id": import("./_state.js").State.WARN;
|
|
899
|
+
readonly "html/no-duplicate-in-head": import("./_state.js").State.WARN;
|
|
900
|
+
readonly "html/no-ineffective-attrs": import("./_state.js").State.WARN;
|
|
901
|
+
readonly "html/no-invalid-attr-value": import("./_state.js").State.ON;
|
|
902
|
+
readonly "html/no-invalid-entity": import("./_state.js").State.ON;
|
|
903
|
+
readonly "html/no-nested-interactive": import("./_state.js").State.WARN;
|
|
904
|
+
readonly "html/no-obsolete-tags": import("./_state.js").State.WARN;
|
|
905
|
+
readonly "html/no-target-blank": import("./_state.js").State.WARN;
|
|
906
|
+
readonly "html/no-whitespace-only-children": import("./_state.js").State.WARN;
|
|
907
|
+
readonly "html/require-button-type": import("./_state.js").State.WARN;
|
|
908
|
+
readonly "html/require-closing-tags": import("./_state.js").State.WARN;
|
|
909
|
+
readonly "html/require-doctype": import("./_state.js").State.WARN;
|
|
910
|
+
readonly "html/require-li-container": import("./_state.js").State.WARN;
|
|
911
|
+
readonly "html/require-meta-charset": import("./_state.js").State.WARN;
|
|
912
|
+
readonly "html/use-baseline": import("./_state.js").State.WARN;
|
|
913
|
+
readonly "html/no-multiple-h1": import("./_state.js").State.WARN;
|
|
914
|
+
readonly "html/require-lang": import("./_state.js").State.WARN;
|
|
915
|
+
readonly "html/no-abstract-roles": import("./_state.js").State.WARN;
|
|
916
|
+
readonly "html/no-accesskey-attrs": import("./_state.js").State.WARN;
|
|
917
|
+
readonly "html/no-aria-hidden-body": import("./_state.js").State.WARN;
|
|
918
|
+
readonly "html/no-aria-hidden-on-focusable": import("./_state.js").State.WARN;
|
|
919
|
+
readonly "html/no-empty-headings": import("./_state.js").State.WARN;
|
|
920
|
+
readonly "html/no-heading-inside-button": import("./_state.js").State.WARN;
|
|
921
|
+
readonly "html/no-invalid-role": import("./_state.js").State.WARN;
|
|
922
|
+
readonly "html/no-non-scalable-viewport": import("./_state.js").State.WARN;
|
|
923
|
+
readonly "html/no-positive-tabindex": import("./_state.js").State.WARN;
|
|
924
|
+
readonly "html/no-redundant-role": import("./_state.js").State.WARN;
|
|
925
|
+
readonly "html/require-form-method": import("./_state.js").State.WARN;
|
|
926
|
+
readonly "html/require-frame-title": import("./_state.js").State.WARN;
|
|
927
|
+
readonly "html/require-img-alt": import("./_state.js").State.WARN;
|
|
928
|
+
readonly "html/require-input-label": import("./_state.js").State.WARN;
|
|
929
|
+
readonly "html/require-meta-viewport": import("./_state.js").State.WARN;
|
|
930
930
|
};
|
|
931
931
|
};
|
|
932
932
|
css: {
|
|
933
933
|
rules: {
|
|
934
|
-
readonly "css/font-family-fallbacks": import("./
|
|
935
|
-
readonly "css/no-duplicate-imports": import("./
|
|
936
|
-
readonly "css/no-duplicate-keyframe-selectors": import("./
|
|
937
|
-
readonly "css/no-empty-blocks": import("./
|
|
938
|
-
readonly "css/no-important": import("./
|
|
939
|
-
readonly "css/no-invalid-at-rule-placement": import("./
|
|
940
|
-
readonly "css/no-invalid-at-rules": import("./
|
|
941
|
-
readonly "css/no-invalid-named-grid-areas": import("./
|
|
942
|
-
readonly "css/no-unmatchable-selectors": import("./
|
|
943
|
-
readonly "css/prefer-logical-properties": import("./
|
|
944
|
-
readonly "css/relative-font-units": import("./
|
|
945
|
-
readonly "css/use-baseline": import("./
|
|
934
|
+
readonly "css/font-family-fallbacks": import("./_state.js").State.WARN;
|
|
935
|
+
readonly "css/no-duplicate-imports": import("./_state.js").State.WARN;
|
|
936
|
+
readonly "css/no-duplicate-keyframe-selectors": import("./_state.js").State.WARN;
|
|
937
|
+
readonly "css/no-empty-blocks": import("./_state.js").State.WARN;
|
|
938
|
+
readonly "css/no-important": import("./_state.js").State.WARN;
|
|
939
|
+
readonly "css/no-invalid-at-rule-placement": import("./_state.js").State.ON;
|
|
940
|
+
readonly "css/no-invalid-at-rules": import("./_state.js").State.ON;
|
|
941
|
+
readonly "css/no-invalid-named-grid-areas": import("./_state.js").State.ON;
|
|
942
|
+
readonly "css/no-unmatchable-selectors": import("./_state.js").State.WARN;
|
|
943
|
+
readonly "css/prefer-logical-properties": import("./_state.js").State.WARN;
|
|
944
|
+
readonly "css/relative-font-units": import("./_state.js").State.WARN;
|
|
945
|
+
readonly "css/use-baseline": import("./_state.js").State.WARN;
|
|
946
946
|
};
|
|
947
947
|
};
|
|
948
948
|
json: {
|
|
949
949
|
rules: {
|
|
950
|
-
readonly "json/no-unsafe-values": import("./
|
|
951
|
-
readonly "json/no-unnormalized-keys": import("./
|
|
952
|
-
readonly "jsonc/no-comments": import("./
|
|
953
|
-
readonly "jsonc/array-bracket-spacing": import("./
|
|
950
|
+
readonly "json/no-unsafe-values": import("./_state.js").State.ON;
|
|
951
|
+
readonly "json/no-unnormalized-keys": import("./_state.js").State.ON;
|
|
952
|
+
readonly "jsonc/no-comments": import("./_state.js").State.ON;
|
|
953
|
+
readonly "jsonc/array-bracket-spacing": import("./_state.js").State.WARN;
|
|
954
954
|
readonly "jsonc/array-element-newline": readonly [
|
|
955
|
-
import("./
|
|
955
|
+
import("./_state.js").State.WARN,
|
|
956
956
|
"consistent"
|
|
957
957
|
];
|
|
958
|
-
readonly "jsonc/comma-dangle": import("./
|
|
959
|
-
readonly "jsonc/comma-style": import("./
|
|
958
|
+
readonly "jsonc/comma-dangle": import("./_state.js").State.ON;
|
|
959
|
+
readonly "jsonc/comma-style": import("./_state.js").State.WARN;
|
|
960
960
|
readonly "jsonc/indent": readonly [
|
|
961
|
-
import("./
|
|
961
|
+
import("./_state.js").State.WARN,
|
|
962
962
|
2
|
|
963
963
|
];
|
|
964
|
-
readonly "jsonc/key-spacing": import("./
|
|
965
|
-
readonly "jsonc/no-dupe-keys": import("./
|
|
964
|
+
readonly "jsonc/key-spacing": import("./_state.js").State.WARN;
|
|
965
|
+
readonly "jsonc/no-dupe-keys": import("./_state.js").State.ON;
|
|
966
966
|
readonly "jsonc/no-irregular-whitespace": readonly [
|
|
967
|
-
import("./
|
|
967
|
+
import("./_state.js").State.ON,
|
|
968
968
|
{
|
|
969
969
|
readonly skipStrings: true;
|
|
970
970
|
readonly skipComments: true;
|
|
971
971
|
}
|
|
972
972
|
];
|
|
973
|
-
readonly "jsonc/object-property-newline": import("./
|
|
973
|
+
readonly "jsonc/object-property-newline": import("./_state.js").State.WARN;
|
|
974
974
|
};
|
|
975
975
|
};
|
|
976
976
|
jsonc: {
|
|
977
977
|
rules: {
|
|
978
978
|
readonly "jsonc/comma-dangle": readonly [
|
|
979
|
-
import("./
|
|
979
|
+
import("./_state.js").State.WARN,
|
|
980
980
|
"always-multiline"
|
|
981
981
|
];
|
|
982
|
-
readonly "jsonc/no-comments": import("./
|
|
982
|
+
readonly "jsonc/no-comments": import("./_state.js").State.OFF;
|
|
983
983
|
};
|
|
984
984
|
};
|
|
985
985
|
yml: {
|
|
986
986
|
rules: {
|
|
987
|
-
readonly "yml/block-mapping-colon-indicator-newline": import("./
|
|
988
|
-
readonly "yml/block-mapping-question-indicator-newline": import("./
|
|
989
|
-
readonly "yml/block-mapping": import("./
|
|
990
|
-
readonly "yml/block-sequence-hyphen-indicator-newline": import("./
|
|
991
|
-
readonly "yml/block-sequence": import("./
|
|
992
|
-
readonly "yml/no-empty-key": import("./
|
|
993
|
-
readonly "yml/no-empty-sequence-entry": import("./
|
|
994
|
-
readonly "yml/no-tab-indent": import("./
|
|
995
|
-
readonly "yml/require-string-key": import("./
|
|
996
|
-
readonly "yml/no-irregular-whitespace": import("./
|
|
987
|
+
readonly "yml/block-mapping-colon-indicator-newline": import("./_state.js").State.WARN;
|
|
988
|
+
readonly "yml/block-mapping-question-indicator-newline": import("./_state.js").State.WARN;
|
|
989
|
+
readonly "yml/block-mapping": import("./_state.js").State.WARN;
|
|
990
|
+
readonly "yml/block-sequence-hyphen-indicator-newline": import("./_state.js").State.WARN;
|
|
991
|
+
readonly "yml/block-sequence": import("./_state.js").State.WARN;
|
|
992
|
+
readonly "yml/no-empty-key": import("./_state.js").State.WARN;
|
|
993
|
+
readonly "yml/no-empty-sequence-entry": import("./_state.js").State.WARN;
|
|
994
|
+
readonly "yml/no-tab-indent": import("./_state.js").State.WARN;
|
|
995
|
+
readonly "yml/require-string-key": import("./_state.js").State.WARN;
|
|
996
|
+
readonly "yml/no-irregular-whitespace": import("./_state.js").State.ON;
|
|
997
997
|
readonly "yml/spaced-comment": readonly [
|
|
998
|
-
import("./
|
|
998
|
+
import("./_state.js").State.WARN,
|
|
999
999
|
"always",
|
|
1000
1000
|
{
|
|
1001
1001
|
readonly exceptions: readonly [
|