linted 14.4.1 → 14.4.3

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 (320) hide show
  1. package/dist/config.d.ts +6 -0
  2. package/dist/config.d.ts.map +1 -0
  3. package/dist/config.js +9 -0
  4. package/dist/config.js.map +1 -0
  5. package/dist/default/files.d.ts +11 -0
  6. package/dist/default/files.d.ts.map +1 -0
  7. package/dist/default/files.js +13 -0
  8. package/dist/default/files.js.map +1 -0
  9. package/dist/default/option/HtmlOption.d.ts +5 -0
  10. package/dist/default/option/HtmlOption.d.ts.map +1 -0
  11. package/dist/default/option/HtmlOption.js +16 -0
  12. package/dist/default/option/HtmlOption.js.map +1 -0
  13. package/dist/default/option/JsOption.d.ts +5 -0
  14. package/dist/default/option/JsOption.d.ts.map +1 -0
  15. package/dist/default/option/JsOption.js +19 -0
  16. package/dist/default/option/JsOption.js.map +1 -0
  17. package/dist/default/option/JsonOption.d.ts +5 -0
  18. package/dist/default/option/JsonOption.d.ts.map +1 -0
  19. package/dist/default/option/JsonOption.js +16 -0
  20. package/dist/default/option/JsonOption.js.map +1 -0
  21. package/dist/default/option/JsoncOption.d.ts +5 -0
  22. package/dist/default/option/JsoncOption.d.ts.map +1 -0
  23. package/dist/default/option/JsoncOption.js +16 -0
  24. package/dist/default/option/JsoncOption.js.map +1 -0
  25. package/dist/default/option/MdOption.d.ts +5 -0
  26. package/dist/default/option/MdOption.d.ts.map +1 -0
  27. package/dist/default/option/MdOption.js +16 -0
  28. package/dist/default/option/MdOption.js.map +1 -0
  29. package/dist/default/option/SvelteOption.d.ts +10 -0
  30. package/dist/default/option/SvelteOption.d.ts.map +1 -0
  31. package/dist/default/option/SvelteOption.js +28 -0
  32. package/dist/default/option/SvelteOption.js.map +1 -0
  33. package/dist/default/option/TsOption.d.ts +8 -0
  34. package/dist/default/option/TsOption.d.ts.map +1 -0
  35. package/dist/default/option/TsOption.js +25 -0
  36. package/dist/default/option/TsOption.js.map +1 -0
  37. package/dist/default/option/YmlOption.d.ts +5 -0
  38. package/dist/default/option/YmlOption.d.ts.map +1 -0
  39. package/dist/default/option/YmlOption.js +16 -0
  40. package/dist/default/option/YmlOption.js.map +1 -0
  41. package/dist/default/option/base/Option.d.ts +5 -0
  42. package/dist/default/option/base/Option.d.ts.map +1 -0
  43. package/dist/default/option/base/Option.js +7 -0
  44. package/dist/default/option/base/Option.js.map +1 -0
  45. package/dist/default/options.d.ts +18 -0
  46. package/dist/default/options.d.ts.map +1 -0
  47. package/dist/default/options.js +17 -0
  48. package/dist/default/options.js.map +1 -0
  49. package/dist/default/parsers.d.ts +15 -0
  50. package/dist/default/parsers.d.ts.map +1 -0
  51. package/dist/default/parsers.js +14 -0
  52. package/dist/default/parsers.js.map +1 -0
  53. package/dist/default/plugins.d.ts +1048 -0
  54. package/dist/default/plugins.d.ts.map +1 -0
  55. package/dist/default/plugins.js +24 -0
  56. package/dist/default/plugins.js.map +1 -0
  57. package/dist/default/ruleset/HtmlRuleset.d.ts +4 -0
  58. package/dist/default/ruleset/HtmlRuleset.d.ts.map +1 -0
  59. package/dist/default/ruleset/HtmlRuleset.js +6 -0
  60. package/dist/default/ruleset/HtmlRuleset.js.map +1 -0
  61. package/dist/default/ruleset/JsRuleset.d.ts +4 -0
  62. package/dist/default/ruleset/JsRuleset.d.ts.map +1 -0
  63. package/dist/default/ruleset/JsRuleset.js +6 -0
  64. package/dist/default/ruleset/JsRuleset.js.map +1 -0
  65. package/dist/default/ruleset/JsonRuleset.d.ts +4 -0
  66. package/dist/default/ruleset/JsonRuleset.d.ts.map +1 -0
  67. package/dist/default/ruleset/JsonRuleset.js +6 -0
  68. package/dist/default/ruleset/JsonRuleset.js.map +1 -0
  69. package/dist/default/ruleset/JsoncRuleset.d.ts +4 -0
  70. package/dist/default/ruleset/JsoncRuleset.d.ts.map +1 -0
  71. package/dist/default/ruleset/JsoncRuleset.js +6 -0
  72. package/dist/default/ruleset/JsoncRuleset.js.map +1 -0
  73. package/dist/default/ruleset/MdRuleset.d.ts +4 -0
  74. package/dist/default/ruleset/MdRuleset.d.ts.map +1 -0
  75. package/dist/default/ruleset/MdRuleset.js +5 -0
  76. package/dist/default/ruleset/MdRuleset.js.map +1 -0
  77. package/dist/default/ruleset/SvelteRuleset.d.ts +4 -0
  78. package/dist/default/ruleset/SvelteRuleset.d.ts.map +1 -0
  79. package/dist/default/ruleset/SvelteRuleset.js +10 -0
  80. package/dist/default/ruleset/SvelteRuleset.js.map +1 -0
  81. package/dist/default/ruleset/TsRuleset.d.ts +4 -0
  82. package/dist/default/ruleset/TsRuleset.d.ts.map +1 -0
  83. package/dist/default/ruleset/TsRuleset.js +9 -0
  84. package/dist/default/ruleset/TsRuleset.js.map +1 -0
  85. package/dist/default/ruleset/YmlRuleset.d.ts +4 -0
  86. package/dist/default/ruleset/YmlRuleset.d.ts.map +1 -0
  87. package/dist/default/ruleset/YmlRuleset.js +6 -0
  88. package/dist/default/ruleset/YmlRuleset.js.map +1 -0
  89. package/dist/default/ruleset/base/Ruleset.d.ts +11 -0
  90. package/dist/default/ruleset/base/Ruleset.d.ts.map +1 -0
  91. package/dist/default/ruleset/base/Ruleset.js +26 -0
  92. package/dist/default/ruleset/base/Ruleset.js.map +1 -0
  93. package/dist/default/ruleset/rules/Rule.d.ts +6 -0
  94. package/dist/default/ruleset/rules/Rule.d.ts.map +1 -0
  95. package/dist/default/ruleset/rules/Rule.js +9 -0
  96. package/dist/default/ruleset/rules/Rule.js.map +1 -0
  97. package/dist/default/ruleset/rules/State.d.ts +22 -0
  98. package/dist/default/ruleset/rules/State.d.ts.map +1 -0
  99. package/dist/default/ruleset/rules/State.js +22 -0
  100. package/dist/default/ruleset/rules/State.js.map +1 -0
  101. package/dist/default/ruleset/rules/html/HtmlEnable.d.ts +4 -0
  102. package/dist/default/ruleset/rules/html/HtmlEnable.d.ts.map +1 -0
  103. package/dist/default/ruleset/rules/html/HtmlEnable.js +5 -0
  104. package/dist/default/ruleset/rules/html/HtmlEnable.js.map +1 -0
  105. package/dist/default/ruleset/rules/html/HtmlRecommended.d.ts +4 -0
  106. package/dist/default/ruleset/rules/html/HtmlRecommended.d.ts.map +1 -0
  107. package/dist/default/ruleset/rules/html/HtmlRecommended.js +5 -0
  108. package/dist/default/ruleset/rules/html/HtmlRecommended.js.map +1 -0
  109. package/dist/default/ruleset/rules/js/JsEnable.d.ts +4 -0
  110. package/dist/default/ruleset/rules/js/JsEnable.d.ts.map +1 -0
  111. package/dist/default/ruleset/rules/js/JsEnable.js +462 -0
  112. package/dist/default/ruleset/rules/js/JsEnable.js.map +1 -0
  113. package/dist/default/ruleset/rules/js/StylisticEnable.d.ts +4 -0
  114. package/dist/default/ruleset/rules/js/StylisticEnable.d.ts.map +1 -0
  115. package/dist/default/ruleset/rules/js/StylisticEnable.js +658 -0
  116. package/dist/default/ruleset/rules/js/StylisticEnable.js.map +1 -0
  117. package/dist/default/ruleset/rules/json/JsonEnable.d.ts +4 -0
  118. package/dist/default/ruleset/rules/json/JsonEnable.d.ts.map +1 -0
  119. package/dist/default/ruleset/rules/json/JsonEnable.js +29 -0
  120. package/dist/default/ruleset/rules/json/JsonEnable.js.map +1 -0
  121. package/dist/default/ruleset/rules/json/JsonEnableExt.d.ts +4 -0
  122. package/dist/default/ruleset/rules/json/JsonEnableExt.d.ts.map +1 -0
  123. package/dist/default/ruleset/rules/json/JsonEnableExt.js +90 -0
  124. package/dist/default/ruleset/rules/json/JsonEnableExt.js.map +1 -0
  125. package/dist/default/ruleset/rules/jsonc/JsoncOverride.d.ts +4 -0
  126. package/dist/default/ruleset/rules/jsonc/JsoncOverride.d.ts.map +1 -0
  127. package/dist/default/ruleset/rules/jsonc/JsoncOverride.js +11 -0
  128. package/dist/default/ruleset/rules/jsonc/JsoncOverride.js.map +1 -0
  129. package/dist/default/ruleset/rules/md/MdEnable.d.ts +4 -0
  130. package/dist/default/ruleset/rules/md/MdEnable.d.ts.map +1 -0
  131. package/dist/default/ruleset/rules/md/MdEnable.js +60 -0
  132. package/dist/default/ruleset/rules/md/MdEnable.js.map +1 -0
  133. package/dist/default/ruleset/rules/svelte/SvelteDisableConflictJs.d.ts +4 -0
  134. package/dist/default/ruleset/rules/svelte/SvelteDisableConflictJs.d.ts.map +1 -0
  135. package/dist/default/ruleset/rules/svelte/SvelteDisableConflictJs.js +8 -0
  136. package/dist/default/ruleset/rules/svelte/SvelteDisableConflictJs.js.map +1 -0
  137. package/dist/default/ruleset/rules/svelte/SvelteDisableConflictTs.d.ts +4 -0
  138. package/dist/default/ruleset/rules/svelte/SvelteDisableConflictTs.d.ts.map +1 -0
  139. package/dist/default/ruleset/rules/svelte/SvelteDisableConflictTs.js +5 -0
  140. package/dist/default/ruleset/rules/svelte/SvelteDisableConflictTs.js.map +1 -0
  141. package/dist/default/ruleset/rules/svelte/SvelteDisableExt.d.ts +4 -0
  142. package/dist/default/ruleset/rules/svelte/SvelteDisableExt.d.ts.map +1 -0
  143. package/dist/default/ruleset/rules/svelte/SvelteDisableExt.js +7 -0
  144. package/dist/default/ruleset/rules/svelte/SvelteDisableExt.js.map +1 -0
  145. package/dist/default/ruleset/rules/svelte/SvelteEnable.d.ts +4 -0
  146. package/dist/default/ruleset/rules/svelte/SvelteEnable.d.ts.map +1 -0
  147. package/dist/default/ruleset/rules/svelte/SvelteEnable.js +177 -0
  148. package/dist/default/ruleset/rules/svelte/SvelteEnable.js.map +1 -0
  149. package/dist/default/ruleset/rules/svelte/SvelteEnableExt.d.ts +4 -0
  150. package/dist/default/ruleset/rules/svelte/SvelteEnableExt.d.ts.map +1 -0
  151. package/dist/default/ruleset/rules/svelte/SvelteEnableExt.js +11 -0
  152. package/dist/default/ruleset/rules/svelte/SvelteEnableExt.js.map +1 -0
  153. package/dist/default/ruleset/rules/ts/TsDisableCompiler.d.ts +4 -0
  154. package/dist/default/ruleset/rules/ts/TsDisableCompiler.d.ts.map +1 -0
  155. package/dist/default/ruleset/rules/ts/TsDisableCompiler.js +20 -0
  156. package/dist/default/ruleset/rules/ts/TsDisableCompiler.js.map +1 -0
  157. package/dist/default/ruleset/rules/ts/TsDisableExt.d.ts +4 -0
  158. package/dist/default/ruleset/rules/ts/TsDisableExt.d.ts.map +1 -0
  159. package/dist/default/ruleset/rules/ts/TsDisableExt.js +32 -0
  160. package/dist/default/ruleset/rules/ts/TsDisableExt.js.map +1 -0
  161. package/dist/default/ruleset/rules/ts/TsEnable.d.ts +4 -0
  162. package/dist/default/ruleset/rules/ts/TsEnable.d.ts.map +1 -0
  163. package/dist/default/ruleset/rules/ts/TsEnable.js +490 -0
  164. package/dist/default/ruleset/rules/ts/TsEnable.js.map +1 -0
  165. package/dist/default/ruleset/rules/ts/TsEnableExt.d.ts +4 -0
  166. package/dist/default/ruleset/rules/ts/TsEnableExt.d.ts.map +1 -0
  167. package/dist/default/ruleset/rules/ts/TsEnableExt.js +108 -0
  168. package/dist/default/ruleset/rules/ts/TsEnableExt.js.map +1 -0
  169. package/dist/default/ruleset/rules/yml/YmlEnable.d.ts +4 -0
  170. package/dist/default/ruleset/rules/yml/YmlEnable.d.ts.map +1 -0
  171. package/dist/default/ruleset/rules/yml/YmlEnable.js +67 -0
  172. package/dist/default/ruleset/rules/yml/YmlEnable.js.map +1 -0
  173. package/dist/default/ruleset/rules/yml/YmlEnableExt.d.ts +4 -0
  174. package/dist/default/ruleset/rules/yml/YmlEnableExt.d.ts.map +1 -0
  175. package/dist/default/ruleset/rules/yml/YmlEnableExt.js +65 -0
  176. package/dist/default/ruleset/rules/yml/YmlEnableExt.js.map +1 -0
  177. package/dist/default/rulesets.d.ts +12 -0
  178. package/dist/default/rulesets.d.ts.map +1 -0
  179. package/dist/default/rulesets.js +17 -0
  180. package/dist/default/rulesets.js.map +1 -0
  181. package/dist/default/scopes.d.ts +4 -0
  182. package/dist/default/scopes.d.ts.map +1 -0
  183. package/dist/default/scopes.js +11 -0
  184. package/dist/default/scopes.js.map +1 -0
  185. package/dist/index.d.ts +2 -2
  186. package/dist/index.d.ts.map +1 -1
  187. package/dist/index.js +6 -6
  188. package/dist/index.js.map +1 -1
  189. package/package.json +1 -1
  190. package/src/index.ts +7 -7
  191. package/tsconfig.json +1 -0
  192. /package/src/{config/Config.ts → config.ts} +0 -0
  193. /package/src/{config/default → default}/files.ts +0 -0
  194. /package/src/{config/default → default}/option/HtmlOption.ts +0 -0
  195. /package/src/{config/default → default}/option/JsOption.ts +0 -0
  196. /package/src/{config/default → default}/option/JsonOption.ts +0 -0
  197. /package/src/{config/default → default}/option/JsoncOption.ts +0 -0
  198. /package/src/{config/default → default}/option/MdOption.ts +0 -0
  199. /package/src/{config/default → default}/option/SvelteOption.ts +0 -0
  200. /package/src/{config/default → default}/option/TsOption.ts +0 -0
  201. /package/src/{config/default → default}/option/YmlOption.ts +0 -0
  202. /package/src/{config/default → default}/option/base/Option.ts +0 -0
  203. /package/src/{config/default → default}/options.ts +0 -0
  204. /package/src/{config/default → default}/parsers.ts +0 -0
  205. /package/src/{config/default → default}/plugins.ts +0 -0
  206. /package/src/{config/default → default}/ruleset/HtmlRuleset.ts +0 -0
  207. /package/src/{config/default → default}/ruleset/JsRuleset.ts +0 -0
  208. /package/src/{config/default → default}/ruleset/JsonRuleset.ts +0 -0
  209. /package/src/{config/default → default}/ruleset/JsoncRuleset.ts +0 -0
  210. /package/src/{config/default → default}/ruleset/MdRuleset.ts +0 -0
  211. /package/src/{config/default → default}/ruleset/SvelteRuleset.ts +0 -0
  212. /package/src/{config/default → default}/ruleset/TsRuleset.ts +0 -0
  213. /package/src/{config/default → default}/ruleset/YmlRuleset.ts +0 -0
  214. /package/src/{config/default → default}/ruleset/base/Ruleset.ts +0 -0
  215. /package/src/{config/default → default}/ruleset/rules/Rule.ts +0 -0
  216. /package/src/{config/default → default}/ruleset/rules/State.ts +0 -0
  217. /package/src/{config/default → default}/ruleset/rules/html/HtmlEnable.ts +0 -0
  218. /package/src/{config/default → default}/ruleset/rules/html/HtmlRecommended.ts +0 -0
  219. /package/src/{config/default → default}/ruleset/rules/js/JsEnable.ts +0 -0
  220. /package/src/{config/default → default}/ruleset/rules/js/StylisticEnable.ts +0 -0
  221. /package/src/{config/default → default}/ruleset/rules/json/JsonEnable.ts +0 -0
  222. /package/src/{config/default → default}/ruleset/rules/json/JsonEnableExt.ts +0 -0
  223. /package/src/{config/default → default}/ruleset/rules/jsonc/JsoncOverride.ts +0 -0
  224. /package/src/{config/default → default}/ruleset/rules/md/MdEnable.ts +0 -0
  225. /package/src/{config/default → default}/ruleset/rules/svelte/SvelteDisableConflictJs.ts +0 -0
  226. /package/src/{config/default → default}/ruleset/rules/svelte/SvelteDisableConflictTs.ts +0 -0
  227. /package/src/{config/default → default}/ruleset/rules/svelte/SvelteDisableExt.ts +0 -0
  228. /package/src/{config/default → default}/ruleset/rules/svelte/SvelteEnable.ts +0 -0
  229. /package/src/{config/default → default}/ruleset/rules/svelte/SvelteEnableExt.ts +0 -0
  230. /package/src/{config/default → default}/ruleset/rules/ts/TsDisableCompiler.ts +0 -0
  231. /package/src/{config/default → default}/ruleset/rules/ts/TsDisableExt.ts +0 -0
  232. /package/src/{config/default → default}/ruleset/rules/ts/TsEnable.ts +0 -0
  233. /package/src/{config/default → default}/ruleset/rules/ts/TsEnableExt.ts +0 -0
  234. /package/src/{config/default → default}/ruleset/rules/yml/YmlEnable.ts +0 -0
  235. /package/src/{config/default → default}/ruleset/rules/yml/YmlEnableExt.ts +0 -0
  236. /package/src/{config/default → default}/rulesets.ts +0 -0
  237. /package/src/{config/default → default}/scopes.ts +0 -0
  238. /package/{src/config → types}/interface/IConfig.d.ts +0 -0
  239. /package/{src/config → types}/interface/files/IFiles.d.ts +0 -0
  240. /package/{src/config → types}/interface/option/IOption.d.ts +0 -0
  241. /package/{src/config → types}/interface/option/language/IOLanguage.d.ts +0 -0
  242. /package/{src/config → types}/interface/option/language/ecma/IOLanguageEcma.d.ts +0 -0
  243. /package/{src/config → types}/interface/option/language/globals/IOLanguageGlobals.d.ts +0 -0
  244. /package/{src/config → types}/interface/option/language/parser/IOLanguageParser.d.ts +0 -0
  245. /package/{src/config → types}/interface/option/language/parserOptions/IOLanguageParserOptions.d.ts +0 -0
  246. /package/{src/config → types}/interface/option/language/source/IOLanguageSource.d.ts +0 -0
  247. /package/{src/config → types}/interface/option/linter/IOLinter.d.ts +0 -0
  248. /package/{src/config → types}/interface/option/name/IOName.d.ts +0 -0
  249. /package/{src/config → types}/interface/option/plugins/IOPlugins.d.ts +0 -0
  250. /package/{src/config → types}/interface/option/processor/IOProcessor.d.ts +0 -0
  251. /package/{src/config → types}/interface/rules/IRules.d.ts +0 -0
  252. /package/{src/config → types}/interface/rules/rule/IRule.d.ts +0 -0
  253. /package/{src/config → types}/interface/rules/rule/state/RuleSeverity.d.ts +0 -0
  254. /package/{src/type/module/markdownlint.d.ts → types/module/markdownlint/index.d.ts} +0 -0
  255. /package/{src/type → types/shared}/literal/number/base32.d.ts +0 -0
  256. /package/{src/type → types/shared}/literal/number/base64.d.ts +0 -0
  257. /package/{src/type → types/shared}/literal/number/binary.d.ts +0 -0
  258. /package/{src/type → types/shared}/literal/number/decimal.d.ts +0 -0
  259. /package/{src/type → types/shared}/literal/number/hex.d.ts +0 -0
  260. /package/{src/type → types/shared}/literal/number/octal.d.ts +0 -0
  261. /package/{src/type → types/shared}/literal/number/quatral.d.ts +0 -0
  262. /package/{src/type → types/shared}/literal/number/ternary.d.ts +0 -0
  263. /package/{src/type → types/shared}/literal/string/base64char.d.ts +0 -0
  264. /package/{src/type → types/shared}/literal/string/digit.d.ts +0 -0
  265. /package/{src/type → types/shared}/literal/string/hexchar.d.ts +0 -0
  266. /package/{src/type → types/shared}/literal/string/letter.d.ts +0 -0
  267. /package/{src/type → types/shared}/safe/Safe.d.ts +0 -0
  268. /package/{src/type → types/shared}/safe/numbers/finite/Finite.d.ts +0 -0
  269. /package/{src/type → types/shared}/safe/numbers/finite.d.ts +0 -0
  270. /package/{src/type → types/shared}/safe/numbers/fint.d.ts +0 -0
  271. /package/{src/type → types/shared}/safe/numbers/int/Int.d.ts +0 -0
  272. /package/{src/type → types/shared}/safe/numbers/int.d.ts +0 -0
  273. /package/{src/type → types/shared}/safe/numbers/numberful.d.ts +0 -0
  274. /package/{src/type → types/shared}/safe/numbers/polarity/Negative.d.ts +0 -0
  275. /package/{src/type → types/shared}/safe/numbers/polarity/Positive.d.ts +0 -0
  276. /package/{src/type → types/shared}/safe/numbers/polarity/pole/Pole.d.ts +0 -0
  277. /package/{src/type → types/shared}/safe/primitive.d.ts +0 -0
  278. /package/{src/type → types/shared}/safe/strings/char.d.ts +0 -0
  279. /package/{src/type → types/shared}/safe/strings/length/PropLength.d.ts +0 -0
  280. /package/{src/type → types/shared}/safe/strings/stringful.d.ts +0 -0
  281. /package/{src/type → types/shared}/utility/interface/construct/Particord.d.ts +0 -0
  282. /package/{src/type → types/shared}/utility/interface/construct/Property.d.ts +0 -0
  283. /package/{src/type → types/shared}/utility/interface/construct/Recordful.d.ts +0 -0
  284. /package/{src/type → types/shared}/utility/interface/construct/Table.d.ts +0 -0
  285. /package/{src/type → types/shared}/utility/interface/construct/properties/Field.d.ts +0 -0
  286. /package/{src/type → types/shared}/utility/interface/construct/properties/Flag.d.ts +0 -0
  287. /package/{src/type → types/shared}/utility/interface/construct/properties/Limit.d.ts +0 -0
  288. /package/{src/type → types/shared}/utility/interface/construct/properties/List.d.ts +0 -0
  289. /package/{src/type → types/shared}/utility/interface/construct/properties/Listish.d.ts +0 -0
  290. /package/{src/type → types/shared}/utility/interface/construct/properties/Scalar.d.ts +0 -0
  291. /package/{src/type → types/shared}/utility/interface/construct/tables/FieldTable.d.ts +0 -0
  292. /package/{src/type → types/shared}/utility/interface/construct/tables/FlagTable.d.ts +0 -0
  293. /package/{src/type → types/shared}/utility/interface/construct/tables/ListTable.d.ts +0 -0
  294. /package/{src/type → types/shared}/utility/interface/construct/tables/ListishTable.d.ts +0 -0
  295. /package/{src/type → types/shared}/utility/interface/construct/tables/ScalarTable.d.ts +0 -0
  296. /package/{src/type → types/shared}/utility/interface/identity/Interface.d.ts +0 -0
  297. /package/{src/type → types/shared}/utility/interface/identity/Keys.d.ts +0 -0
  298. /package/{src/type → types/shared}/utility/interface/transform/Unrequire.d.ts +0 -0
  299. /package/{src/type → types/shared}/utility/iterable/construct/ArrayN.d.ts +0 -0
  300. /package/{src/type → types/shared}/utility/iterable/construct/Tuple.d.ts +0 -0
  301. /package/{src/type → types/shared}/utility/iterable/construct/arrays/Arrays.d.ts +0 -0
  302. /package/{src/type → types/shared}/utility/iterable/construct/tuples/Tuples.d.ts +0 -0
  303. /package/{src/type → types/shared}/utility/iterable/identity/DyadType.d.ts +0 -0
  304. /package/{src/type → types/shared}/utility/iterable/identity/MonadType.d.ts +0 -0
  305. /package/{src/type → types/shared}/utility/iterable/identity/TriadType.d.ts +0 -0
  306. /package/{src/type → types/shared}/utility/iterable/identity/array/ArrayType.d.ts +0 -0
  307. /package/{src/type → types/shared}/utility/iterable/identity/array/length/ArrayLength.d.ts +0 -0
  308. /package/{src/type → types/shared}/utility/iterable/transform/Join.d.ts +0 -0
  309. /package/{src/type → types/shared}/utility/iterable/transform/Unflat.d.ts +0 -0
  310. /package/{src/type → types/shared}/utility/iterable/transform/stringarray/Chain.d.ts +0 -0
  311. /package/{src/type → types/shared}/utility/iterable/transform/stringarray/PathN.d.ts +0 -0
  312. /package/{src/type → types/shared}/utility/iterable/transform/stringarray/stringify/Stringify.d.ts +0 -0
  313. /package/{src/type → types/shared}/utility/length/Length.d.ts +0 -0
  314. /package/{src/type → types/shared}/utility/null/null.d.ts +0 -0
  315. /package/{src/type → types/shared}/utility/null/nullable.d.ts +0 -0
  316. /package/{src/type → types/shared}/utility/primitive/Primeval.d.ts +0 -0
  317. /package/{src/type → types/shared}/utility/primitive/boolean/True.d.ts +0 -0
  318. /package/{src/type → types/shared}/utility/primitive/number/Numbered.d.ts +0 -0
  319. /package/{src/type → types/shared}/utility/primitive/string/literal.d.ts +0 -0
  320. /package/{src/type → types/shared}/utility/primitive/string/literalful.d.ts +0 -0
