@eslinted/defaults 20.4.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 (131) hide show
  1. package/dist/index.d.ts +504 -523
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/rules/{state.d.ts → _state.d.ts} +1 -1
  4. package/dist/rules/_state.d.ts.map +1 -0
  5. package/dist/rules/_state.js +2 -0
  6. package/dist/rules/_state.js.map +1 -0
  7. package/dist/rules/{css/index.d.ts → css.d.ts} +3 -3
  8. package/dist/rules/css.d.ts.map +1 -0
  9. package/dist/rules/css.js +17 -0
  10. package/dist/rules/css.js.map +1 -0
  11. package/dist/rules/{html/index.d.ts → html.d.ts} +3 -3
  12. package/dist/rules/html.d.ts.map +1 -0
  13. package/dist/rules/html.js +41 -0
  14. package/dist/rules/html.js.map +1 -0
  15. package/dist/rules/index.d.ts +504 -523
  16. package/dist/rules/index.d.ts.map +1 -1
  17. package/dist/rules/index.js +7 -7
  18. package/dist/rules/js.d.ts +219 -221
  19. package/dist/rules/js.d.ts.map +1 -1
  20. package/dist/rules/js.js +545 -7
  21. package/dist/rules/js.js.map +1 -1
  22. package/dist/rules/{json/jsonc.d.ts → json.d.ts} +4 -2
  23. package/dist/rules/json.d.ts.map +1 -0
  24. package/dist/rules/{json/jsonc.js → json.js} +3 -1
  25. package/dist/rules/json.js.map +1 -0
  26. package/dist/rules/{jsonc/index.d.ts → jsonc.d.ts} +3 -3
  27. package/dist/rules/jsonc.d.ts.map +1 -0
  28. package/dist/rules/jsonc.js +10 -0
  29. package/dist/rules/jsonc.js.map +1 -0
  30. package/dist/rules/{svelte/svelte.d.ts → svelte.d.ts} +16 -1
  31. package/dist/rules/svelte.d.ts.map +1 -0
  32. package/dist/rules/{svelte/svelte.js → svelte.js} +15 -0
  33. package/dist/rules/svelte.js.map +1 -0
  34. package/dist/rules/{ts/ts.d.ts → ts.d.ts} +51 -1
  35. package/dist/rules/ts.d.ts.map +1 -0
  36. package/dist/rules/{ts/ts.js → ts.js} +50 -0
  37. package/dist/rules/ts.js.map +1 -0
  38. package/dist/rules/{yml/index.d.ts → yml.d.ts} +3 -3
  39. package/dist/rules/yml.d.ts.map +1 -0
  40. package/dist/rules/yml.js +32 -0
  41. package/dist/rules/yml.js.map +1 -0
  42. package/package.json +1 -1
  43. package/src/rules/css.ts +22 -0
  44. package/src/rules/html.ts +82 -0
  45. package/src/rules/js.ts +621 -6
  46. package/src/rules/{json/jsonc.ts → json.ts} +7 -1
  47. package/src/rules/jsonc.ts +11 -0
  48. package/src/rules/{svelte/svelte.ts → svelte.ts} +39 -2
  49. package/src/rules/{ts/ts.ts → ts.ts} +67 -2
  50. package/src/rules/yml.ts +56 -0
  51. package/dist/rules/css/index.d.ts.map +0 -1
  52. package/dist/rules/css/index.js +0 -19
  53. package/dist/rules/css/index.js.map +0 -1
  54. package/dist/rules/html/index.d.ts.map +0 -1
  55. package/dist/rules/html/index.js +0 -43
  56. package/dist/rules/html/index.js.map +0 -1
  57. package/dist/rules/js.eslint.d.ts +0 -289
  58. package/dist/rules/js.eslint.d.ts.map +0 -1
  59. package/dist/rules/js.eslint.js +0 -285
  60. package/dist/rules/js.eslint.js.map +0 -1
  61. package/dist/rules/js.stylistic.d.ts +0 -271
  62. package/dist/rules/js.stylistic.d.ts.map +0 -1
  63. package/dist/rules/js.stylistic.js +0 -265
  64. package/dist/rules/js.stylistic.js.map +0 -1
  65. package/dist/rules/json/index.d.ts +0 -33
  66. package/dist/rules/json/index.d.ts.map +0 -1
  67. package/dist/rules/json/index.js +0 -7
  68. package/dist/rules/json/index.js.map +0 -1
  69. package/dist/rules/json/json.d.ts +0 -9
  70. package/dist/rules/json/json.d.ts.map +0 -1
  71. package/dist/rules/json/json.js +0 -7
  72. package/dist/rules/json/json.js.map +0 -1
  73. package/dist/rules/json/jsonc.d.ts.map +0 -1
  74. package/dist/rules/json/jsonc.js.map +0 -1
  75. package/dist/rules/jsonc/index.d.ts.map +0 -1
  76. package/dist/rules/jsonc/index.js +0 -12
  77. package/dist/rules/jsonc/index.js.map +0 -1
  78. package/dist/rules/state.d.ts.map +0 -1
  79. package/dist/rules/state.js +0 -2
  80. package/dist/rules/state.js.map +0 -1
  81. package/dist/rules/svelte/disable.d.ts +0 -17
  82. package/dist/rules/svelte/disable.d.ts.map +0 -1
  83. package/dist/rules/svelte/disable.js +0 -15
  84. package/dist/rules/svelte/disable.js.map +0 -1
  85. package/dist/rules/svelte/extend.d.ts +0 -13
  86. package/dist/rules/svelte/extend.d.ts.map +0 -1
  87. package/dist/rules/svelte/extend.js +0 -11
  88. package/dist/rules/svelte/extend.js.map +0 -1
  89. package/dist/rules/svelte/html.d.ts +0 -14
  90. package/dist/rules/svelte/html.d.ts.map +0 -1
  91. package/dist/rules/svelte/html.js +0 -12
  92. package/dist/rules/svelte/html.js.map +0 -1
  93. package/dist/rules/svelte/index.d.ts +0 -115
  94. package/dist/rules/svelte/index.d.ts.map +0 -1
  95. package/dist/rules/svelte/index.js +0 -9
  96. package/dist/rules/svelte/index.js.map +0 -1
  97. package/dist/rules/svelte/svelte.d.ts.map +0 -1
  98. package/dist/rules/svelte/svelte.js.map +0 -1
  99. package/dist/rules/ts/disable.d.ts +0 -26
  100. package/dist/rules/ts/disable.d.ts.map +0 -1
  101. package/dist/rules/ts/disable.js +0 -24
  102. package/dist/rules/ts/disable.js.map +0 -1
  103. package/dist/rules/ts/extend.d.ts +0 -38
  104. package/dist/rules/ts/extend.d.ts.map +0 -1
  105. package/dist/rules/ts/extend.js +0 -36
  106. package/dist/rules/ts/extend.js.map +0 -1
  107. package/dist/rules/ts/index.d.ts +0 -242
  108. package/dist/rules/ts/index.d.ts.map +0 -1
  109. package/dist/rules/ts/index.js +0 -9
  110. package/dist/rules/ts/index.js.map +0 -1
  111. package/dist/rules/ts/ts.d.ts.map +0 -1
  112. package/dist/rules/ts/ts.js.map +0 -1
  113. package/dist/rules/yml/index.d.ts.map +0 -1
  114. package/dist/rules/yml/index.js +0 -34
  115. package/dist/rules/yml/index.js.map +0 -1
  116. package/src/rules/css/index.ts +0 -24
  117. package/src/rules/html/index.ts +0 -84
  118. package/src/rules/js.eslint.ts +0 -348
  119. package/src/rules/js.stylistic.ts +0 -279
  120. package/src/rules/json/index.ts +0 -7
  121. package/src/rules/json/json.ts +0 -13
  122. package/src/rules/jsonc/index.ts +0 -13
  123. package/src/rules/svelte/disable.ts +0 -21
  124. package/src/rules/svelte/extend.ts +0 -14
  125. package/src/rules/svelte/html.ts +0 -14
  126. package/src/rules/svelte/index.ts +0 -11
  127. package/src/rules/ts/disable.ts +0 -26
  128. package/src/rules/ts/extend.ts +0 -42
  129. package/src/rules/ts/index.ts +0 -9
  130. package/src/rules/yml/index.ts +0 -58
  131. /package/src/rules/{state.ts → _state.ts} +0 -0
