@eslinted/defaults 14.0.0-rc.0 → 14.0.0

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