@@ -0,0 +1,1048 @@
1
+ declare const Plugins: {
2
+ js: {
3
+ "@stylistic": {
4
+ rules: import("@stylistic/eslint-plugin").Rules;
5
+ configs: Record<string, import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord> | import("eslint").ESLint.ConfigData<import("eslint").Linter.RulesRecord> | import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[]> & {
6
+ 'disable-legacy': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
7
+ customize: typeof import("@stylistic/eslint-plugin").customize;
8
+ 'recommended-flat': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
9
+ 'recommended-extends': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
10
+ 'all-flat': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
11
+ 'all-extends': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
12
+ 'recommended-legacy': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
13
+ };
14
+ };
15
+ };
16
+ ts: {
17
+ "@stylistic": {
18
+ rules: import("@stylistic/eslint-plugin").Rules;
19
+ configs: Record<string, import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord> | import("eslint").ESLint.ConfigData<import("eslint").Linter.RulesRecord> | import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[]> & {
20
+ 'disable-legacy': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
21
+ customize: typeof import("@stylistic/eslint-plugin").customize;
22
+ 'recommended-flat': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
23
+ 'recommended-extends': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
24
+ 'all-flat': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
25
+ 'all-extends': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
26
+ 'recommended-legacy': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
27
+ };
28
+ };
29
+ "@typescript-eslint": {
30
+ configs: unknown;
31
+ };
32
+ };
33
+ svelte: {
34
+ "@stylistic": {
35
+ rules: import("@stylistic/eslint-plugin").Rules;
36
+ configs: Record<string, import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord> | import("eslint").ESLint.ConfigData<import("eslint").Linter.RulesRecord> | import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[]> & {
37
+ 'disable-legacy': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
38
+ customize: typeof import("@stylistic/eslint-plugin").customize;
39
+ 'recommended-flat': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
40
+ 'recommended-extends': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
41
+ 'all-flat': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
42
+ 'all-extends': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
43
+ 'recommended-legacy': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
44
+ };
45
+ };
46
+ "@typescript-eslint": {
47
+ configs: unknown;
48
+ };
49
+ svelte: {
50
+ meta: typeof import("eslint-plugin-svelte/lib/meta.js");
51
+ configs: {
52
+ base: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
53
+ recommended: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
54
+ prettier: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
55
+ all: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
56
+ "flat/base": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
57
+ "flat/recommended": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
58
+ "flat/prettier": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
59
+ "flat/all": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
60
+ };
61
+ rules: {
62
+ [key: string]: import("eslint-plugin-svelte/lib/types.js").RuleModule;
63
+ };
64
+ processors: {
65
+ ".svelte": typeof import("eslint-plugin-svelte/lib/processor/index.js");
66
+ svelte: typeof import("eslint-plugin-svelte/lib/processor/index.js");
67
+ };
68
+ };
69
+ };
70
+ html: {
71
+ "@html-eslint": {
72
+ configs: {
73
+ recommended: typeof import("@html-eslint/eslint-plugin/types/configs/recommended.js");
74
+ "flat/recommended": import("eslint").Linter.FlatConfig;
75
+ rules: {
76
+ "require-lang": import("../types").RuleModule;
77
+ "require-img-alt": import("../types").RuleModule;
78
+ "require-doctype": import("../types").RuleModule;
79
+ "require-title": import("../types").RuleModule;
80
+ "no-duplicate-id": import("../types").RuleModule;
81
+ "no-inline-styles": import("../types").RuleModule;
82
+ "no-multiple-h1": import("../types").RuleModule;
83
+ "no-extra-spacing-attrs": import("../types").RuleModule;
84
+ "attrs-newline": import("../types").RuleModule;
85
+ "element-newline": import("../types").RuleModule;
86
+ "no-skip-heading-levels": import("../types").RuleModule;
87
+ "require-li-container": import("../types").RuleModule;
88
+ indent: import("../types").RuleModule;
89
+ quotes: import("../types").RuleModule;
90
+ "id-naming-convention": import("../types").RuleModule;
91
+ "no-obsolete-tags": import("../types").RuleModule;
92
+ "require-attrs": import("../types").RuleModule;
93
+ "require-closing-tags": import("../types").RuleModule;
94
+ "require-meta-description": import("../types").RuleModule;
95
+ "require-frame-title": import("../types").RuleModule;
96
+ "no-non-scalable-viewport": import("../types").RuleModule;
97
+ "no-positive-tabindex": import("../types").RuleModule;
98
+ "require-meta-viewport": import("../types").RuleModule;
99
+ "require-meta-charset": import("../types").RuleModule;
100
+ "no-target-blank": import("../types").RuleModule;
101
+ "no-duplicate-attrs": import("../types").RuleModule;
102
+ "no-abstract-roles": import("../types").RuleModule;
103
+ "require-button-type": import("../types").RuleModule;
104
+ "no-aria-hidden-body": import("../types").RuleModule;
105
+ "no-multiple-empty-lines": import("../types").RuleModule;
106
+ "no-accesskey-attrs": import("../types").RuleModule;
107
+ "no-restricted-attrs": import("../types").RuleModule;
108
+ "no-trailing-spaces": import("../types").RuleModule;
109
+ "no-restricted-attr-values": import("../types").RuleModule;
110
+ "no-script-style-type": import("../types").RuleModule;
111
+ lowercase: import("../types").RuleModule;
112
+ "require-open-graph-protocol": import("../types").RuleModule;
113
+ "sort-attrs": import("../types").RuleModule;
114
+ };
115
+ };
116
+ };
117
+ };
118
+ json: {
119
+ jsonc: {
120
+ meta: typeof import("eslint-plugin-jsonc/meta");
121
+ configs: {
122
+ base: {
123
+ plugins: string[];
124
+ overrides: {
125
+ files: string[];
126
+ parser: string;
127
+ rules: {
128
+ strict: string;
129
+ "no-unused-expressions": string;
130
+ "no-unused-vars": string;
131
+ };
132
+ }[];
133
+ };
134
+ "auto-config": {
135
+ extends: string[];
136
+ rules: {
137
+ "jsonc/auto": string;
138
+ };
139
+ };
140
+ "recommended-with-json": {
141
+ extends: string[];
142
+ rules: {
143
+ "jsonc/comma-dangle": string;
144
+ "jsonc/no-bigint-literals": string;
145
+ "jsonc/no-binary-expression": string;
146
+ "jsonc/no-binary-numeric-literals": string;
147
+ "jsonc/no-comments": string;
148
+ "jsonc/no-dupe-keys": string;
149
+ "jsonc/no-escape-sequence-in-identifier": string;
150
+ "jsonc/no-floating-decimal": string;
151
+ "jsonc/no-hexadecimal-numeric-literals": string;
152
+ "jsonc/no-infinity": string;
153
+ "jsonc/no-multi-str": string;
154
+ "jsonc/no-nan": string;
155
+ "jsonc/no-number-props": string;
156
+ "jsonc/no-numeric-separators": string;
157
+ "jsonc/no-octal-numeric-literals": string;
158
+ "jsonc/no-octal": string;
159
+ "jsonc/no-parenthesized": string;
160
+ "jsonc/no-plus-sign": string;
161
+ "jsonc/no-regexp-literals": string;
162
+ "jsonc/no-sparse-arrays": string;
163
+ "jsonc/no-template-literals": string;
164
+ "jsonc/no-undefined-value": string;
165
+ "jsonc/no-unicode-codepoint-escapes": string;
166
+ "jsonc/no-useless-escape": string;
167
+ "jsonc/quote-props": string;
168
+ "jsonc/quotes": string;
169
+ "jsonc/space-unary-ops": string;
170
+ "jsonc/valid-json-number": string;
171
+ "jsonc/vue-custom-block/no-parsing-error": string;
172
+ };
173
+ };
174
+ "recommended-with-jsonc": {
175
+ extends: string[];
176
+ rules: {
177
+ "jsonc/no-bigint-literals": string;
178
+ "jsonc/no-binary-expression": string;
179
+ "jsonc/no-binary-numeric-literals": string;
180
+ "jsonc/no-dupe-keys": string;
181
+ "jsonc/no-escape-sequence-in-identifier": string;
182
+ "jsonc/no-floating-decimal": string;
183
+ "jsonc/no-hexadecimal-numeric-literals": string;
184
+ "jsonc/no-infinity": string;
185
+ "jsonc/no-multi-str": string;
186
+ "jsonc/no-nan": string;
187
+ "jsonc/no-number-props": string;
188
+ "jsonc/no-numeric-separators": string;
189
+ "jsonc/no-octal-numeric-literals": string;
190
+ "jsonc/no-octal": string;
191
+ "jsonc/no-parenthesized": string;
192
+ "jsonc/no-plus-sign": string;
193
+ "jsonc/no-regexp-literals": string;
194
+ "jsonc/no-sparse-arrays": string;
195
+ "jsonc/no-template-literals": string;
196
+ "jsonc/no-undefined-value": string;
197
+ "jsonc/no-unicode-codepoint-escapes": string;
198
+ "jsonc/no-useless-escape": string;
199
+ "jsonc/quote-props": string;
200
+ "jsonc/quotes": string;
201
+ "jsonc/space-unary-ops": string;
202
+ "jsonc/valid-json-number": string;
203
+ "jsonc/vue-custom-block/no-parsing-error": string;
204
+ };
205
+ };
206
+ "recommended-with-json5": {
207
+ extends: string[];
208
+ rules: {
209
+ "jsonc/no-bigint-literals": string;
210
+ "jsonc/no-binary-expression": string;
211
+ "jsonc/no-binary-numeric-literals": string;
212
+ "jsonc/no-dupe-keys": string;
213
+ "jsonc/no-escape-sequence-in-identifier": string;
214
+ "jsonc/no-number-props": string;
215
+ "jsonc/no-numeric-separators": string;
216
+ "jsonc/no-octal-numeric-literals": string;
217
+ "jsonc/no-octal": string;
218
+ "jsonc/no-parenthesized": string;
219
+ "jsonc/no-regexp-literals": string;
220
+ "jsonc/no-sparse-arrays": string;
221
+ "jsonc/no-template-literals": string;
222
+ "jsonc/no-undefined-value": string;
223
+ "jsonc/no-unicode-codepoint-escapes": string;
224
+ "jsonc/no-useless-escape": string;
225
+ "jsonc/space-unary-ops": string;
226
+ "jsonc/vue-custom-block/no-parsing-error": string;
227
+ };
228
+ };
229
+ prettier: {
230
+ extends: string[];
231
+ rules: {
232
+ "jsonc/array-bracket-newline": string;
233
+ "jsonc/array-bracket-spacing": string;
234
+ "jsonc/array-element-newline": string;
235
+ "jsonc/comma-dangle": string;
236
+ "jsonc/comma-style": string;
237
+ "jsonc/indent": string;
238
+ "jsonc/key-spacing": string;
239
+ "jsonc/no-floating-decimal": string;
240
+ "jsonc/object-curly-newline": string;
241
+ "jsonc/object-curly-spacing": string;
242
+ "jsonc/object-property-newline": string;
243
+ "jsonc/quote-props": string;
244
+ "jsonc/quotes": string;
245
+ "jsonc/space-unary-ops": string;
246
+ };
247
+ };
248
+ all: {
249
+ extends: string[];
250
+ rules: {
251
+ [x: string]: string;
252
+ };
253
+ };
254
+ "flat/base": ({
255
+ plugins: {
256
+ readonly jsonc: import("eslint").ESLint.Plugin;
257
+ };
258
+ files?: undefined;
259
+ languageOptions?: undefined;
260
+ rules?: undefined;
261
+ } | {
262
+ files: string[];
263
+ languageOptions: {
264
+ parser: typeof import("jsonc-eslint-parser");
265
+ };
266
+ rules: {
267
+ strict: "off";
268
+ "no-unused-expressions": "off";
269
+ "no-unused-vars": "off";
270
+ };
271
+ plugins?: undefined;
272
+ })[];
273
+ "flat/recommended-with-json": ({
274
+ plugins: {
275
+ readonly jsonc: import("eslint").ESLint.Plugin;
276
+ };
277
+ files?: undefined;
278
+ languageOptions?: undefined;
279
+ rules?: undefined;
280
+ } | {
281
+ files: string[];
282
+ languageOptions: {
283
+ parser: typeof import("jsonc-eslint-parser");
284
+ };
285
+ rules: {
286
+ strict: "off";
287
+ "no-unused-expressions": "off";
288
+ "no-unused-vars": "off";
289
+ };
290
+ plugins?: undefined;
291
+ } | {
292
+ rules: {
293
+ "jsonc/comma-dangle": "error";
294
+ "jsonc/no-bigint-literals": "error";
295
+ "jsonc/no-binary-expression": "error";
296
+ "jsonc/no-binary-numeric-literals": "error";
297
+ "jsonc/no-comments": "error";
298
+ "jsonc/no-dupe-keys": "error";
299
+ "jsonc/no-escape-sequence-in-identifier": "error";
300
+ "jsonc/no-floating-decimal": "error";
301
+ "jsonc/no-hexadecimal-numeric-literals": "error";
302
+ "jsonc/no-infinity": "error";
303
+ "jsonc/no-multi-str": "error";
304
+ "jsonc/no-nan": "error";
305
+ "jsonc/no-number-props": "error";
306
+ "jsonc/no-numeric-separators": "error";
307
+ "jsonc/no-octal-numeric-literals": "error";
308
+ "jsonc/no-octal": "error";
309
+ "jsonc/no-parenthesized": "error";
310
+ "jsonc/no-plus-sign": "error";
311
+ "jsonc/no-regexp-literals": "error";
312
+ "jsonc/no-sparse-arrays": "error";
313
+ "jsonc/no-template-literals": "error";
314
+ "jsonc/no-undefined-value": "error";
315
+ "jsonc/no-unicode-codepoint-escapes": "error";
316
+ "jsonc/no-useless-escape": "error";
317
+ "jsonc/quote-props": "error";
318
+ "jsonc/quotes": "error";
319
+ "jsonc/space-unary-ops": "error";
320
+ "jsonc/valid-json-number": "error";
321
+ "jsonc/vue-custom-block/no-parsing-error": "error";
322
+ };
323
+ })[];
324
+ "flat/recommended-with-jsonc": ({
325
+ plugins: {
326
+ readonly jsonc: import("eslint").ESLint.Plugin;
327
+ };
328
+ files?: undefined;
329
+ languageOptions?: undefined;
330
+ rules?: undefined;
331
+ } | {
332
+ files: string[];
333
+ languageOptions: {
334
+ parser: typeof import("jsonc-eslint-parser");
335
+ };
336
+ rules: {
337
+ strict: "off";
338
+ "no-unused-expressions": "off";
339
+ "no-unused-vars": "off";
340
+ };
341
+ plugins?: undefined;
342
+ } | {
343
+ rules: {
344
+ "jsonc/no-bigint-literals": "error";
345
+ "jsonc/no-binary-expression": "error";
346
+ "jsonc/no-binary-numeric-literals": "error";
347
+ "jsonc/no-dupe-keys": "error";
348
+ "jsonc/no-escape-sequence-in-identifier": "error";
349
+ "jsonc/no-floating-decimal": "error";
350
+ "jsonc/no-hexadecimal-numeric-literals": "error";
351
+ "jsonc/no-infinity": "error";
352
+ "jsonc/no-multi-str": "error";
353
+ "jsonc/no-nan": "error";
354
+ "jsonc/no-number-props": "error";
355
+ "jsonc/no-numeric-separators": "error";
356
+ "jsonc/no-octal-numeric-literals": "error";
357
+ "jsonc/no-octal": "error";
358
+ "jsonc/no-parenthesized": "error";
359
+ "jsonc/no-plus-sign": "error";
360
+ "jsonc/no-regexp-literals": "error";
361
+ "jsonc/no-sparse-arrays": "error";
362
+ "jsonc/no-template-literals": "error";
363
+ "jsonc/no-undefined-value": "error";
364
+ "jsonc/no-unicode-codepoint-escapes": "error";
365
+ "jsonc/no-useless-escape": "error";
366
+ "jsonc/quote-props": "error";
367
+ "jsonc/quotes": "error";
368
+ "jsonc/space-unary-ops": "error";
369
+ "jsonc/valid-json-number": "error";
370
+ "jsonc/vue-custom-block/no-parsing-error": "error";
371
+ };
372
+ })[];
373
+ "flat/recommended-with-json5": ({
374
+ plugins: {
375
+ readonly jsonc: import("eslint").ESLint.Plugin;
376
+ };
377
+ files?: undefined;
378
+ languageOptions?: undefined;
379
+ rules?: undefined;
380
+ } | {
381
+ files: string[];
382
+ languageOptions: {
383
+ parser: typeof import("jsonc-eslint-parser");
384
+ };
385
+ rules: {
386
+ strict: "off";
387
+ "no-unused-expressions": "off";
388
+ "no-unused-vars": "off";
389
+ };
390
+ plugins?: undefined;
391
+ } | {
392
+ rules: {
393
+ "jsonc/no-bigint-literals": "error";
394
+ "jsonc/no-binary-expression": "error";
395
+ "jsonc/no-binary-numeric-literals": "error";
396
+ "jsonc/no-dupe-keys": "error";
397
+ "jsonc/no-escape-sequence-in-identifier": "error";
398
+ "jsonc/no-number-props": "error";
399
+ "jsonc/no-numeric-separators": "error";
400
+ "jsonc/no-octal-numeric-literals": "error";
401
+ "jsonc/no-octal": "error";
402
+ "jsonc/no-parenthesized": "error";
403
+ "jsonc/no-regexp-literals": "error";
404
+ "jsonc/no-sparse-arrays": "error";
405
+ "jsonc/no-template-literals": "error";
406
+ "jsonc/no-undefined-value": "error";
407
+ "jsonc/no-unicode-codepoint-escapes": "error";
408
+ "jsonc/no-useless-escape": "error";
409
+ "jsonc/space-unary-ops": "error";
410
+ "jsonc/vue-custom-block/no-parsing-error": "error";
411
+ };
412
+ })[];
413
+ "flat/prettier": ({
414
+ plugins: {
415
+ readonly jsonc: import("eslint").ESLint.Plugin;
416
+ };
417
+ files?: undefined;
418
+ languageOptions?: undefined;
419
+ rules?: undefined;
420
+ } | {
421
+ files: string[];
422
+ languageOptions: {
423
+ parser: typeof import("jsonc-eslint-parser");
424
+ };
425
+ rules: {
426
+ strict: "off";
427
+ "no-unused-expressions": "off";
428
+ "no-unused-vars": "off";
429
+ };
430
+ plugins?: undefined;
431
+ } | {
432
+ rules: {
433
+ "jsonc/array-bracket-newline": "off";
434
+ "jsonc/array-bracket-spacing": "off";
435
+ "jsonc/array-element-newline": "off";
436
+ "jsonc/comma-dangle": "off";
437
+ "jsonc/comma-style": "off";
438
+ "jsonc/indent": "off";
439
+ "jsonc/key-spacing": "off";
440
+ "jsonc/no-floating-decimal": "off";
441
+ "jsonc/object-curly-newline": "off";
442
+ "jsonc/object-curly-spacing": "off";
443
+ "jsonc/object-property-newline": "off";
444
+ "jsonc/quote-props": "off";
445
+ "jsonc/quotes": "off";
446
+ "jsonc/space-unary-ops": "off";
447
+ };
448
+ })[];
449
+ "flat/all": ({
450
+ plugins: {
451
+ readonly jsonc: import("eslint").ESLint.Plugin;
452
+ };
453
+ files?: undefined;
454
+ languageOptions?: undefined;
455
+ rules?: undefined;
456
+ } | {
457
+ files: string[];
458
+ languageOptions: {
459
+ parser: typeof import("jsonc-eslint-parser");
460
+ };
461
+ rules: {
462
+ strict: "off";
463
+ "no-unused-expressions": "off";
464
+ "no-unused-vars": "off";
465
+ };
466
+ plugins?: undefined;
467
+ } | {
468
+ rules: {
469
+ [x: string]: import("eslint").Linter.RuleEntry<any[]>;
470
+ };
471
+ })[];
472
+ };
473
+ rules: {
474
+ [key: string]: import("eslint-plugin-jsonc/types").RuleModule;
475
+ };
476
+ parseForESLint: typeof import("eslint-plugin-jsonc").parseForESLint;
477
+ parseJSON: typeof import("jsonc-eslint-parser").parseJSON;
478
+ traverseNodes: typeof import("eslint-plugin-jsonc").traverseNodes;
479
+ getStaticJSONValue: typeof import("eslint-plugin-jsonc").getStaticJSONValue;
480
+ };
481
+ };
482
+ jsonc: {
483
+ jsonc: {
484
+ meta: typeof import("eslint-plugin-jsonc/meta");
485
+ configs: {
486
+ base: {
487
+ plugins: string[];
488
+ overrides: {
489
+ files: string[];
490
+ parser: string;
491
+ rules: {
492
+ strict: string;
493
+ "no-unused-expressions": string;
494
+ "no-unused-vars": string;
495
+ };
496
+ }[];
497
+ };
498
+ "auto-config": {
499
+ extends: string[];
500
+ rules: {
501
+ "jsonc/auto": string;
502
+ };
503
+ };
504
+ "recommended-with-json": {
505
+ extends: string[];
506
+ rules: {
507
+ "jsonc/comma-dangle": string;
508
+ "jsonc/no-bigint-literals": string;
509
+ "jsonc/no-binary-expression": string;
510
+ "jsonc/no-binary-numeric-literals": string;
511
+ "jsonc/no-comments": string;
512
+ "jsonc/no-dupe-keys": string;
513
+ "jsonc/no-escape-sequence-in-identifier": string;
514
+ "jsonc/no-floating-decimal": string;
515
+ "jsonc/no-hexadecimal-numeric-literals": string;
516
+ "jsonc/no-infinity": string;
517
+ "jsonc/no-multi-str": string;
518
+ "jsonc/no-nan": string;
519
+ "jsonc/no-number-props": string;
520
+ "jsonc/no-numeric-separators": string;
521
+ "jsonc/no-octal-numeric-literals": string;
522
+ "jsonc/no-octal": string;
523
+ "jsonc/no-parenthesized": string;
524
+ "jsonc/no-plus-sign": string;
525
+ "jsonc/no-regexp-literals": string;
526
+ "jsonc/no-sparse-arrays": string;
527
+ "jsonc/no-template-literals": string;
528
+ "jsonc/no-undefined-value": string;
529
+ "jsonc/no-unicode-codepoint-escapes": string;
530
+ "jsonc/no-useless-escape": string;
531
+ "jsonc/quote-props": string;
532
+ "jsonc/quotes": string;
533
+ "jsonc/space-unary-ops": string;
534
+ "jsonc/valid-json-number": string;
535
+ "jsonc/vue-custom-block/no-parsing-error": string;
536
+ };
537
+ };
538
+ "recommended-with-jsonc": {
539
+ extends: string[];
540
+ rules: {
541
+ "jsonc/no-bigint-literals": string;
542
+ "jsonc/no-binary-expression": string;
543
+ "jsonc/no-binary-numeric-literals": string;
544
+ "jsonc/no-dupe-keys": string;
545
+ "jsonc/no-escape-sequence-in-identifier": string;
546
+ "jsonc/no-floating-decimal": string;
547
+ "jsonc/no-hexadecimal-numeric-literals": string;
548
+ "jsonc/no-infinity": string;
549
+ "jsonc/no-multi-str": string;
550
+ "jsonc/no-nan": string;
551
+ "jsonc/no-number-props": string;
552
+ "jsonc/no-numeric-separators": string;
553
+ "jsonc/no-octal-numeric-literals": string;
554
+ "jsonc/no-octal": string;
555
+ "jsonc/no-parenthesized": string;
556
+ "jsonc/no-plus-sign": string;
557
+ "jsonc/no-regexp-literals": string;
558
+ "jsonc/no-sparse-arrays": string;
559
+ "jsonc/no-template-literals": string;
560
+ "jsonc/no-undefined-value": string;
561
+ "jsonc/no-unicode-codepoint-escapes": string;
562
+ "jsonc/no-useless-escape": string;
563
+ "jsonc/quote-props": string;
564
+ "jsonc/quotes": string;
565
+ "jsonc/space-unary-ops": string;
566
+ "jsonc/valid-json-number": string;
567
+ "jsonc/vue-custom-block/no-parsing-error": string;
568
+ };
569
+ };
570
+ "recommended-with-json5": {
571
+ extends: string[];
572
+ rules: {
573
+ "jsonc/no-bigint-literals": string;
574
+ "jsonc/no-binary-expression": string;
575
+ "jsonc/no-binary-numeric-literals": string;
576
+ "jsonc/no-dupe-keys": string;
577
+ "jsonc/no-escape-sequence-in-identifier": string;
578
+ "jsonc/no-number-props": string;
579
+ "jsonc/no-numeric-separators": string;
580
+ "jsonc/no-octal-numeric-literals": string;
581
+ "jsonc/no-octal": string;
582
+ "jsonc/no-parenthesized": string;
583
+ "jsonc/no-regexp-literals": string;
584
+ "jsonc/no-sparse-arrays": string;
585
+ "jsonc/no-template-literals": string;
586
+ "jsonc/no-undefined-value": string;
587
+ "jsonc/no-unicode-codepoint-escapes": string;
588
+ "jsonc/no-useless-escape": string;
589
+ "jsonc/space-unary-ops": string;
590
+ "jsonc/vue-custom-block/no-parsing-error": string;
591
+ };
592
+ };
593
+ prettier: {
594
+ extends: string[];
595
+ rules: {
596
+ "jsonc/array-bracket-newline": string;
597
+ "jsonc/array-bracket-spacing": string;
598
+ "jsonc/array-element-newline": string;
599
+ "jsonc/comma-dangle": string;
600
+ "jsonc/comma-style": string;
601
+ "jsonc/indent": string;
602
+ "jsonc/key-spacing": string;
603
+ "jsonc/no-floating-decimal": string;
604
+ "jsonc/object-curly-newline": string;
605
+ "jsonc/object-curly-spacing": string;
606
+ "jsonc/object-property-newline": string;
607
+ "jsonc/quote-props": string;
608
+ "jsonc/quotes": string;
609
+ "jsonc/space-unary-ops": string;
610
+ };
611
+ };
612
+ all: {
613
+ extends: string[];
614
+ rules: {
615
+ [x: string]: string;
616
+ };
617
+ };
618
+ "flat/base": ({
619
+ plugins: {
620
+ readonly jsonc: import("eslint").ESLint.Plugin;
621
+ };
622
+ files?: undefined;
623
+ languageOptions?: undefined;
624
+ rules?: undefined;
625
+ } | {
626
+ files: string[];
627
+ languageOptions: {
628
+ parser: typeof import("jsonc-eslint-parser");
629
+ };
630
+ rules: {
631
+ strict: "off";
632
+ "no-unused-expressions": "off";
633
+ "no-unused-vars": "off";
634
+ };
635
+ plugins?: undefined;
636
+ })[];
637
+ "flat/recommended-with-json": ({
638
+ plugins: {
639
+ readonly jsonc: import("eslint").ESLint.Plugin;
640
+ };
641
+ files?: undefined;
642
+ languageOptions?: undefined;
643
+ rules?: undefined;
644
+ } | {
645
+ files: string[];
646
+ languageOptions: {
647
+ parser: typeof import("jsonc-eslint-parser");
648
+ };
649
+ rules: {
650
+ strict: "off";
651
+ "no-unused-expressions": "off";
652
+ "no-unused-vars": "off";
653
+ };
654
+ plugins?: undefined;
655
+ } | {
656
+ rules: {
657
+ "jsonc/comma-dangle": "error";
658
+ "jsonc/no-bigint-literals": "error";
659
+ "jsonc/no-binary-expression": "error";
660
+ "jsonc/no-binary-numeric-literals": "error";
661
+ "jsonc/no-comments": "error";
662
+ "jsonc/no-dupe-keys": "error";
663
+ "jsonc/no-escape-sequence-in-identifier": "error";
664
+ "jsonc/no-floating-decimal": "error";
665
+ "jsonc/no-hexadecimal-numeric-literals": "error";
666
+ "jsonc/no-infinity": "error";
667
+ "jsonc/no-multi-str": "error";
668
+ "jsonc/no-nan": "error";
669
+ "jsonc/no-number-props": "error";
670
+ "jsonc/no-numeric-separators": "error";
671
+ "jsonc/no-octal-numeric-literals": "error";
672
+ "jsonc/no-octal": "error";
673
+ "jsonc/no-parenthesized": "error";
674
+ "jsonc/no-plus-sign": "error";
675
+ "jsonc/no-regexp-literals": "error";
676
+ "jsonc/no-sparse-arrays": "error";
677
+ "jsonc/no-template-literals": "error";
678
+ "jsonc/no-undefined-value": "error";
679
+ "jsonc/no-unicode-codepoint-escapes": "error";
680
+ "jsonc/no-useless-escape": "error";
681
+ "jsonc/quote-props": "error";
682
+ "jsonc/quotes": "error";
683
+ "jsonc/space-unary-ops": "error";
684
+ "jsonc/valid-json-number": "error";
685
+ "jsonc/vue-custom-block/no-parsing-error": "error";
686
+ };
687
+ })[];
688
+ "flat/recommended-with-jsonc": ({
689
+ plugins: {
690
+ readonly jsonc: import("eslint").ESLint.Plugin;
691
+ };
692
+ files?: undefined;
693
+ languageOptions?: undefined;
694
+ rules?: undefined;
695
+ } | {
696
+ files: string[];
697
+ languageOptions: {
698
+ parser: typeof import("jsonc-eslint-parser");
699
+ };
700
+ rules: {
701
+ strict: "off";
702
+ "no-unused-expressions": "off";
703
+ "no-unused-vars": "off";
704
+ };
705
+ plugins?: undefined;
706
+ } | {
707
+ rules: {
708
+ "jsonc/no-bigint-literals": "error";
709
+ "jsonc/no-binary-expression": "error";
710
+ "jsonc/no-binary-numeric-literals": "error";
711
+ "jsonc/no-dupe-keys": "error";
712
+ "jsonc/no-escape-sequence-in-identifier": "error";
713
+ "jsonc/no-floating-decimal": "error";
714
+ "jsonc/no-hexadecimal-numeric-literals": "error";
715
+ "jsonc/no-infinity": "error";
716
+ "jsonc/no-multi-str": "error";
717
+ "jsonc/no-nan": "error";
718
+ "jsonc/no-number-props": "error";
719
+ "jsonc/no-numeric-separators": "error";
720
+ "jsonc/no-octal-numeric-literals": "error";
721
+ "jsonc/no-octal": "error";
722
+ "jsonc/no-parenthesized": "error";
723
+ "jsonc/no-plus-sign": "error";
724
+ "jsonc/no-regexp-literals": "error";
725
+ "jsonc/no-sparse-arrays": "error";
726
+ "jsonc/no-template-literals": "error";
727
+ "jsonc/no-undefined-value": "error";
728
+ "jsonc/no-unicode-codepoint-escapes": "error";
729
+ "jsonc/no-useless-escape": "error";
730
+ "jsonc/quote-props": "error";
731
+ "jsonc/quotes": "error";
732
+ "jsonc/space-unary-ops": "error";
733
+ "jsonc/valid-json-number": "error";
734
+ "jsonc/vue-custom-block/no-parsing-error": "error";
735
+ };
736
+ })[];
737
+ "flat/recommended-with-json5": ({
738
+ plugins: {
739
+ readonly jsonc: import("eslint").ESLint.Plugin;
740
+ };
741
+ files?: undefined;
742
+ languageOptions?: undefined;
743
+ rules?: undefined;
744
+ } | {
745
+ files: string[];
746
+ languageOptions: {
747
+ parser: typeof import("jsonc-eslint-parser");
748
+ };
749
+ rules: {
750
+ strict: "off";
751
+ "no-unused-expressions": "off";
752
+ "no-unused-vars": "off";
753
+ };
754
+ plugins?: undefined;
755
+ } | {
756
+ rules: {
757
+ "jsonc/no-bigint-literals": "error";
758
+ "jsonc/no-binary-expression": "error";
759
+ "jsonc/no-binary-numeric-literals": "error";
760
+ "jsonc/no-dupe-keys": "error";
761
+ "jsonc/no-escape-sequence-in-identifier": "error";
762
+ "jsonc/no-number-props": "error";
763
+ "jsonc/no-numeric-separators": "error";
764
+ "jsonc/no-octal-numeric-literals": "error";
765
+ "jsonc/no-octal": "error";
766
+ "jsonc/no-parenthesized": "error";
767
+ "jsonc/no-regexp-literals": "error";
768
+ "jsonc/no-sparse-arrays": "error";
769
+ "jsonc/no-template-literals": "error";
770
+ "jsonc/no-undefined-value": "error";
771
+ "jsonc/no-unicode-codepoint-escapes": "error";
772
+ "jsonc/no-useless-escape": "error";
773
+ "jsonc/space-unary-ops": "error";
774
+ "jsonc/vue-custom-block/no-parsing-error": "error";
775
+ };
776
+ })[];
777
+ "flat/prettier": ({
778
+ plugins: {
779
+ readonly jsonc: import("eslint").ESLint.Plugin;
780
+ };
781
+ files?: undefined;
782
+ languageOptions?: undefined;
783
+ rules?: undefined;
784
+ } | {
785
+ files: string[];
786
+ languageOptions: {
787
+ parser: typeof import("jsonc-eslint-parser");
788
+ };
789
+ rules: {
790
+ strict: "off";
791
+ "no-unused-expressions": "off";
792
+ "no-unused-vars": "off";
793
+ };
794
+ plugins?: undefined;
795
+ } | {
796
+ rules: {
797
+ "jsonc/array-bracket-newline": "off";
798
+ "jsonc/array-bracket-spacing": "off";
799
+ "jsonc/array-element-newline": "off";
800
+ "jsonc/comma-dangle": "off";
801
+ "jsonc/comma-style": "off";
802
+ "jsonc/indent": "off";
803
+ "jsonc/key-spacing": "off";
804
+ "jsonc/no-floating-decimal": "off";
805
+ "jsonc/object-curly-newline": "off";
806
+ "jsonc/object-curly-spacing": "off";
807
+ "jsonc/object-property-newline": "off";
808
+ "jsonc/quote-props": "off";
809
+ "jsonc/quotes": "off";
810
+ "jsonc/space-unary-ops": "off";
811
+ };
812
+ })[];
813
+ "flat/all": ({
814
+ plugins: {
815
+ readonly jsonc: import("eslint").ESLint.Plugin;
816
+ };
817
+ files?: undefined;
818
+ languageOptions?: undefined;
819
+ rules?: undefined;
820
+ } | {
821
+ files: string[];
822
+ languageOptions: {
823
+ parser: typeof import("jsonc-eslint-parser");
824
+ };
825
+ rules: {
826
+ strict: "off";
827
+ "no-unused-expressions": "off";
828
+ "no-unused-vars": "off";
829
+ };
830
+ plugins?: undefined;
831
+ } | {
832
+ rules: {
833
+ [x: string]: import("eslint").Linter.RuleEntry<any[]>;
834
+ };
835
+ })[];
836
+ };
837
+ rules: {
838
+ [key: string]: import("eslint-plugin-jsonc/types").RuleModule;
839
+ };
840
+ parseForESLint: typeof import("eslint-plugin-jsonc").parseForESLint;
841
+ parseJSON: typeof import("jsonc-eslint-parser").parseJSON;
842
+ traverseNodes: typeof import("eslint-plugin-jsonc").traverseNodes;
843
+ getStaticJSONValue: typeof import("eslint-plugin-jsonc").getStaticJSONValue;
844
+ };
845
+ };
846
+ yml: {
847
+ yml: {
848
+ meta: typeof import("eslint-plugin-yml/lib/meta.js");
849
+ configs: {
850
+ base: {
851
+ plugins: string[];
852
+ overrides: {
853
+ files: string[];
854
+ parser: string;
855
+ rules: {
856
+ "no-irregular-whitespace": string;
857
+ "no-unused-vars": string;
858
+ "spaced-comment": string;
859
+ };
860
+ }[];
861
+ };
862
+ recommended: {
863
+ extends: string[];
864
+ rules: {
865
+ "yml/no-empty-document": string;
866
+ "yml/no-empty-key": string;
867
+ "yml/no-empty-mapping-value": string;
868
+ "yml/no-empty-sequence-entry": string;
869
+ "yml/no-irregular-whitespace": string;
870
+ "yml/no-tab-indent": string;
871
+ "yml/vue-custom-block/no-parsing-error": string;
872
+ };
873
+ };
874
+ standard: {
875
+ extends: string[];
876
+ rules: {
877
+ "yml/block-mapping-question-indicator-newline": string;
878
+ "yml/block-mapping": string;
879
+ "yml/block-sequence-hyphen-indicator-newline": string;
880
+ "yml/block-sequence": string;
881
+ "yml/flow-mapping-curly-newline": string;
882
+ "yml/flow-mapping-curly-spacing": string;
883
+ "yml/flow-sequence-bracket-newline": string;
884
+ "yml/flow-sequence-bracket-spacing": string;
885
+ "yml/indent": string;
886
+ "yml/key-spacing": string;
887
+ "yml/no-empty-document": string;
888
+ "yml/no-empty-key": string;
889
+ "yml/no-empty-mapping-value": string;
890
+ "yml/no-empty-sequence-entry": string;
891
+ "yml/no-irregular-whitespace": string;
892
+ "yml/no-tab-indent": string;
893
+ "yml/plain-scalar": string;
894
+ "yml/quotes": string;
895
+ "yml/spaced-comment": string;
896
+ "yml/vue-custom-block/no-parsing-error": string;
897
+ };
898
+ };
899
+ prettier: {
900
+ extends: string[];
901
+ rules: {
902
+ "yml/block-mapping-colon-indicator-newline": string;
903
+ "yml/block-mapping-question-indicator-newline": string;
904
+ "yml/block-sequence-hyphen-indicator-newline": string;
905
+ "yml/flow-mapping-curly-newline": string;
906
+ "yml/flow-mapping-curly-spacing": string;
907
+ "yml/flow-sequence-bracket-newline": string;
908
+ "yml/flow-sequence-bracket-spacing": string;
909
+ "yml/indent": string;
910
+ "yml/key-spacing": string;
911
+ "yml/no-multiple-empty-lines": string;
912
+ "yml/no-trailing-zeros": string;
913
+ "yml/quotes": string;
914
+ };
915
+ };
916
+ "flat/base": ({
917
+ plugins: {
918
+ readonly yml: import("eslint").ESLint.Plugin;
919
+ };
920
+ files?: undefined;
921
+ languageOptions?: undefined;
922
+ rules?: undefined;
923
+ } | {
924
+ files: string[];
925
+ languageOptions: {
926
+ parser: typeof import("yaml-eslint-parser");
927
+ };
928
+ rules: {
929
+ "no-irregular-whitespace": "off";
930
+ "no-unused-vars": "off";
931
+ "spaced-comment": "off";
932
+ };
933
+ plugins?: undefined;
934
+ })[];
935
+ "flat/recommended": ({
936
+ plugins: {
937
+ readonly yml: import("eslint").ESLint.Plugin;
938
+ };
939
+ files?: undefined;
940
+ languageOptions?: undefined;
941
+ rules?: undefined;
942
+ } | {
943
+ files: string[];
944
+ languageOptions: {
945
+ parser: typeof import("yaml-eslint-parser");
946
+ };
947
+ rules: {
948
+ "no-irregular-whitespace": "off";
949
+ "no-unused-vars": "off";
950
+ "spaced-comment": "off";
951
+ };
952
+ plugins?: undefined;
953
+ } | {
954
+ rules: {
955
+ "yml/no-empty-document": "error";
956
+ "yml/no-empty-key": "error";
957
+ "yml/no-empty-mapping-value": "error";
958
+ "yml/no-empty-sequence-entry": "error";
959
+ "yml/no-irregular-whitespace": "error";
960
+ "yml/no-tab-indent": "error";
961
+ "yml/vue-custom-block/no-parsing-error": "error";
962
+ };
963
+ })[];
964
+ "flat/standard": ({
965
+ plugins: {
966
+ readonly yml: import("eslint").ESLint.Plugin;
967
+ };
968
+ files?: undefined;
969
+ languageOptions?: undefined;
970
+ rules?: undefined;
971
+ } | {
972
+ files: string[];
973
+ languageOptions: {
974
+ parser: typeof import("yaml-eslint-parser");
975
+ };
976
+ rules: {
977
+ "no-irregular-whitespace": "off";
978
+ "no-unused-vars": "off";
979
+ "spaced-comment": "off";
980
+ };
981
+ plugins?: undefined;
982
+ } | {
983
+ rules: {
984
+ "yml/block-mapping-question-indicator-newline": "error";
985
+ "yml/block-mapping": "error";
986
+ "yml/block-sequence-hyphen-indicator-newline": "error";
987
+ "yml/block-sequence": "error";
988
+ "yml/flow-mapping-curly-newline": "error";
989
+ "yml/flow-mapping-curly-spacing": "error";
990
+ "yml/flow-sequence-bracket-newline": "error";
991
+ "yml/flow-sequence-bracket-spacing": "error";
992
+ "yml/indent": "error";
993
+ "yml/key-spacing": "error";
994
+ "yml/no-empty-document": "error";
995
+ "yml/no-empty-key": "error";
996
+ "yml/no-empty-mapping-value": "error";
997
+ "yml/no-empty-sequence-entry": "error";
998
+ "yml/no-irregular-whitespace": "error";
999
+ "yml/no-tab-indent": "error";
1000
+ "yml/plain-scalar": "error";
1001
+ "yml/quotes": "error";
1002
+ "yml/spaced-comment": "error";
1003
+ "yml/vue-custom-block/no-parsing-error": "error";
1004
+ };
1005
+ })[];
1006
+ "flat/prettier": ({
1007
+ plugins: {
1008
+ readonly yml: import("eslint").ESLint.Plugin;
1009
+ };
1010
+ files?: undefined;
1011
+ languageOptions?: undefined;
1012
+ rules?: undefined;
1013
+ } | {
1014
+ files: string[];
1015
+ languageOptions: {
1016
+ parser: typeof import("yaml-eslint-parser");
1017
+ };
1018
+ rules: {
1019
+ "no-irregular-whitespace": "off";
1020
+ "no-unused-vars": "off";
1021
+ "spaced-comment": "off";
1022
+ };
1023
+ plugins?: undefined;
1024
+ } | {
1025
+ rules: {
1026
+ "yml/block-mapping-colon-indicator-newline": "off";
1027
+ "yml/block-mapping-question-indicator-newline": "off";
1028
+ "yml/block-sequence-hyphen-indicator-newline": "off";
1029
+ "yml/flow-mapping-curly-newline": "off";
1030
+ "yml/flow-mapping-curly-spacing": "off";
1031
+ "yml/flow-sequence-bracket-newline": "off";
1032
+ "yml/flow-sequence-bracket-spacing": "off";
1033
+ "yml/indent": "off";
1034
+ "yml/key-spacing": "off";
1035
+ "yml/no-multiple-empty-lines": "off";
1036
+ "yml/no-trailing-zeros": "off";
1037
+ "yml/quotes": "off";
1038
+ };
1039
+ })[];
1040
+ };
1041
+ rules: {
1042
+ [key: string]: import("eslint-plugin-yml/lib/types.js").RuleModule;
1043
+ };
1044
+ };
1045
+ };
1046
+ };
1047
+ export default Plugins;
1048
+ //# sourceMappingURL=plugins.d.ts.map