@eslinted/defaults 21.0.0 → 21.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/dist/index.d.ts +473 -473
  2. package/dist/rules/{state.d.ts → _state.d.ts} +1 -1
  3. package/dist/rules/_state.d.ts.map +1 -0
  4. package/dist/rules/_state.js +2 -0
  5. package/dist/rules/_state.js.map +1 -0
  6. package/dist/rules/{css/index.d.ts → css.d.ts} +2 -2
  7. package/dist/rules/css.d.ts.map +1 -0
  8. package/dist/rules/{css/index.js → css.js} +1 -1
  9. package/dist/rules/css.js.map +1 -0
  10. package/dist/rules/{html/index.d.ts → html.d.ts} +2 -2
  11. package/dist/rules/html.d.ts.map +1 -0
  12. package/dist/rules/{html/index.js → html.js} +1 -1
  13. package/dist/rules/html.js.map +1 -0
  14. package/dist/rules/index.d.ts +473 -473
  15. package/dist/rules/index.js +7 -7
  16. package/dist/rules/js.d.ts +1 -1
  17. package/dist/rules/js.d.ts.map +1 -1
  18. package/dist/rules/{json/index.d.ts → json.d.ts} +2 -2
  19. package/dist/rules/json.d.ts.map +1 -0
  20. package/dist/rules/{json/index.js → json.js} +1 -1
  21. package/dist/rules/json.js.map +1 -0
  22. package/dist/rules/{jsonc/index.d.ts → jsonc.d.ts} +2 -2
  23. package/dist/rules/jsonc.d.ts.map +1 -0
  24. package/dist/rules/{jsonc/index.js → jsonc.js} +1 -1
  25. package/dist/rules/jsonc.js.map +1 -0
  26. package/dist/rules/{svelte/index.d.ts → svelte.d.ts} +2 -2
  27. package/dist/rules/svelte.d.ts.map +1 -0
  28. package/dist/rules/{svelte/index.js → svelte.js} +1 -1
  29. package/dist/rules/svelte.js.map +1 -0
  30. package/dist/rules/{ts/index.d.ts → ts.d.ts} +2 -2
  31. package/dist/rules/ts.d.ts.map +1 -0
  32. package/dist/rules/{ts/index.js → ts.js} +1 -1
  33. package/dist/rules/ts.js.map +1 -0
  34. package/dist/rules/{yml/index.d.ts → yml.d.ts} +2 -2
  35. package/dist/rules/yml.d.ts.map +1 -0
  36. package/dist/rules/{yml/index.js → yml.js} +1 -1
  37. package/dist/rules/yml.js.map +1 -0
  38. package/package.json +1 -1
  39. package/src/rules/{css/index.ts → css.ts} +1 -1
  40. package/src/rules/{html/index.ts → html.ts} +1 -1
  41. package/src/rules/js.ts +1 -1
  42. package/src/rules/{json/index.ts → json.ts} +1 -1
  43. package/src/rules/{jsonc/index.ts → jsonc.ts} +1 -1
  44. package/src/rules/{svelte/index.ts → svelte.ts} +1 -1
  45. package/src/rules/{ts/index.ts → ts.ts} +1 -1
  46. package/src/rules/{yml/index.ts → yml.ts} +1 -1
  47. package/dist/rules/css/index.d.ts.map +0 -1
  48. package/dist/rules/css/index.js.map +0 -1
  49. package/dist/rules/html/index.d.ts.map +0 -1
  50. package/dist/rules/html/index.js.map +0 -1
  51. package/dist/rules/json/index.d.ts.map +0 -1
  52. package/dist/rules/json/index.js.map +0 -1
  53. package/dist/rules/jsonc/index.d.ts.map +0 -1
  54. package/dist/rules/jsonc/index.js.map +0 -1
  55. package/dist/rules/state.d.ts.map +0 -1
  56. package/dist/rules/state.js +0 -2
  57. package/dist/rules/state.js.map +0 -1
  58. package/dist/rules/svelte/index.d.ts.map +0 -1
  59. package/dist/rules/svelte/index.js.map +0 -1
  60. package/dist/rules/ts/index.d.ts.map +0 -1
  61. package/dist/rules/ts/index.js.map +0 -1
  62. package/dist/rules/yml/index.d.ts.map +0 -1
  63. package/dist/rules/yml/index.js.map +0 -1
  64. /package/src/rules/{state.ts → _state.ts} +0 -0