@@ -1,153 +1,153 @@
1
1
  declare const _default: {
2
- js: ({
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,49 +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
- };
287
- } | {
288
- rules: {
289
- readonly "stylistic/eol-last": import("./state.js").State.WARN;
290
- readonly "stylistic/linebreak-style": import("./state.js").State.WARN;
291
- readonly "stylistic/array-bracket-newline": import("./state.js").State.WARN;
292
- 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;
293
290
  readonly "stylistic/array-element-newline": readonly [
294
- import("./state.js").State.WARN,
291
+ import("./_state.js").State.WARN,
295
292
  {
296
293
  readonly consistent: true;
297
294
  readonly multiline: true;
@@ -299,43 +296,43 @@ declare const _default: {
299
296
  }
300
297
  ];
301
298
  readonly "stylistic/arrow-parens": readonly [
302
- import("./state.js").State.WARN,
299
+ import("./_state.js").State.WARN,
303
300
  "as-needed"
304
301
  ];
305
- readonly "stylistic/arrow-spacing": import("./state.js").State.WARN;
306
- 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;
307
304
  readonly "stylistic/brace-style": readonly [
308
- import("./state.js").State.WARN,
305
+ import("./_state.js").State.WARN,
309
306
  "stroustrup",
310
307
  {
311
308
  readonly allowSingleLine: true;
312
309
  }
313
310
  ];
314
311
  readonly "stylistic/comma-dangle": readonly [
315
- import("./state.js").State.WARN,
312
+ import("./_state.js").State.WARN,
316
313
  "always-multiline"
317
314
  ];
318
- readonly "stylistic/comma-spacing": import("./state.js").State.WARN;
319
- readonly "stylistic/comma-style": import("./state.js").State.WARN;
320
- readonly "stylistic/computed-property-spacing": import("./state.js").State.WARN;
321
- 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;
322
319
  readonly "stylistic/dot-location": readonly [
323
- import("./state.js").State.WARN,
320
+ import("./_state.js").State.WARN,
324
321
  "property"
325
322
  ];
326
323
  readonly "stylistic/function-call-argument-newline": readonly [
327
- import("./state.js").State.WARN,
324
+ import("./_state.js").State.WARN,
328
325
  "consistent"
329
326
  ];
330
- readonly "stylistic/function-call-spacing": import("./state.js").State.WARN;
327
+ readonly "stylistic/function-call-spacing": import("./_state.js").State.WARN;
331
328
  readonly "stylistic/function-paren-newline": readonly [
332
- import("./state.js").State.WARN,
329
+ import("./_state.js").State.WARN,
333
330
  "multiline-arguments"
334
331
  ];
335
- readonly "stylistic/generator-star-spacing": import("./state.js").State.WARN;
336
- 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;
337
334
  readonly "stylistic/indent": readonly [
338
- import("./state.js").State.WARN,
335
+ import("./_state.js").State.WARN,
339
336
  2,
340
337
  {
341
338
  readonly assignmentOperator: 0;
@@ -349,13 +346,13 @@ declare const _default: {
349
346
  }
350
347
  ];
351
348
  readonly "stylistic/indent-binary-ops": readonly [
352
- import("./state.js").State.WARN,
349
+ import("./_state.js").State.WARN,
353
350
  2
354
351
  ];
355
- readonly "stylistic/key-spacing": import("./state.js").State.WARN;
356
- 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;
357
354
  readonly "stylistic/lines-between-class-members": readonly [
358
- import("./state.js").State.WARN,
355
+ import("./_state.js").State.WARN,
359
356
  {
360
357
  readonly enforce: readonly [
361
358
  {
@@ -377,7 +374,7 @@ declare const _default: {
377
374
  }
378
375
  ];
379
376
  readonly "stylistic/max-len": readonly [
380
- import("./state.js").State.WARN,
377
+ import("./_state.js").State.WARN,
381
378
  {
382
379
  readonly code: 300;
383
380
  readonly ignoreComments: true;
@@ -388,24 +385,24 @@ declare const _default: {
388
385
  readonly ignoreRegExpLiterals: true;
389
386
  }
390
387
  ];
391
- readonly "stylistic/max-statements-per-line": import("./state.js").State.WARN;
392
- 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;
393
390
  readonly "stylistic/multiline-ternary": readonly [
394
- import("./state.js").State.WARN,
391
+ import("./_state.js").State.WARN,
395
392
  "always-multiline"
396
393
  ];
397
394
  readonly "stylistic/newline-per-chained-call": readonly [
398
- import("./state.js").State.WARN,
395
+ import("./_state.js").State.WARN,
399
396
  {
400
397
  readonly ignoreChainWithDepth: 1;
401
398
  }
402
399
  ];
403
- readonly "stylistic/no-extra-parens": import("./state.js").State.WARN;
404
- readonly "stylistic/no-extra-semi": import("./state.js").State.WARN;
405
- readonly "stylistic/no-floating-decimal": import("./state.js").State.WARN;
406
- 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;
407
404
  readonly "stylistic/no-multi-spaces": readonly [
408
- import("./state.js").State.WARN,
405
+ import("./_state.js").State.WARN,
409
406
  {
410
407
  readonly exceptions: {
411
408
  readonly Property: false;
@@ -414,22 +411,22 @@ declare const _default: {
414
411
  }
415
412
  ];
416
413
  readonly "stylistic/no-multiple-empty-lines": readonly [
417
- import("./state.js").State.WARN,
414
+ import("./_state.js").State.WARN,
418
415
  {
419
416
  readonly max: 1;
420
417
  readonly maxBOF: 0;
421
418
  readonly maxEOF: 0;
422
419
  }
423
420
  ];
424
- readonly "stylistic/no-tabs": import("./state.js").State.WARN;
425
- readonly "stylistic/no-trailing-spaces": import("./state.js").State.WARN;
426
- 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;
427
424
  readonly "stylistic/nonblock-statement-body-position": readonly [
428
- import("./state.js").State.WARN,
425
+ import("./_state.js").State.WARN,
429
426
  "below"
430
427
  ];
431
428
  readonly "stylistic/object-curly-newline": readonly [
432
- import("./state.js").State.WARN,
429
+ import("./_state.js").State.WARN,
433
430
  {
434
431
  readonly consistent: true;
435
432
  readonly multiline: true;
@@ -437,59 +434,59 @@ declare const _default: {
437
434
  }
438
435
  ];
439
436
  readonly "stylistic/object-curly-spacing": readonly [
440
- import("./state.js").State.WARN,
437
+ import("./_state.js").State.WARN,
441
438
  "always",
442
439
  {
443
440
  readonly emptyObjects: "never";
444
441
  }
445
442
  ];
446
- readonly "stylistic/object-property-newline": import("./state.js").State.WARN;
443
+ readonly "stylistic/object-property-newline": import("./_state.js").State.WARN;
447
444
  readonly "stylistic/one-var-declaration-per-line": readonly [
448
- import("./state.js").State.WARN,
445
+ import("./_state.js").State.WARN,
449
446
  "always"
450
447
  ];
451
448
  readonly "stylistic/operator-linebreak": readonly [
452
- import("./state.js").State.WARN,
449
+ import("./_state.js").State.WARN,
453
450
  "before"
454
451
  ];
455
452
  readonly "stylistic/padded-blocks": readonly [
456
- import("./state.js").State.WARN,
453
+ import("./_state.js").State.WARN,
457
454
  "never",
458
455
  {
459
456
  readonly allowSingleLineBlocks: true;
460
457
  }
461
458
  ];
462
459
  readonly "stylistic/quote-props": readonly [
463
- import("./state.js").State.WARN,
460
+ import("./_state.js").State.WARN,
464
461
  "as-needed",
465
462
  {
466
463
  readonly keywords: true;
467
464
  }
468
465
  ];
469
466
  readonly "stylistic/quotes": readonly [
470
- import("./state.js").State.WARN,
467
+ import("./_state.js").State.WARN,
471
468
  "double",
472
469
  {
473
470
  readonly avoidEscape: true;
474
471
  readonly allowTemplateLiterals: "always";
475
472
  }
476
473
  ];
477
- readonly "stylistic/rest-spread-spacing": import("./state.js").State.WARN;
478
- readonly "stylistic/semi": import("./state.js").State.WARN;
479
- readonly "stylistic/semi-spacing": import("./state.js").State.WARN;
480
- readonly "stylistic/semi-style": import("./state.js").State.WARN;
481
- 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;
482
479
  readonly "stylistic/space-before-function-paren": readonly [
483
- import("./state.js").State.WARN,
480
+ import("./_state.js").State.WARN,
484
481
  {
485
482
  readonly named: "never";
486
483
  }
487
484
  ];
488
- readonly "stylistic/space-in-parens": import("./state.js").State.WARN;
489
- readonly "stylistic/space-infix-ops": import("./state.js").State.WARN;
490
- 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;
491
488
  readonly "stylistic/spaced-comment": readonly [
492
- import("./state.js").State.WARN,
489
+ import("./_state.js").State.WARN,
493
490
  "always",
494
491
  {
495
492
  readonly line: {
@@ -523,11 +520,11 @@ declare const _default: {
523
520
  };
524
521
  }
525
522
  ];
526
- readonly "stylistic/switch-colon-spacing": import("./state.js").State.WARN;
527
- readonly "stylistic/template-curly-spacing": import("./state.js").State.WARN;
528
- 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;
529
526
  readonly "stylistic/type-annotation-spacing": readonly [
530
- import("./state.js").State.WARN,
527
+ import("./_state.js").State.WARN,
531
528
  {
532
529
  readonly before: true;
533
530
  readonly after: true;
@@ -539,59 +536,87 @@ declare const _default: {
539
536
  };
540
537
  }
541
538
  ];
542
- readonly "stylistic/type-generic-spacing": import("./state.js").State.WARN;
543
- 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;
544
541
  readonly "stylistic/wrap-iife": readonly [
545
- import("./state.js").State.WARN,
542
+ import("./_state.js").State.WARN,
546
543
  "inside",
547
544
  {
548
545
  readonly functionPrototypeMethods: true;
549
546
  }
550
547
  ];
551
- readonly "stylistic/wrap-regex": import("./state.js").State.WARN;
552
- readonly "stylistic/yield-star-spacing": import("./state.js").State.WARN;
553
- };
554
- })[];
555
- ts: ({
556
- rules: {
557
- readonly "consistent-return": import("./state.js").State.OFF;
558
- readonly "constructor-super": import("./state.js").State.OFF;
559
- readonly "getter-return": import("./state.js").State.OFF;
560
- readonly "no-class-assign": import("./state.js").State.OFF;
561
- readonly "no-const-assign": import("./state.js").State.OFF;
562
- readonly "no-dupe-args": import("./state.js").State.OFF;
563
- readonly "no-dupe-class-members": import("./state.js").State.OFF;
564
- readonly "no-dupe-keys": import("./state.js").State.OFF;
565
- readonly "no-func-assign": import("./state.js").State.OFF;
566
- readonly "no-import-assign": import("./state.js").State.OFF;
567
- readonly "no-invalid-this": import("./state.js").State.OFF;
568
- readonly "no-new-native-nonconstructor": import("./state.js").State.OFF;
569
- readonly "no-obj-calls": import("./state.js").State.OFF;
570
- readonly "no-redeclare": import("./state.js").State.OFF;
571
- readonly "no-setter-return": import("./state.js").State.OFF;
572
- readonly "no-this-before-super": import("./state.js").State.OFF;
573
- readonly "no-undef": import("./state.js").State.OFF;
574
- readonly "no-unreachable": import("./state.js").State.OFF;
575
- readonly "no-unsafe-negation": import("./state.js").State.OFF;
548
+ readonly "stylistic/wrap-regex": import("./_state.js").State.WARN;
549
+ readonly "stylistic/yield-star-spacing": import("./_state.js").State.WARN;
576
550
  };
577
- } | {
551
+ };
552
+ ts: {
578
553
  rules: {
579
- readonly "ts/await-thenable": import("./state.js").State.ON;
580
- readonly "ts/ban-ts-comment": import("./state.js").State.WARN;
581
- readonly "ts/ban-tslint-comment": import("./state.js").State.WARN;
582
- readonly "ts/class-literal-property-style": import("./state.js").State.WARN;
583
- readonly "ts/consistent-generic-constructors": import("./state.js").State.WARN;
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
+ readonly "ts/dot-notation": readonly [
575
+ import("./_state.js").State.WARN,
576
+ {
577
+ readonly allowPrivateClassPropertyAccess: true;
578
+ readonly allowProtectedClassPropertyAccess: true;
579
+ readonly allowIndexSignaturePropertyAccess: true;
580
+ }
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;
588
+ readonly "ts/only-throw-error": readonly [
589
+ import("./_state.js").State.WARN,
590
+ {
591
+ readonly allowThrowingAny: false;
592
+ }
593
+ ];
594
+ readonly "prefer-destructuring": import("./_state.js").State.OFF;
595
+ readonly "prefer-promise-reject-errors": import("./_state.js").State.OFF;
596
+ readonly "ts/prefer-promise-reject-errors": readonly [
597
+ import("./_state.js").State.WARN,
598
+ {
599
+ readonly allowThrowingUnknown: true;
600
+ }
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;
584
609
  readonly "ts/consistent-type-assertions": readonly [
585
- import("./state.js").State.WARN,
610
+ import("./_state.js").State.WARN,
586
611
  {
587
612
  readonly arrayLiteralTypeAssertions: "never";
588
613
  readonly objectLiteralTypeAssertions: "never";
589
614
  }
590
615
  ];
591
- readonly "ts/consistent-type-exports": import("./state.js").State.WARN;
592
- 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;
593
618
  readonly "ts/explicit-member-accessibility": readonly [
594
- import("./state.js").State.WARN,
619
+ import("./_state.js").State.WARN,
595
620
  {
596
621
  readonly overrides: {
597
622
  readonly constructors: "no-public";
@@ -599,107 +624,107 @@ declare const _default: {
599
624
  }
600
625
  ];
601
626
  readonly "ts/member-ordering": readonly [
602
- import("./state.js").State.WARN,
627
+ import("./_state.js").State.WARN,
603
628
  {
604
629
  readonly default: {
605
630
  readonly optionalityOrder: "required-first";
606
631
  };
607
632
  }
608
633
  ];
609
- readonly "ts/method-signature-style": import("./state.js").State.WARN;
610
- readonly "ts/no-array-delete": import("./state.js").State.ON;
611
- readonly "ts/no-base-to-string": import("./state.js").State.ON;
612
- readonly "ts/no-confusing-non-null-assertion": import("./state.js").State.ON;
613
- readonly "ts/no-confusing-void-expression": import("./state.js").State.ON;
614
- readonly "ts/no-duplicate-enum-values": import("./state.js").State.ON;
615
- readonly "ts/no-duplicate-type-constituents": import("./state.js").State.ON;
616
- readonly "ts/no-dynamic-delete": import("./state.js").State.ON;
617
- 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;
618
643
  readonly "ts/no-explicit-any": readonly [
619
- import("./state.js").State.ON,
644
+ import("./_state.js").State.ON,
620
645
  {
621
646
  readonly fixToUnknown: true;
622
647
  }
623
648
  ];
624
- 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;
625
650
  readonly "ts/no-extraneous-class": readonly [
626
- import("./state.js").State.ON,
651
+ import("./_state.js").State.ON,
627
652
  {
628
653
  readonly allowEmpty: true;
629
654
  }
630
655
  ];
631
656
  readonly "ts/no-floating-promises": readonly [
632
- import("./state.js").State.ON,
657
+ import("./_state.js").State.ON,
633
658
  {
634
659
  readonly checkThenables: true;
635
660
  }
636
661
  ];
637
- readonly "ts/no-for-in-array": import("./state.js").State.ON;
638
- readonly "ts/no-import-type-side-effects": import("./state.js").State.ON;
639
- 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;
640
665
  readonly "ts/no-meaningless-void-operator": readonly [
641
- import("./state.js").State.ON,
666
+ import("./_state.js").State.ON,
642
667
  {
643
668
  readonly checkNever: true;
644
669
  }
645
670
  ];
646
- readonly "ts/no-misused-new": import("./state.js").State.ON;
647
- readonly "ts/no-misused-promises": import("./state.js").State.ON;
648
- readonly "ts/no-misused-spread": import("./state.js").State.ON;
649
- readonly "ts/no-mixed-enums": import("./state.js").State.ON;
650
- readonly "ts/no-namespace": import("./state.js").State.ON;
651
- readonly "ts/no-non-null-asserted-nullish-coalescing": import("./state.js").State.ON;
652
- readonly "ts/no-non-null-asserted-optional-chain": import("./state.js").State.ON;
653
- readonly "ts/no-redundant-type-constituents": import("./state.js").State.ON;
654
- readonly "ts/no-require-imports": import("./state.js").State.ON;
655
- readonly "ts/no-this-alias": import("./state.js").State.ON;
656
- readonly "ts/no-unnecessary-boolean-literal-compare": import("./state.js").State.ON;
657
- readonly "ts/no-unnecessary-condition": import("./state.js").State.ON;
658
- readonly "ts/no-unnecessary-parameter-property-assignment": import("./state.js").State.ON;
659
- readonly "ts/no-unnecessary-qualifier": import("./state.js").State.ON;
660
- readonly "ts/no-unnecessary-template-expression": import("./state.js").State.ON;
661
- readonly "ts/no-unnecessary-type-arguments": import("./state.js").State.ON;
662
- readonly "ts/no-unnecessary-type-assertion": import("./state.js").State.ON;
663
- readonly "ts/no-unnecessary-type-constraint": import("./state.js").State.ON;
664
- readonly "ts/no-unnecessary-type-conversion": import("./state.js").State.ON;
665
- readonly "ts/no-unsafe-argument": import("./state.js").State.ON;
666
- readonly "ts/no-unsafe-assignment": import("./state.js").State.ON;
667
- readonly "ts/no-unsafe-call": import("./state.js").State.ON;
668
- readonly "ts/no-unsafe-declaration-merging": import("./state.js").State.ON;
669
- 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;
670
695
  readonly "ts/no-unsafe-member-access": readonly [
671
- import("./state.js").State.ON,
696
+ import("./_state.js").State.ON,
672
697
  {
673
698
  readonly allowOptionalChaining: true;
674
699
  }
675
700
  ];
676
- readonly "ts/no-unsafe-return": import("./state.js").State.ON;
677
- readonly "ts/no-unsafe-unary-minus": import("./state.js").State.ON;
678
- readonly "ts/no-unused-private-class-members": import("./state.js").State.WARN;
679
- readonly "ts/no-useless-default-assignment": import("./state.js").State.WARN;
680
- readonly "ts/no-useless-empty-export": import("./state.js").State.WARN;
681
- 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;
682
707
  readonly "ts/parameter-properties": readonly [
683
- import("./state.js").State.WARN,
708
+ import("./_state.js").State.WARN,
684
709
  {
685
710
  readonly prefer: "parameter-property";
686
711
  }
687
712
  ];
688
- readonly "ts/prefer-as-const": import("./state.js").State.WARN;
689
- readonly "ts/prefer-find": import("./state.js").State.WARN;
690
- readonly "ts/prefer-for-of": import("./state.js").State.WARN;
691
- readonly "ts/prefer-function-type": import("./state.js").State.WARN;
692
- readonly "ts/prefer-includes": import("./state.js").State.WARN;
693
- 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;
694
719
  readonly "ts/prefer-nullish-coalescing": readonly [
695
- import("./state.js").State.WARN,
720
+ import("./_state.js").State.WARN,
696
721
  {
697
722
  readonly ignoreMixedLogicalExpressions: true;
698
723
  readonly ignorePrimitives: true;
699
724
  }
700
725
  ];
701
726
  readonly "ts/prefer-optional-chain": readonly [
702
- import("./state.js").State.WARN,
727
+ import("./_state.js").State.WARN,
703
728
  {
704
729
  readonly checkBigInt: false;
705
730
  readonly checkBoolean: false;
@@ -707,15 +732,15 @@ declare const _default: {
707
732
  readonly checkString: false;
708
733
  }
709
734
  ];
710
- readonly "ts/prefer-readonly": import("./state.js").State.WARN;
711
- readonly "ts/prefer-reduce-type-parameter": import("./state.js").State.WARN;
712
- readonly "ts/prefer-regexp-exec": import("./state.js").State.WARN;
713
- readonly "ts/prefer-return-this-type": import("./state.js").State.WARN;
714
- readonly "ts/prefer-string-starts-ends-with": import("./state.js").State.WARN;
715
- readonly "ts/promise-function-async": import("./state.js").State.ON;
716
- 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;
717
742
  readonly "ts/restrict-plus-operands": readonly [
718
- import("./state.js").State.ON,
743
+ import("./_state.js").State.ON,
719
744
  {
720
745
  readonly allowAny: false;
721
746
  readonly allowBoolean: false;
@@ -724,16 +749,16 @@ declare const _default: {
724
749
  }
725
750
  ];
726
751
  readonly "ts/restrict-template-expressions": readonly [
727
- import("./state.js").State.ON,
752
+ import("./_state.js").State.ON,
728
753
  {
729
754
  readonly allowAny: false;
730
755
  readonly allowNullish: false;
731
756
  readonly allowRegExp: false;
732
757
  }
733
758
  ];
734
- readonly "ts/return-await": import("./state.js").State.ON;
759
+ readonly "ts/return-await": import("./_state.js").State.ON;
735
760
  readonly "ts/strict-boolean-expressions": readonly [
736
- import("./state.js").State.ON,
761
+ import("./_state.js").State.ON,
737
762
  {
738
763
  readonly allowNullableBoolean: true;
739
764
  readonly allowNullableEnum: true;
@@ -741,95 +766,63 @@ declare const _default: {
741
766
  readonly allowNullableString: true;
742
767
  }
743
768
  ];
744
- readonly "ts/strict-void-return": import("./state.js").State.ON;
769
+ readonly "ts/strict-void-return": import("./_state.js").State.ON;
745
770
  readonly "ts/switch-exhaustiveness-check": readonly [
746
- import("./state.js").State.ON,
771
+ import("./_state.js").State.ON,
747
772
  {
748
773
  readonly requireDefaultForNonUnion: true;
749
774
  readonly considerDefaultExhaustiveForUnions: true;
750
775
  }
751
776
  ];
752
777
  readonly "ts/unbound-method": readonly [
753
- import("./state.js").State.ON,
778
+ import("./_state.js").State.ON,
754
779
  {
755
780
  readonly ignoreStatic: true;
756
781
  }
757
782
  ];
758
- 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;
759
784
  };
760
- } | {
785
+ };
786
+ svelte: {
761
787
  rules: {
762
- readonly "dot-notation": import("./state.js").State.OFF;
763
- readonly "ts/dot-notation": readonly [
764
- import("./state.js").State.WARN,
765
- {
766
- readonly allowPrivateClassPropertyAccess: true;
767
- readonly allowProtectedClassPropertyAccess: true;
768
- readonly allowIndexSignaturePropertyAccess: true;
769
- }
770
- ];
771
- readonly "no-implied-eval": import("./state.js").State.OFF;
772
- readonly "ts/no-implied-eval": import("./state.js").State.ON;
773
- readonly "no-restricted-imports": import("./state.js").State.OFF;
774
- readonly "no-unused-vars": import("./state.js").State.OFF;
775
- readonly "ts/no-unused-vars": import("./state.js").State.WARN;
776
- readonly "no-throw-literal": import("./state.js").State.OFF;
777
- readonly "ts/only-throw-error": readonly [
778
- import("./state.js").State.WARN,
779
- {
780
- readonly allowThrowingAny: false;
781
- }
782
- ];
783
- readonly "prefer-destructuring": import("./state.js").State.OFF;
784
- readonly "prefer-promise-reject-errors": import("./state.js").State.OFF;
785
- readonly "ts/prefer-promise-reject-errors": readonly [
786
- import("./state.js").State.WARN,
787
- {
788
- readonly allowThrowingUnknown: true;
789
- }
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
+ readonly "svelte/no-inner-declarations": readonly [
799
+ import("./_state.js").State.ON,
800
+ "both"
790
801
  ];
791
- readonly "require-await": import("./state.js").State.OFF;
792
- readonly "ts/require-await": import("./state.js").State.ON;
793
- };
794
- })[];
795
- svelte: ({
796
- rules: {
797
- readonly "no-inner-declarations": import("./state.js").State.OFF;
798
- readonly "no-self-assign": import("./state.js").State.OFF;
799
- readonly "no-unused-vars": import("./state.js").State.OFF;
800
- readonly "ts/no-unused-vars": import("./state.js").State.OFF;
801
- readonly "prefer-const": import("./state.js").State.OFF;
802
- readonly "stylistic/indent": import("./state.js").State.OFF;
803
- readonly "ts/no-confusing-void-expression": import("./state.js").State.OFF;
804
- readonly "stylistic/member-delimiter-style": import("./state.js").State.OFF;
805
- readonly "stylistic/object-curly-spacing": import("./state.js").State.OFF;
806
- readonly "stylistic/semi": import("./state.js").State.OFF;
807
- };
808
- } | {
809
- rules: {
810
- readonly "svelte/infinite-reactive-loop": import("./state.js").State.ON;
811
- readonly "svelte/no-dom-manipulating": import("./state.js").State.ON;
812
- readonly "svelte/no-dupe-else-if-blocks": import("./state.js").State.ON;
813
- readonly "svelte/no-dupe-on-directives": import("./state.js").State.ON;
814
- readonly "svelte/no-dupe-style-properties": import("./state.js").State.ON;
815
- readonly "svelte/no-dupe-use-directives": import("./state.js").State.ON;
816
- readonly "svelte/no-not-function-handler": import("./state.js").State.ON;
817
- readonly "svelte/no-object-in-text-mustaches": import("./state.js").State.ON;
818
- readonly "svelte/no-raw-special-elements": import("./state.js").State.ON;
819
- readonly "svelte/no-reactive-reassign": import("./state.js").State.ON;
820
- readonly "svelte/no-shorthand-style-property-overrides": import("./state.js").State.ON;
821
- readonly "svelte/no-store-async": import("./state.js").State.ON;
822
- readonly "svelte/no-top-level-browser-globals": import("./state.js").State.ON;
823
- readonly "svelte/no-unknown-style-directive-property": import("./state.js").State.ON;
824
- readonly "svelte/prefer-svelte-reactivity": import("./state.js").State.ON;
825
- readonly "svelte/require-store-callbacks-use-set-param": import("./state.js").State.ON;
826
- readonly "svelte/require-store-reactive-access": import("./state.js").State.ON;
827
- readonly "svelte/valid-compile": import("./state.js").State.ON;
828
- readonly "svelte/valid-style-parse": import("./state.js").State.ON;
829
- readonly "svelte/no-at-html-tags": import("./state.js").State.ON;
830
- 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;
831
824
  readonly "svelte/block-lang": readonly [
832
- import("./state.js").State.WARN,
825
+ import("./_state.js").State.WARN,
833
826
  {
834
827
  readonly script: readonly [
835
828
  "ts"
@@ -839,182 +832,170 @@ declare const _default: {
839
832
  ];
840
833
  }
841
834
  ];
842
- readonly "svelte/button-has-type": import("./state.js").State.ON;
843
- readonly "svelte/no-add-event-listener": import("./state.js").State.ON;
844
- readonly "svelte/no-at-debug-tags": import("./state.js").State.ON;
845
- readonly "svelte/no-ignored-unsubscribe": import("./state.js").State.ON;
846
- readonly "svelte/no-immutable-reactive-statements": import("./state.js").State.ON;
847
- readonly "svelte/no-inline-styles": import("./state.js").State.ON;
848
- readonly "svelte/no-reactive-functions": import("./state.js").State.ON;
849
- readonly "svelte/no-reactive-literals": import("./state.js").State.ON;
850
- readonly "svelte/no-svelte-internal": import("./state.js").State.ON;
851
- 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;
852
845
  readonly "svelte/no-unused-props": readonly [
853
- import("./state.js").State.WARN,
846
+ import("./_state.js").State.WARN,
854
847
  {
855
848
  readonly checkImportedTypes: true;
856
849
  }
857
850
  ];
858
- readonly "svelte/no-unused-svelte-ignore": import("./state.js").State.WARN;
859
- readonly "svelte/no-useless-children-snippet": import("./state.js").State.WARN;
860
- 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;
861
854
  readonly "svelte/prefer-const": readonly [
862
- import("./state.js").State.WARN,
855
+ import("./_state.js").State.WARN,
863
856
  {
864
857
  readonly destructuring: "all";
865
858
  }
866
859
  ];
867
- readonly "svelte/prefer-destructured-store-props": import("./state.js").State.WARN;
868
- readonly "svelte/prefer-writable-derived": import("./state.js").State.WARN;
869
- readonly "svelte/require-each-key": import("./state.js").State.ON;
870
- readonly "svelte/require-event-dispatcher-types": import("./state.js").State.ON;
871
- readonly "svelte/require-optimized-style-attribute": import("./state.js").State.ON;
872
- readonly "svelte/require-stores-init": import("./state.js").State.ON;
873
- 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;
874
867
  readonly "svelte/consistent-selector-style": readonly [
875
- import("./state.js").State.WARN,
868
+ import("./_state.js").State.WARN,
876
869
  {
877
870
  readonly checkGlobal: true;
878
871
  }
879
872
  ];
880
- readonly "svelte/derived-has-same-inputs-outputs": import("./state.js").State.ON;
881
- 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;
882
875
  readonly "svelte/prefer-class-directive": readonly [
883
- import("./state.js").State.WARN,
876
+ import("./_state.js").State.WARN,
884
877
  {
885
878
  readonly prefer: "empty";
886
879
  }
887
880
  ];
888
- readonly "svelte/prefer-style-directive": import("./state.js").State.WARN;
889
- readonly "svelte/require-event-prefix": import("./state.js").State.ON;
890
- readonly "svelte/shorthand-attribute": import("./state.js").State.WARN;
891
- readonly "svelte/shorthand-directive": import("./state.js").State.WARN;
892
- readonly "svelte/no-export-load-in-svelte-module-in-kit-pages": import("./state.js").State.ON;
893
- readonly "svelte/no-navigation-without-resolve": import("./state.js").State.ON;
894
- readonly "svelte/valid-prop-names-in-kit-pages": import("./state.js").State.ON;
895
- readonly "svelte/comment-directive": import("./state.js").State.ON;
896
- readonly "svelte/system": import("./state.js").State.ON;
897
- };
898
- } | {
899
- rules: {
900
- readonly "no-inner-declarations": import("./state.js").State.OFF;
901
- readonly "svelte/no-inner-declarations": readonly [
902
- import("./state.js").State.ON,
903
- "both"
904
- ];
905
- readonly "stylistic/no-trailing-spaces": import("./state.js").State.OFF;
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;
906
890
  };
907
- })[];
891
+ };
908
892
  html: {
909
893
  rules: {
910
- readonly "html/css-no-empty-blocks": import("./state.js").State.WARN;
911
- readonly "html/head-order": import("./state.js").State.ON;
912
- readonly "html/no-duplicate-attrs": import("./state.js").State.WARN;
913
- readonly "html/no-duplicate-class": import("./state.js").State.WARN;
914
- readonly "html/no-duplicate-id": import("./state.js").State.WARN;
915
- readonly "html/no-duplicate-in-head": import("./state.js").State.WARN;
916
- readonly "html/no-ineffective-attrs": import("./state.js").State.WARN;
917
- readonly "html/no-invalid-attr-value": import("./state.js").State.ON;
918
- readonly "html/no-invalid-entity": import("./state.js").State.ON;
919
- readonly "html/no-nested-interactive": import("./state.js").State.WARN;
920
- readonly "html/no-obsolete-tags": import("./state.js").State.WARN;
921
- readonly "html/no-target-blank": import("./state.js").State.WARN;
922
- readonly "html/no-whitespace-only-children": import("./state.js").State.WARN;
923
- readonly "html/require-button-type": import("./state.js").State.WARN;
924
- readonly "html/require-closing-tags": import("./state.js").State.WARN;
925
- readonly "html/require-doctype": import("./state.js").State.WARN;
926
- readonly "html/require-li-container": import("./state.js").State.WARN;
927
- readonly "html/require-meta-charset": import("./state.js").State.WARN;
928
- readonly "html/use-baseline": import("./state.js").State.WARN;
929
- readonly "html/no-multiple-h1": import("./state.js").State.WARN;
930
- readonly "html/require-lang": import("./state.js").State.WARN;
931
- readonly "html/no-abstract-roles": import("./state.js").State.WARN;
932
- readonly "html/no-accesskey-attrs": import("./state.js").State.WARN;
933
- readonly "html/no-aria-hidden-body": import("./state.js").State.WARN;
934
- readonly "html/no-aria-hidden-on-focusable": import("./state.js").State.WARN;
935
- readonly "html/no-empty-headings": import("./state.js").State.WARN;
936
- readonly "html/no-heading-inside-button": import("./state.js").State.WARN;
937
- readonly "html/no-invalid-role": import("./state.js").State.WARN;
938
- readonly "html/no-non-scalable-viewport": import("./state.js").State.WARN;
939
- readonly "html/no-positive-tabindex": import("./state.js").State.WARN;
940
- readonly "html/no-redundant-role": import("./state.js").State.WARN;
941
- readonly "html/require-form-method": import("./state.js").State.WARN;
942
- readonly "html/require-frame-title": import("./state.js").State.WARN;
943
- readonly "html/require-img-alt": import("./state.js").State.WARN;
944
- readonly "html/require-input-label": import("./state.js").State.WARN;
945
- 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;
946
930
  };
947
- }[];
931
+ };
948
932
  css: {
949
933
  rules: {
950
- readonly "css/font-family-fallbacks": import("./state.js").State.WARN;
951
- readonly "css/no-duplicate-imports": import("./state.js").State.WARN;
952
- readonly "css/no-duplicate-keyframe-selectors": import("./state.js").State.WARN;
953
- readonly "css/no-empty-blocks": import("./state.js").State.WARN;
954
- readonly "css/no-important": import("./state.js").State.WARN;
955
- readonly "css/no-invalid-at-rule-placement": import("./state.js").State.ON;
956
- readonly "css/no-invalid-at-rules": import("./state.js").State.ON;
957
- readonly "css/no-invalid-named-grid-areas": import("./state.js").State.ON;
958
- readonly "css/no-unmatchable-selectors": import("./state.js").State.WARN;
959
- readonly "css/prefer-logical-properties": import("./state.js").State.WARN;
960
- readonly "css/relative-font-units": import("./state.js").State.WARN;
961
- readonly "css/use-baseline": import("./state.js").State.WARN;
962
- };
963
- }[];
964
- json: ({
965
- rules: {
966
- readonly "json/no-unsafe-values": import("./state.js").State.ON;
967
- readonly "json/no-unnormalized-keys": import("./state.js").State.ON;
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;
968
946
  };
969
- } | {
947
+ };
948
+ json: {
970
949
  rules: {
971
- readonly "jsonc/no-comments": import("./state.js").State.ON;
972
- 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;
973
954
  readonly "jsonc/array-element-newline": readonly [
974
- import("./state.js").State.WARN,
955
+ import("./_state.js").State.WARN,
975
956
  "consistent"
976
957
  ];
977
- readonly "jsonc/comma-dangle": import("./state.js").State.ON;
978
- 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;
979
960
  readonly "jsonc/indent": readonly [
980
- import("./state.js").State.WARN,
961
+ import("./_state.js").State.WARN,
981
962
  2
982
963
  ];
983
- readonly "jsonc/key-spacing": import("./state.js").State.WARN;
984
- 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;
985
966
  readonly "jsonc/no-irregular-whitespace": readonly [
986
- import("./state.js").State.ON,
967
+ import("./_state.js").State.ON,
987
968
  {
988
969
  readonly skipStrings: true;
989
970
  readonly skipComments: true;
990
971
  }
991
972
  ];
992
- readonly "jsonc/object-property-newline": import("./state.js").State.WARN;
973
+ readonly "jsonc/object-property-newline": import("./_state.js").State.WARN;
993
974
  };
994
- })[];
975
+ };
995
976
  jsonc: {
996
977
  rules: {
997
978
  readonly "jsonc/comma-dangle": readonly [
998
- import("./state.js").State.WARN,
979
+ import("./_state.js").State.WARN,
999
980
  "always-multiline"
1000
981
  ];
1001
- readonly "jsonc/no-comments": import("./state.js").State.OFF;
982
+ readonly "jsonc/no-comments": import("./_state.js").State.OFF;
1002
983
  };
1003
- }[];
984
+ };
1004
985
  yml: {
1005
986
  rules: {
1006
- readonly "yml/block-mapping-colon-indicator-newline": import("./state.js").State.WARN;
1007
- readonly "yml/block-mapping-question-indicator-newline": import("./state.js").State.WARN;
1008
- readonly "yml/block-mapping": import("./state.js").State.WARN;
1009
- readonly "yml/block-sequence-hyphen-indicator-newline": import("./state.js").State.WARN;
1010
- readonly "yml/block-sequence": import("./state.js").State.WARN;
1011
- readonly "yml/no-empty-key": import("./state.js").State.WARN;
1012
- readonly "yml/no-empty-sequence-entry": import("./state.js").State.WARN;
1013
- readonly "yml/no-tab-indent": import("./state.js").State.WARN;
1014
- readonly "yml/require-string-key": import("./state.js").State.WARN;
1015
- 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;
1016
997
  readonly "yml/spaced-comment": readonly [
1017
- import("./state.js").State.WARN,
998
+ import("./_state.js").State.WARN,
1018
999
  "always",
1019
1000
  {
1020
1001
  readonly exceptions: readonly [
@@ -1033,7 +1014,7 @@ declare const _default: {
1033
1014
  }
1034
1015
  ];
1035
1016
  };
1036
- }[];
1017
+ };
1037
1018
  };
1038
1019
  export default _default;
1039
1020
  //# sourceMappingURL=index.d.ts.map