@eslinted/defaults 13.4.1 → 14.0.0-rc.1

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