@@ -2,152 +2,152 @@ declare const _default: {
2
2
  js: {
3
3
  rules: {
4
4
  readonly "array-callback-return": readonly [
5
- import("./state.js").State.ON,
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("./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;
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("./state.js").State.ON,
22
+ import("./_state.js").State.ON,
23
23
  {
24
24
  readonly checkLoops: "all";
25
25
  }
26
26
  ];
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;
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("./state.js").State.ON,
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("./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;
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("./state.js").State.ON,
49
+ import("./_state.js").State.ON,
50
50
  "both"
51
51
  ];
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;
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("./state.js").State.ON,
59
+ import("./_state.js").State.ON,
60
60
  {
61
61
  readonly allowVoid: true;
62
62
  }
63
63
  ];
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;
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("./state.js").State.ON,
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("./state.js").State.ON,
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("./state.js").State.WARN;
91
- readonly "no-unused-vars": import("./state.js").State.WARN;
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("./state.js").State.ON,
93
+ import("./_state.js").State.ON,
94
94
  {
95
95
  readonly typedefs: false;
96
96
  }
97
97
  ];
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;
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("./state.js").State.ON,
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("./state.js").State.ON,
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("./state.js").State.ON,
114
+ import("./_state.js").State.ON,
115
115
  {
116
116
  readonly enforceForTSTypes: true;
117
117
  }
118
118
  ];
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;
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("./state.js").State.WARN,
124
+ import("./_state.js").State.WARN,
125
125
  "multi"
126
126
  ];
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;
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("./state.js").State.WARN,
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("./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;
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("./state.js").State.WARN,
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("./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;
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("./state.js").State.WARN,
167
+ import("./_state.js").State.WARN,
168
168
  {
169
169
  readonly enforceForLogicalOperands: true;
170
170
  }
171
171
  ];
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;
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("./state.js").State.ON,
177
+ import("./_state.js").State.ON,
178
178
  {
179
179
  readonly capIsConstructor: false;
180
180
  }
181
181
  ];
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;
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("./state.js").State.ON,
197
+ import("./_state.js").State.ON,
198
198
  {
199
199
  readonly allowForLoopAfterthoughts: true;
200
200
  }
201
201
  ];
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;
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("./state.js").State.WARN,
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("./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;
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("./state.js").State.WARN,
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("./state.js").State.WARN;
231
- readonly "no-useless-return": import("./state.js").State.WARN;
232
- readonly "no-var": import("./state.js").State.WARN;
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("./state.js").State.ON,
234
+ import("./_state.js").State.ON,
235
235
  {
236
236
  readonly allowAsStatement: true;
237
237
  }
238
238
  ];
239
- readonly "no-with": import("./state.js").State.ON;
240
- readonly "object-shorthand": import("./state.js").State.WARN;
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("./state.js").State.WARN,
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("./state.js").State.WARN;
253
- readonly "prefer-arrow-callback": import("./state.js").State.WARN;
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("./state.js").State.WARN,
255
+ import("./_state.js").State.WARN,
256
256
  {
257
257
  readonly destructuring: "all";
258
258
  }
259
259
  ];
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;
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("./state.js").State.WARN,
266
+ import("./_state.js").State.WARN,
267
267
  {
268
268
  readonly disallowRedundantWrapping: true;
269
269
  }
270
270
  ];
271
- readonly "prefer-rest-params": import("./state.js").State.WARN;
272
- readonly "prefer-spread": import("./state.js").State.WARN;
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("./state.js").State.ON,
274
+ import("./_state.js").State.ON,
275
275
  {
276
276
  readonly requireCatchParameter: true;
277
277
  }
