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