278
278
  ];
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;
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("./state.js").State.WARN,
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("./state.js").State.WARN,
299
+ import("./_state.js").State.WARN,
300
300
  "as-needed"
301
301
  ];
302
- readonly "stylistic/arrow-spacing": import("./state.js").State.WARN;
303
- readonly "stylistic/block-spacing": import("./state.js").State.WARN;
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("./state.js").State.WARN,
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("./state.js").State.WARN,
312
+ import("./_state.js").State.WARN,
313
313
  "always-multiline"
314
314
  ];
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;
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("./state.js").State.WARN,
320
+ import("./_state.js").State.WARN,
321
321
  "property"
322
322
  ];
323
323
  readonly "stylistic/function-call-argument-newline": readonly [
324
- import("./state.js").State.WARN,
324
+ import("./_state.js").State.WARN,
325
325
  "consistent"
326
326
  ];
327
- readonly "stylistic/function-call-spacing": import("./state.js").State.WARN;
327
+ readonly "stylistic/function-call-spacing": import("./_state.js").State.WARN;
328
328
  readonly "stylistic/function-paren-newline": readonly [
329
- import("./state.js").State.WARN,
329
+ import("./_state.js").State.WARN,
330
330
  "multiline-arguments"
331
331
  ];
332
- readonly "stylistic/generator-star-spacing": import("./state.js").State.WARN;
333
- readonly "stylistic/implicit-arrow-linebreak": import("./state.js").State.WARN;
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("./state.js").State.WARN,
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("./state.js").State.WARN,
349
+ import("./_state.js").State.WARN,
350
350
  2
351
351
  ];
352
- readonly "stylistic/key-spacing": import("./state.js").State.WARN;
353
- readonly "stylistic/keyword-spacing": import("./state.js").State.WARN;
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("./state.js").State.WARN,
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("./state.js").State.WARN,
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("./state.js").State.WARN;
389
- readonly "stylistic/member-delimiter-style": import("./state.js").State.WARN;
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("./state.js").State.WARN,
391
+ import("./_state.js").State.WARN,
392
392
  "always-multiline"
393
393
  ];
394
394
  readonly "stylistic/newline-per-chained-call": readonly [
395
- import("./state.js").State.WARN,
395
+ import("./_state.js").State.WARN,
396
396
  {
397
397
  readonly ignoreChainWithDepth: 1;
398
398
  }
399
399
  ];
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;
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("./state.js").State.WARN,
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("./state.js").State.WARN,
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("./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;
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("./state.js").State.WARN,
425
+ import("./_state.js").State.WARN,
426
426
  "below"
427
427
  ];
428
428
  readonly "stylistic/object-curly-newline": readonly [
429
- import("./state.js").State.WARN,
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("./state.js").State.WARN,
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("./state.js").State.WARN;
443
+ readonly "stylistic/object-property-newline": import("./_state.js").State.WARN;
444
444
  readonly "stylistic/one-var-declaration-per-line": readonly [
445
- import("./state.js").State.WARN,
445
+ import("./_state.js").State.WARN,
446
446
  "always"
447
447
  ];
448
448
  readonly "stylistic/operator-linebreak": readonly [
449
- import("./state.js").State.WARN,
449
+ import("./_state.js").State.WARN,
450
450
  "before"
451
451
  ];
452
452
  readonly "stylistic/padded-blocks": readonly [
453
- import("./state.js").State.WARN,
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("./state.js").State.WARN,
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("./state.js").State.WARN,
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("./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;
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("./state.js").State.WARN,
480
+ import("./_state.js").State.WARN,
481
481
  {
482
482
  readonly named: "never";
483
483
  }
484
484
  ];
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;
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("./state.js").State.WARN,
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("./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;
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("./state.js").State.WARN,
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("./state.js").State.WARN;
540
- readonly "stylistic/type-named-tuple-spacing": import("./state.js").State.WARN;
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("./state.js").State.WARN,
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("./state.js").State.WARN;
549
- readonly "stylistic/yield-star-spacing": import("./state.js").State.WARN;
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("./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;
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("./state.js").State.WARN,
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("./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;
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("./state.js").State.WARN,
589
+ import("./_state.js").State.WARN,
590
590
  {
591
591
  readonly allowThrowingAny: false;
592
592
  }
593
593
  ];
594
- readonly "prefer-destructuring": import("./state.js").State.OFF;
595
- readonly "prefer-promise-reject-errors": import("./state.js").State.OFF;
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("./state.js").State.WARN,
597
+ import("./_state.js").State.WARN,
598
598
  {
599
599
  readonly allowThrowingUnknown: true;
600
600
  }
601
601
  ];
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;
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("./state.js").State.WARN,
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("./state.js").State.WARN;
617
- readonly "ts/consistent-type-imports": import("./state.js").State.WARN;
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("./state.js").State.WARN,
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("./state.js").State.WARN,
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("./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;
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("./state.js").State.ON,
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("./state.js").State.ON;
649
+ readonly "ts/no-extra-non-null-assertion": import("./_state.js").State.ON;
650
650
  readonly "ts/no-extraneous-class": readonly [
651
- import("./state.js").State.ON,
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("./state.js").State.ON,
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("./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;
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("./state.js").State.ON,
666
+ import("./_state.js").State.ON,
667
667
  {
668
668
  readonly checkNever: true;
669
669
  }
670
670
  ];
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;
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("./state.js").State.ON,
696
+ import("./_state.js").State.ON,
697
697
  {
698
698
  readonly allowOptionalChaining: true;
699
699
  }
700
700
  ];
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;
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("./state.js").State.WARN,
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("./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;
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("./state.js").State.WARN,
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("./state.js").State.WARN,
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("./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;
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("./state.js").State.ON,
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("./state.js").State.ON,
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("./state.js").State.ON;
759
+ readonly "ts/return-await": import("./_state.js").State.ON;
760
760
  readonly "ts/strict-boolean-expressions": readonly [
761
- import("./state.js").State.ON,
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("./state.js").State.ON;
769
+ readonly "ts/strict-void-return": import("./_state.js").State.ON;
770
770
  readonly "ts/switch-exhaustiveness-check": readonly [
771
- import("./state.js").State.ON,
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("./state.js").State.ON,
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("./state.js").State.ON;
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("./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;
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("./state.js").State.ON,
799
+ import("./_state.js").State.ON,
800
800
  "both"
801
801
  ];
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;
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("./state.js").State.WARN,
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("./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;
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("./state.js").State.WARN,
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("./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;
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("./state.js").State.WARN,
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("./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;
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("./state.js").State.WARN,
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("./state.js").State.ON;
874
- readonly "svelte/no-extra-reactive-curlies": import("./state.js").State.WARN;
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("./state.js").State.WARN,
876
+ import("./_state.js").State.WARN,
877
877
  {
878
878
  readonly prefer: "empty";
879
879
  }
880
880
  ];
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;
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("./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;
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("./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;
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("./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;
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("./state.js").State.WARN,
955
+ import("./_state.js").State.WARN,
956
956
  "consistent"
957
957
  ];
958
- readonly "jsonc/comma-dangle": import("./state.js").State.ON;
959
- readonly "jsonc/comma-style": import("./state.js").State.WARN;
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("./state.js").State.WARN,
961
+ import("./_state.js").State.WARN,
962
962
  2
963
963
  ];
964
- readonly "jsonc/key-spacing": import("./state.js").State.WARN;
965
- readonly "jsonc/no-dupe-keys": import("./state.js").State.ON;
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("./state.js").State.ON,
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("./state.js").State.WARN;
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("./state.js").State.WARN,
979
+ import("./_state.js").State.WARN,
980
980
  "always-multiline"
981
981
  ];
982
- readonly "jsonc/no-comments": import("./state.js").State.OFF;
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("./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;
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("./state.js").State.WARN,
998
+ import("./_state.js").State.WARN,
999
999
  "always",
1000
1000
  {
1001
1001
  readonly exceptions: readonly [