linted 15.4.16-rc.1 → 15.4.17

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 (201) hide show
  1. package/dist/files/_Base.d.ts +11 -0
  2. package/dist/files/_Base.d.ts.map +1 -0
  3. package/dist/files/_Base.js +21 -0
  4. package/dist/files/_Base.js.map +1 -0
  5. package/dist/files/base.d.ts +1 -1
  6. package/dist/files/base.d.ts.map +1 -1
  7. package/dist/files/base.js +1 -1
  8. package/dist/files/base.js.map +1 -1
  9. package/dist/index.js +4 -4
  10. package/dist/index.js.map +1 -1
  11. package/dist/parsers/_Parsers.d.ts +14 -0
  12. package/dist/parsers/_Parsers.d.ts.map +1 -0
  13. package/dist/parsers/_Parsers.js +13 -0
  14. package/dist/parsers/_Parsers.js.map +1 -0
  15. package/dist/parsers/parsers.d.ts +1 -1
  16. package/dist/parsers/parsers.d.ts.map +1 -1
  17. package/dist/parsers/parsers.js +1 -1
  18. package/dist/parsers/parsers.js.map +1 -1
  19. package/dist/plugins/_Plugins.d.ts +635 -0
  20. package/dist/plugins/_Plugins.d.ts.map +1 -0
  21. package/dist/plugins/_Plugins.js +15 -0
  22. package/dist/plugins/_Plugins.js.map +1 -0
  23. package/dist/plugins/plugins.d.ts +1 -1
  24. package/dist/plugins/plugins.d.ts.map +1 -1
  25. package/dist/plugins/plugins.js +1 -1
  26. package/dist/plugins/plugins.js.map +1 -1
  27. package/dist/rules/Preset.d.ts +3341 -0
  28. package/dist/rules/Preset.d.ts.map +1 -0
  29. package/dist/rules/Preset.js +17 -0
  30. package/dist/rules/Preset.js.map +1 -0
  31. package/dist/rules/presets/Html.d.ts +5 -0
  32. package/dist/rules/presets/Html.d.ts.map +1 -0
  33. package/dist/rules/presets/Html.js +7 -0
  34. package/dist/rules/presets/Html.js.map +1 -0
  35. package/dist/rules/presets/Js.d.ts +751 -0
  36. package/dist/rules/presets/Js.d.ts.map +1 -0
  37. package/dist/rules/presets/Js.js +7 -0
  38. package/dist/rules/presets/Js.js.map +1 -0
  39. package/dist/rules/presets/Json.d.ts +74 -0
  40. package/dist/rules/presets/Json.d.ts.map +1 -0
  41. package/dist/rules/presets/Json.js +7 -0
  42. package/dist/rules/presets/Json.js.map +1 -0
  43. package/dist/rules/presets/Jsonc.d.ts +77 -0
  44. package/dist/rules/presets/Jsonc.d.ts.map +1 -0
  45. package/dist/rules/presets/Jsonc.js +7 -0
  46. package/dist/rules/presets/Jsonc.js.map +1 -0
  47. package/dist/rules/presets/Md.d.ts +41 -0
  48. package/dist/rules/presets/Md.d.ts.map +1 -0
  49. package/dist/rules/presets/Md.js +3 -0
  50. package/dist/rules/presets/Md.js.map +1 -0
  51. package/dist/rules/presets/Svelte.d.ts +1252 -0
  52. package/dist/rules/presets/Svelte.d.ts.map +1 -0
  53. package/dist/rules/presets/Svelte.js +15 -0
  54. package/dist/rules/presets/Svelte.js.map +1 -0
  55. package/dist/rules/presets/Ts.d.ts +1119 -0
  56. package/dist/rules/presets/Ts.d.ts.map +1 -0
  57. package/dist/rules/presets/Ts.js +13 -0
  58. package/dist/rules/presets/Ts.js.map +1 -0
  59. package/dist/rules/presets/Yml.d.ts +73 -0
  60. package/dist/rules/presets/Yml.d.ts.map +1 -0
  61. package/dist/rules/presets/Yml.js +7 -0
  62. package/dist/rules/presets/Yml.js.map +1 -0
  63. package/dist/rules/presets/entries/entry.d.ts +7 -0
  64. package/dist/rules/presets/entries/entry.d.ts.map +1 -0
  65. package/dist/rules/presets/entries/entry.js +2 -0
  66. package/dist/rules/presets/entries/entry.js.map +1 -0
  67. package/dist/rules/presets/entries/html/Enable.d.ts +5 -0
  68. package/dist/rules/presets/entries/html/Enable.d.ts.map +1 -0
  69. package/dist/rules/presets/entries/html/Enable.js +7 -0
  70. package/dist/rules/presets/entries/html/Enable.js.map +1 -0
  71. package/dist/rules/presets/entries/html/Recommended.d.ts +3 -0
  72. package/dist/rules/presets/entries/html/Recommended.d.ts.map +1 -0
  73. package/dist/rules/presets/entries/html/Recommended.js +7 -0
  74. package/dist/rules/presets/entries/html/Recommended.js.map +1 -0
  75. package/dist/rules/presets/entries/id.d.ts +3 -0
  76. package/dist/rules/presets/entries/id.d.ts.map +1 -0
  77. package/dist/rules/presets/entries/id.js +3 -0
  78. package/dist/rules/presets/entries/id.js.map +1 -0
  79. package/dist/rules/presets/entries/js/Enable.d.ts +340 -0
  80. package/dist/rules/presets/entries/js/Enable.d.ts.map +1 -0
  81. package/dist/rules/presets/entries/js/Enable.js +454 -0
  82. package/dist/rules/presets/entries/js/Enable.js.map +1 -0
  83. package/dist/rules/presets/entries/js/EnableStylistic.d.ts +414 -0
  84. package/dist/rules/presets/entries/js/EnableStylistic.d.ts.map +1 -0
  85. package/dist/rules/presets/entries/js/EnableStylistic.js +664 -0
  86. package/dist/rules/presets/entries/js/EnableStylistic.js.map +1 -0
  87. package/dist/rules/presets/entries/json/Enable.d.ts +27 -0
  88. package/dist/rules/presets/entries/json/Enable.d.ts.map +1 -0
  89. package/dist/rules/presets/entries/json/Enable.js +32 -0
  90. package/dist/rules/presets/entries/json/Enable.js.map +1 -0
  91. package/dist/rules/presets/entries/json/EnableX.d.ts +50 -0
  92. package/dist/rules/presets/entries/json/EnableX.d.ts.map +1 -0
  93. package/dist/rules/presets/entries/json/EnableX.js +93 -0
  94. package/dist/rules/presets/entries/json/EnableX.js.map +1 -0
  95. package/dist/rules/presets/entries/jsonc/OverrideJson.d.ts +6 -0
  96. package/dist/rules/presets/entries/jsonc/OverrideJson.d.ts.map +1 -0
  97. package/dist/rules/presets/entries/jsonc/OverrideJson.js +14 -0
  98. package/dist/rules/presets/entries/jsonc/OverrideJson.js.map +1 -0
  99. package/dist/rules/presets/entries/level.d.ts +3 -0
  100. package/dist/rules/presets/entries/level.d.ts.map +1 -0
  101. package/dist/rules/presets/entries/level.js +3 -0
  102. package/dist/rules/presets/entries/level.js.map +1 -0
  103. package/dist/rules/presets/entries/md/Enable.d.ts +41 -0
  104. package/dist/rules/presets/entries/md/Enable.d.ts.map +1 -0
  105. package/dist/rules/presets/entries/md/Enable.js +63 -0
  106. package/dist/rules/presets/entries/md/Enable.js.map +1 -0
  107. package/dist/rules/presets/entries/state.d.ts +3 -0
  108. package/dist/rules/presets/entries/state.d.ts.map +1 -0
  109. package/dist/rules/presets/entries/state.js +3 -0
  110. package/dist/rules/presets/entries/state.js.map +1 -0
  111. package/dist/rules/presets/entries/svelte/DisableJS.d.ts +6 -0
  112. package/dist/rules/presets/entries/svelte/DisableJS.d.ts.map +1 -0
  113. package/dist/rules/presets/entries/svelte/DisableJS.js +9 -0
  114. package/dist/rules/presets/entries/svelte/DisableJS.js.map +1 -0
  115. package/dist/rules/presets/entries/svelte/DisableTS.d.ts +5 -0
  116. package/dist/rules/presets/entries/svelte/DisableTS.d.ts.map +1 -0
  117. package/dist/rules/presets/entries/svelte/DisableTS.js +6 -0
  118. package/dist/rules/presets/entries/svelte/DisableTS.js.map +1 -0
  119. package/dist/rules/presets/entries/svelte/DisableX.d.ts +5 -0
  120. package/dist/rules/presets/entries/svelte/DisableX.d.ts.map +1 -0
  121. package/dist/rules/presets/entries/svelte/DisableX.js +9 -0
  122. package/dist/rules/presets/entries/svelte/DisableX.js.map +1 -0
  123. package/dist/rules/presets/entries/svelte/Enable.d.ts +126 -0
  124. package/dist/rules/presets/entries/svelte/Enable.d.ts.map +1 -0
  125. package/dist/rules/presets/entries/svelte/Enable.js +180 -0
  126. package/dist/rules/presets/entries/svelte/Enable.js.map +1 -0
  127. package/dist/rules/presets/entries/svelte/EnableX.d.ts +6 -0
  128. package/dist/rules/presets/entries/svelte/EnableX.d.ts.map +1 -0
  129. package/dist/rules/presets/entries/svelte/EnableX.js +14 -0
  130. package/dist/rules/presets/entries/svelte/EnableX.js.map +1 -0
  131. package/dist/rules/presets/entries/ts/DisableCompiler.d.ts +18 -0
  132. package/dist/rules/presets/entries/ts/DisableCompiler.d.ts.map +1 -0
  133. package/dist/rules/presets/entries/ts/DisableCompiler.js +21 -0
  134. package/dist/rules/presets/entries/ts/DisableCompiler.js.map +1 -0
  135. package/dist/rules/presets/entries/ts/DisableX.d.ts +30 -0
  136. package/dist/rules/presets/entries/ts/DisableX.d.ts.map +1 -0
  137. package/dist/rules/presets/entries/ts/DisableX.js +34 -0
  138. package/dist/rules/presets/entries/ts/DisableX.js.map +1 -0
  139. package/dist/rules/presets/entries/ts/Enable.d.ts +260 -0
  140. package/dist/rules/presets/entries/ts/Enable.d.ts.map +1 -0
  141. package/dist/rules/presets/entries/ts/Enable.js +493 -0
  142. package/dist/rules/presets/entries/ts/Enable.js.map +1 -0
  143. package/dist/rules/presets/entries/ts/EnableX.d.ts +72 -0
  144. package/dist/rules/presets/entries/ts/EnableX.d.ts.map +1 -0
  145. package/dist/rules/presets/entries/ts/EnableX.js +111 -0
  146. package/dist/rules/presets/entries/ts/EnableX.js.map +1 -0
  147. package/dist/rules/presets/entries/yml/Enable.d.ts +39 -0
  148. package/dist/rules/presets/entries/yml/Enable.d.ts.map +1 -0
  149. package/dist/rules/presets/entries/yml/Enable.js +70 -0
  150. package/dist/rules/presets/entries/yml/Enable.js.map +1 -0
  151. package/dist/rules/presets/entries/yml/EnableX.d.ts +37 -0
  152. package/dist/rules/presets/entries/yml/EnableX.d.ts.map +1 -0
  153. package/dist/rules/presets/entries/yml/EnableX.js +68 -0
  154. package/dist/rules/presets/entries/yml/EnableX.js.map +1 -0
  155. package/package.json +2 -2
  156. package/src/index.ts +4 -4
  157. package/src/rules/Preset.ts +18 -0
  158. package/src/rules/presets/Html.ts +8 -0
  159. package/src/rules/presets/Js.ts +8 -0
  160. package/src/rules/presets/Json.ts +8 -0
  161. package/src/rules/presets/Jsonc.ts +8 -0
  162. package/src/rules/presets/Md.ts +4 -0
  163. package/src/rules/presets/Svelte.ts +16 -0
  164. package/src/rules/presets/Ts.ts +14 -0
  165. package/src/rules/presets/Yml.ts +8 -0
  166. package/src/rules/presets/entries/entry.ts +9 -0
  167. package/src/rules/{rules/objects/html/HtmlEnable.ts → presets/entries/html/Enable.ts} +2 -2
  168. package/src/rules/presets/entries/html/Recommended.ts +8 -0
  169. package/src/rules/{rules/objects/js/JsEnable.ts → presets/entries/js/Enable.ts} +2 -2
  170. package/src/rules/{rules/objects/js/StylisticEnable.ts → presets/entries/js/EnableStylistic.ts} +2 -2
  171. package/src/rules/{rules/objects/json/JsonEnable.ts → presets/entries/json/Enable.ts} +2 -2
  172. package/src/rules/{rules/objects/json/JsonEnableX.ts → presets/entries/json/EnableX.ts} +2 -2
  173. package/src/rules/{rules/objects/jsonc/JsoncOverride.ts → presets/entries/jsonc/OverrideJson.ts} +2 -2
  174. package/src/rules/{rules/objects/md/MdEnable.ts → presets/entries/md/Enable.ts} +2 -2
  175. package/src/rules/{rules/objects/svelte/SvelteDisableJS.ts → presets/entries/svelte/DisableJS.ts} +2 -2
  176. package/src/rules/{rules/objects/svelte/SvelteDisableTS.ts → presets/entries/svelte/DisableTS.ts} +2 -2
  177. package/src/rules/{rules/objects/svelte/SvelteDisableX.ts → presets/entries/svelte/DisableX.ts} +2 -2
  178. package/src/rules/{rules/objects/svelte/SvelteEnable.ts → presets/entries/svelte/Enable.ts} +2 -2
  179. package/src/rules/{rules/objects/svelte/SvelteEnableX.ts → presets/entries/svelte/EnableX.ts} +2 -2
  180. package/src/rules/{rules/objects/ts/TsDisableCompiler.ts → presets/entries/ts/DisableCompiler.ts} +2 -2
  181. package/src/rules/{rules/objects/ts/TsDisableX.ts → presets/entries/ts/DisableX.ts} +2 -2
  182. package/src/rules/{rules/objects/ts/TsEnable.ts → presets/entries/ts/Enable.ts} +2 -2
  183. package/src/rules/{rules/objects/ts/TsEnableX.ts → presets/entries/ts/EnableX.ts} +2 -2
  184. package/src/rules/{rules/objects/yml/YmlEnable.ts → presets/entries/yml/Enable.ts} +2 -2
  185. package/src/rules/{rules/objects/yml/YmlEnableX.ts → presets/entries/yml/EnableX.ts} +2 -2
  186. package/src/rules/rules/HtmlRule.ts +0 -8
  187. package/src/rules/rules/JsRule.ts +0 -8
  188. package/src/rules/rules/JsonRule.ts +0 -8
  189. package/src/rules/rules/JsoncRule.ts +0 -8
  190. package/src/rules/rules/MdRule.ts +0 -4
  191. package/src/rules/rules/SvelteRule.ts +0 -16
  192. package/src/rules/rules/TsRule.ts +0 -14
  193. package/src/rules/rules/YmlRule.ts +0 -8
  194. package/src/rules/rules/objects/html/HtmlRecommended.ts +0 -8
  195. package/src/rules/rules.ts +0 -18
  196. /package/src/files/{base.ts → Base.ts} +0 -0
  197. /package/src/parsers/{parsers.ts → Parsers.ts} +0 -0
  198. /package/src/plugins/{plugins.ts → Plugins.ts} +0 -0
  199. /package/src/rules/{rules/objects → presets/entries}/id.ts +0 -0
  200. /package/src/rules/{rules/objects → presets/entries}/level.ts +0 -0
  201. /package/src/rules/{rules/objects → presets/entries}/state.ts +0 -0
@@ -0,0 +1,635 @@
1
+ import stylistic from "@stylistic/eslint-plugin";
2
+ declare const _default: {
3
+ readonly "@stylistic": typeof stylistic;
4
+ readonly "@typescript-eslint": {
5
+ configs: unknown;
6
+ };
7
+ readonly svelte: {
8
+ meta: typeof import("eslint-plugin-svelte/lib/meta.js");
9
+ configs: {
10
+ base: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
11
+ recommended: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
12
+ prettier: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
13
+ all: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
14
+ "flat/base": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
15
+ "flat/recommended": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
16
+ "flat/prettier": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
17
+ "flat/all": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
18
+ };
19
+ rules: {
20
+ [key: string]: import("eslint-plugin-svelte/lib/types.js").RuleModule;
21
+ };
22
+ processors: {
23
+ ".svelte": typeof import("eslint-plugin-svelte/lib/processor/index.js");
24
+ svelte: typeof import("eslint-plugin-svelte/lib/processor/index.js");
25
+ };
26
+ };
27
+ readonly "@html-eslint": {
28
+ configs: {
29
+ recommended: typeof import("@html-eslint/eslint-plugin/types/configs/recommended.js");
30
+ "flat/recommended": import("eslint").Linter.FlatConfig;
31
+ rules: {
32
+ "require-lang": import("../types").RuleModule;
33
+ "require-img-alt": import("../types").RuleModule;
34
+ "require-doctype": import("../types").RuleModule;
35
+ "require-title": import("../types").RuleModule;
36
+ "no-duplicate-id": import("../types").RuleModule;
37
+ "no-inline-styles": import("../types").RuleModule;
38
+ "no-multiple-h1": import("../types").RuleModule;
39
+ "no-extra-spacing-attrs": import("../types").RuleModule;
40
+ "attrs-newline": import("../types").RuleModule;
41
+ "element-newline": import("../types").RuleModule;
42
+ "no-skip-heading-levels": import("../types").RuleModule;
43
+ "require-li-container": import("../types").RuleModule;
44
+ indent: import("../types").RuleModule;
45
+ quotes: import("../types").RuleModule;
46
+ "id-naming-convention": import("../types").RuleModule;
47
+ "no-obsolete-tags": import("../types").RuleModule;
48
+ "require-attrs": import("../types").RuleModule;
49
+ "require-closing-tags": import("../types").RuleModule;
50
+ "require-meta-description": import("../types").RuleModule;
51
+ "require-frame-title": import("../types").RuleModule;
52
+ "no-non-scalable-viewport": import("../types").RuleModule;
53
+ "no-positive-tabindex": import("../types").RuleModule;
54
+ "require-meta-viewport": import("../types").RuleModule;
55
+ "require-meta-charset": import("../types").RuleModule;
56
+ "no-target-blank": import("../types").RuleModule;
57
+ "no-duplicate-attrs": import("../types").RuleModule;
58
+ "no-abstract-roles": import("../types").RuleModule;
59
+ "require-button-type": import("../types").RuleModule;
60
+ "no-aria-hidden-body": import("../types").RuleModule;
61
+ "no-multiple-empty-lines": import("../types").RuleModule;
62
+ "no-accesskey-attrs": import("../types").RuleModule;
63
+ "no-restricted-attrs": import("../types").RuleModule;
64
+ "no-trailing-spaces": import("../types").RuleModule;
65
+ "no-restricted-attr-values": import("../types").RuleModule;
66
+ "no-script-style-type": import("../types").RuleModule;
67
+ lowercase: import("../types").RuleModule;
68
+ "require-open-graph-protocol": import("../types").RuleModule;
69
+ "sort-attrs": import("../types").RuleModule;
70
+ };
71
+ };
72
+ };
73
+ readonly jsonc: {
74
+ meta: typeof import("eslint-plugin-jsonc/meta");
75
+ configs: {
76
+ base: {
77
+ plugins: string[];
78
+ overrides: {
79
+ files: string[];
80
+ parser: string;
81
+ rules: {
82
+ strict: string;
83
+ "no-unused-expressions": string;
84
+ "no-unused-vars": string;
85
+ };
86
+ }[];
87
+ };
88
+ "auto-config": {
89
+ extends: string[];
90
+ rules: {
91
+ "jsonc/auto": string;
92
+ };
93
+ };
94
+ "recommended-with-json": {
95
+ extends: string[];
96
+ rules: {
97
+ "jsonc/comma-dangle": string;
98
+ "jsonc/no-bigint-literals": string;
99
+ "jsonc/no-binary-expression": string;
100
+ "jsonc/no-binary-numeric-literals": string;
101
+ "jsonc/no-comments": string;
102
+ "jsonc/no-dupe-keys": string;
103
+ "jsonc/no-escape-sequence-in-identifier": string;
104
+ "jsonc/no-floating-decimal": string;
105
+ "jsonc/no-hexadecimal-numeric-literals": string;
106
+ "jsonc/no-infinity": string;
107
+ "jsonc/no-multi-str": string;
108
+ "jsonc/no-nan": string;
109
+ "jsonc/no-number-props": string;
110
+ "jsonc/no-numeric-separators": string;
111
+ "jsonc/no-octal-numeric-literals": string;
112
+ "jsonc/no-octal": string;
113
+ "jsonc/no-parenthesized": string;
114
+ "jsonc/no-plus-sign": string;
115
+ "jsonc/no-regexp-literals": string;
116
+ "jsonc/no-sparse-arrays": string;
117
+ "jsonc/no-template-literals": string;
118
+ "jsonc/no-undefined-value": string;
119
+ "jsonc/no-unicode-codepoint-escapes": string;
120
+ "jsonc/no-useless-escape": string;
121
+ "jsonc/quote-props": string;
122
+ "jsonc/quotes": string;
123
+ "jsonc/space-unary-ops": string;
124
+ "jsonc/valid-json-number": string;
125
+ "jsonc/vue-custom-block/no-parsing-error": string;
126
+ };
127
+ };
128
+ "recommended-with-jsonc": {
129
+ extends: string[];
130
+ rules: {
131
+ "jsonc/no-bigint-literals": string;
132
+ "jsonc/no-binary-expression": string;
133
+ "jsonc/no-binary-numeric-literals": string;
134
+ "jsonc/no-dupe-keys": string;
135
+ "jsonc/no-escape-sequence-in-identifier": string;
136
+ "jsonc/no-floating-decimal": string;
137
+ "jsonc/no-hexadecimal-numeric-literals": string;
138
+ "jsonc/no-infinity": string;
139
+ "jsonc/no-multi-str": string;
140
+ "jsonc/no-nan": string;
141
+ "jsonc/no-number-props": string;
142
+ "jsonc/no-numeric-separators": string;
143
+ "jsonc/no-octal-numeric-literals": string;
144
+ "jsonc/no-octal": string;
145
+ "jsonc/no-parenthesized": string;
146
+ "jsonc/no-plus-sign": string;
147
+ "jsonc/no-regexp-literals": string;
148
+ "jsonc/no-sparse-arrays": string;
149
+ "jsonc/no-template-literals": string;
150
+ "jsonc/no-undefined-value": string;
151
+ "jsonc/no-unicode-codepoint-escapes": string;
152
+ "jsonc/no-useless-escape": string;
153
+ "jsonc/quote-props": string;
154
+ "jsonc/quotes": string;
155
+ "jsonc/space-unary-ops": string;
156
+ "jsonc/valid-json-number": string;
157
+ "jsonc/vue-custom-block/no-parsing-error": string;
158
+ };
159
+ };
160
+ "recommended-with-json5": {
161
+ extends: string[];
162
+ rules: {
163
+ "jsonc/no-bigint-literals": string;
164
+ "jsonc/no-binary-expression": string;
165
+ "jsonc/no-binary-numeric-literals": string;
166
+ "jsonc/no-dupe-keys": string;
167
+ "jsonc/no-escape-sequence-in-identifier": string;
168
+ "jsonc/no-number-props": string;
169
+ "jsonc/no-numeric-separators": string;
170
+ "jsonc/no-octal-numeric-literals": string;
171
+ "jsonc/no-octal": string;
172
+ "jsonc/no-parenthesized": string;
173
+ "jsonc/no-regexp-literals": string;
174
+ "jsonc/no-sparse-arrays": string;
175
+ "jsonc/no-template-literals": string;
176
+ "jsonc/no-undefined-value": string;
177
+ "jsonc/no-unicode-codepoint-escapes": string;
178
+ "jsonc/no-useless-escape": string;
179
+ "jsonc/space-unary-ops": string;
180
+ "jsonc/vue-custom-block/no-parsing-error": string;
181
+ };
182
+ };
183
+ prettier: {
184
+ extends: string[];
185
+ rules: {
186
+ "jsonc/array-bracket-newline": string;
187
+ "jsonc/array-bracket-spacing": string;
188
+ "jsonc/array-element-newline": string;
189
+ "jsonc/comma-dangle": string;
190
+ "jsonc/comma-style": string;
191
+ "jsonc/indent": string;
192
+ "jsonc/key-spacing": string;
193
+ "jsonc/no-floating-decimal": string;
194
+ "jsonc/object-curly-newline": string;
195
+ "jsonc/object-curly-spacing": string;
196
+ "jsonc/object-property-newline": string;
197
+ "jsonc/quote-props": string;
198
+ "jsonc/quotes": string;
199
+ "jsonc/space-unary-ops": string;
200
+ };
201
+ };
202
+ all: {
203
+ extends: string[];
204
+ rules: {
205
+ [x: string]: string;
206
+ };
207
+ };
208
+ "flat/base": ({
209
+ plugins: {
210
+ readonly jsonc: import("eslint").ESLint.Plugin;
211
+ };
212
+ files?: undefined;
213
+ languageOptions?: undefined;
214
+ rules?: undefined;
215
+ } | {
216
+ files: string[];
217
+ languageOptions: {
218
+ parser: typeof import("jsonc-eslint-parser");
219
+ };
220
+ rules: {
221
+ strict: "off";
222
+ "no-unused-expressions": "off";
223
+ "no-unused-vars": "off";
224
+ };
225
+ plugins?: undefined;
226
+ })[];
227
+ "flat/recommended-with-json": ({
228
+ plugins: {
229
+ readonly jsonc: import("eslint").ESLint.Plugin;
230
+ };
231
+ files?: undefined;
232
+ languageOptions?: undefined;
233
+ rules?: undefined;
234
+ } | {
235
+ files: string[];
236
+ languageOptions: {
237
+ parser: typeof import("jsonc-eslint-parser");
238
+ };
239
+ rules: {
240
+ strict: "off";
241
+ "no-unused-expressions": "off";
242
+ "no-unused-vars": "off";
243
+ };
244
+ plugins?: undefined;
245
+ } | {
246
+ rules: {
247
+ "jsonc/comma-dangle": "error";
248
+ "jsonc/no-bigint-literals": "error";
249
+ "jsonc/no-binary-expression": "error";
250
+ "jsonc/no-binary-numeric-literals": "error";
251
+ "jsonc/no-comments": "error";
252
+ "jsonc/no-dupe-keys": "error";
253
+ "jsonc/no-escape-sequence-in-identifier": "error";
254
+ "jsonc/no-floating-decimal": "error";
255
+ "jsonc/no-hexadecimal-numeric-literals": "error";
256
+ "jsonc/no-infinity": "error";
257
+ "jsonc/no-multi-str": "error";
258
+ "jsonc/no-nan": "error";
259
+ "jsonc/no-number-props": "error";
260
+ "jsonc/no-numeric-separators": "error";
261
+ "jsonc/no-octal-numeric-literals": "error";
262
+ "jsonc/no-octal": "error";
263
+ "jsonc/no-parenthesized": "error";
264
+ "jsonc/no-plus-sign": "error";
265
+ "jsonc/no-regexp-literals": "error";
266
+ "jsonc/no-sparse-arrays": "error";
267
+ "jsonc/no-template-literals": "error";
268
+ "jsonc/no-undefined-value": "error";
269
+ "jsonc/no-unicode-codepoint-escapes": "error";
270
+ "jsonc/no-useless-escape": "error";
271
+ "jsonc/quote-props": "error";
272
+ "jsonc/quotes": "error";
273
+ "jsonc/space-unary-ops": "error";
274
+ "jsonc/valid-json-number": "error";
275
+ "jsonc/vue-custom-block/no-parsing-error": "error";
276
+ };
277
+ })[];
278
+ "flat/recommended-with-jsonc": ({
279
+ plugins: {
280
+ readonly jsonc: import("eslint").ESLint.Plugin;
281
+ };
282
+ files?: undefined;
283
+ languageOptions?: undefined;
284
+ rules?: undefined;
285
+ } | {
286
+ files: string[];
287
+ languageOptions: {
288
+ parser: typeof import("jsonc-eslint-parser");
289
+ };
290
+ rules: {
291
+ strict: "off";
292
+ "no-unused-expressions": "off";
293
+ "no-unused-vars": "off";
294
+ };
295
+ plugins?: undefined;
296
+ } | {
297
+ rules: {
298
+ "jsonc/no-bigint-literals": "error";
299
+ "jsonc/no-binary-expression": "error";
300
+ "jsonc/no-binary-numeric-literals": "error";
301
+ "jsonc/no-dupe-keys": "error";
302
+ "jsonc/no-escape-sequence-in-identifier": "error";
303
+ "jsonc/no-floating-decimal": "error";
304
+ "jsonc/no-hexadecimal-numeric-literals": "error";
305
+ "jsonc/no-infinity": "error";
306
+ "jsonc/no-multi-str": "error";
307
+ "jsonc/no-nan": "error";
308
+ "jsonc/no-number-props": "error";
309
+ "jsonc/no-numeric-separators": "error";
310
+ "jsonc/no-octal-numeric-literals": "error";
311
+ "jsonc/no-octal": "error";
312
+ "jsonc/no-parenthesized": "error";
313
+ "jsonc/no-plus-sign": "error";
314
+ "jsonc/no-regexp-literals": "error";
315
+ "jsonc/no-sparse-arrays": "error";
316
+ "jsonc/no-template-literals": "error";
317
+ "jsonc/no-undefined-value": "error";
318
+ "jsonc/no-unicode-codepoint-escapes": "error";
319
+ "jsonc/no-useless-escape": "error";
320
+ "jsonc/quote-props": "error";
321
+ "jsonc/quotes": "error";
322
+ "jsonc/space-unary-ops": "error";
323
+ "jsonc/valid-json-number": "error";
324
+ "jsonc/vue-custom-block/no-parsing-error": "error";
325
+ };
326
+ })[];
327
+ "flat/recommended-with-json5": ({
328
+ plugins: {
329
+ readonly jsonc: import("eslint").ESLint.Plugin;
330
+ };
331
+ files?: undefined;
332
+ languageOptions?: undefined;
333
+ rules?: undefined;
334
+ } | {
335
+ files: string[];
336
+ languageOptions: {
337
+ parser: typeof import("jsonc-eslint-parser");
338
+ };
339
+ rules: {
340
+ strict: "off";
341
+ "no-unused-expressions": "off";
342
+ "no-unused-vars": "off";
343
+ };
344
+ plugins?: undefined;
345
+ } | {
346
+ rules: {
347
+ "jsonc/no-bigint-literals": "error";
348
+ "jsonc/no-binary-expression": "error";
349
+ "jsonc/no-binary-numeric-literals": "error";
350
+ "jsonc/no-dupe-keys": "error";
351
+ "jsonc/no-escape-sequence-in-identifier": "error";
352
+ "jsonc/no-number-props": "error";
353
+ "jsonc/no-numeric-separators": "error";
354
+ "jsonc/no-octal-numeric-literals": "error";
355
+ "jsonc/no-octal": "error";
356
+ "jsonc/no-parenthesized": "error";
357
+ "jsonc/no-regexp-literals": "error";
358
+ "jsonc/no-sparse-arrays": "error";
359
+ "jsonc/no-template-literals": "error";
360
+ "jsonc/no-undefined-value": "error";
361
+ "jsonc/no-unicode-codepoint-escapes": "error";
362
+ "jsonc/no-useless-escape": "error";
363
+ "jsonc/space-unary-ops": "error";
364
+ "jsonc/vue-custom-block/no-parsing-error": "error";
365
+ };
366
+ })[];
367
+ "flat/prettier": ({
368
+ plugins: {
369
+ readonly jsonc: import("eslint").ESLint.Plugin;
370
+ };
371
+ files?: undefined;
372
+ languageOptions?: undefined;
373
+ rules?: undefined;
374
+ } | {
375
+ files: string[];
376
+ languageOptions: {
377
+ parser: typeof import("jsonc-eslint-parser");
378
+ };
379
+ rules: {
380
+ strict: "off";
381
+ "no-unused-expressions": "off";
382
+ "no-unused-vars": "off";
383
+ };
384
+ plugins?: undefined;
385
+ } | {
386
+ rules: {
387
+ "jsonc/array-bracket-newline": "off";
388
+ "jsonc/array-bracket-spacing": "off";
389
+ "jsonc/array-element-newline": "off";
390
+ "jsonc/comma-dangle": "off";
391
+ "jsonc/comma-style": "off";
392
+ "jsonc/indent": "off";
393
+ "jsonc/key-spacing": "off";
394
+ "jsonc/no-floating-decimal": "off";
395
+ "jsonc/object-curly-newline": "off";
396
+ "jsonc/object-curly-spacing": "off";
397
+ "jsonc/object-property-newline": "off";
398
+ "jsonc/quote-props": "off";
399
+ "jsonc/quotes": "off";
400
+ "jsonc/space-unary-ops": "off";
401
+ };
402
+ })[];
403
+ "flat/all": ({
404
+ plugins: {
405
+ readonly jsonc: import("eslint").ESLint.Plugin;
406
+ };
407
+ files?: undefined;
408
+ languageOptions?: undefined;
409
+ rules?: undefined;
410
+ } | {
411
+ files: string[];
412
+ languageOptions: {
413
+ parser: typeof import("jsonc-eslint-parser");
414
+ };
415
+ rules: {
416
+ strict: "off";
417
+ "no-unused-expressions": "off";
418
+ "no-unused-vars": "off";
419
+ };
420
+ plugins?: undefined;
421
+ } | {
422
+ rules: {
423
+ [x: string]: import("eslint").Linter.RuleEntry<any[]>;
424
+ };
425
+ })[];
426
+ };
427
+ rules: {
428
+ [key: string]: import("eslint-plugin-jsonc/types").RuleModule;
429
+ };
430
+ parseForESLint: typeof import("eslint-plugin-jsonc").parseForESLint;
431
+ parseJSON: typeof import("jsonc-eslint-parser").parseJSON;
432
+ traverseNodes: typeof import("eslint-plugin-jsonc").traverseNodes;
433
+ getStaticJSONValue: typeof import("eslint-plugin-jsonc").getStaticJSONValue;
434
+ };
435
+ readonly yml: {
436
+ meta: typeof import("eslint-plugin-yml/lib/meta.js");
437
+ configs: {
438
+ base: {
439
+ plugins: string[];
440
+ overrides: {
441
+ files: string[];
442
+ parser: string;
443
+ rules: {
444
+ "no-irregular-whitespace": string;
445
+ "no-unused-vars": string;
446
+ "spaced-comment": string;
447
+ };
448
+ }[];
449
+ };
450
+ recommended: {
451
+ extends: string[];
452
+ rules: {
453
+ "yml/no-empty-document": string;
454
+ "yml/no-empty-key": string;
455
+ "yml/no-empty-mapping-value": string;
456
+ "yml/no-empty-sequence-entry": string;
457
+ "yml/no-irregular-whitespace": string;
458
+ "yml/no-tab-indent": string;
459
+ "yml/vue-custom-block/no-parsing-error": string;
460
+ };
461
+ };
462
+ standard: {
463
+ extends: string[];
464
+ rules: {
465
+ "yml/block-mapping-question-indicator-newline": string;
466
+ "yml/block-mapping": string;
467
+ "yml/block-sequence-hyphen-indicator-newline": string;
468
+ "yml/block-sequence": string;
469
+ "yml/flow-mapping-curly-newline": string;
470
+ "yml/flow-mapping-curly-spacing": string;
471
+ "yml/flow-sequence-bracket-newline": string;
472
+ "yml/flow-sequence-bracket-spacing": string;
473
+ "yml/indent": string;
474
+ "yml/key-spacing": string;
475
+ "yml/no-empty-document": string;
476
+ "yml/no-empty-key": string;
477
+ "yml/no-empty-mapping-value": string;
478
+ "yml/no-empty-sequence-entry": string;
479
+ "yml/no-irregular-whitespace": string;
480
+ "yml/no-tab-indent": string;
481
+ "yml/plain-scalar": string;
482
+ "yml/quotes": string;
483
+ "yml/spaced-comment": string;
484
+ "yml/vue-custom-block/no-parsing-error": string;
485
+ };
486
+ };
487
+ prettier: {
488
+ extends: string[];
489
+ rules: {
490
+ "yml/block-mapping-colon-indicator-newline": string;
491
+ "yml/block-mapping-question-indicator-newline": string;
492
+ "yml/block-sequence-hyphen-indicator-newline": string;
493
+ "yml/flow-mapping-curly-newline": string;
494
+ "yml/flow-mapping-curly-spacing": string;
495
+ "yml/flow-sequence-bracket-newline": string;
496
+ "yml/flow-sequence-bracket-spacing": string;
497
+ "yml/indent": string;
498
+ "yml/key-spacing": string;
499
+ "yml/no-multiple-empty-lines": string;
500
+ "yml/no-trailing-zeros": string;
501
+ "yml/quotes": string;
502
+ };
503
+ };
504
+ "flat/base": ({
505
+ plugins: {
506
+ readonly yml: import("eslint").ESLint.Plugin;
507
+ };
508
+ files?: undefined;
509
+ languageOptions?: undefined;
510
+ rules?: undefined;
511
+ } | {
512
+ files: string[];
513
+ languageOptions: {
514
+ parser: typeof import("yaml-eslint-parser");
515
+ };
516
+ rules: {
517
+ "no-irregular-whitespace": "off";
518
+ "no-unused-vars": "off";
519
+ "spaced-comment": "off";
520
+ };
521
+ plugins?: undefined;
522
+ })[];
523
+ "flat/recommended": ({
524
+ plugins: {
525
+ readonly yml: import("eslint").ESLint.Plugin;
526
+ };
527
+ files?: undefined;
528
+ languageOptions?: undefined;
529
+ rules?: undefined;
530
+ } | {
531
+ files: string[];
532
+ languageOptions: {
533
+ parser: typeof import("yaml-eslint-parser");
534
+ };
535
+ rules: {
536
+ "no-irregular-whitespace": "off";
537
+ "no-unused-vars": "off";
538
+ "spaced-comment": "off";
539
+ };
540
+ plugins?: undefined;
541
+ } | {
542
+ rules: {
543
+ "yml/no-empty-document": "error";
544
+ "yml/no-empty-key": "error";
545
+ "yml/no-empty-mapping-value": "error";
546
+ "yml/no-empty-sequence-entry": "error";
547
+ "yml/no-irregular-whitespace": "error";
548
+ "yml/no-tab-indent": "error";
549
+ "yml/vue-custom-block/no-parsing-error": "error";
550
+ };
551
+ })[];
552
+ "flat/standard": ({
553
+ plugins: {
554
+ readonly yml: import("eslint").ESLint.Plugin;
555
+ };
556
+ files?: undefined;
557
+ languageOptions?: undefined;
558
+ rules?: undefined;
559
+ } | {
560
+ files: string[];
561
+ languageOptions: {
562
+ parser: typeof import("yaml-eslint-parser");
563
+ };
564
+ rules: {
565
+ "no-irregular-whitespace": "off";
566
+ "no-unused-vars": "off";
567
+ "spaced-comment": "off";
568
+ };
569
+ plugins?: undefined;
570
+ } | {
571
+ rules: {
572
+ "yml/block-mapping-question-indicator-newline": "error";
573
+ "yml/block-mapping": "error";
574
+ "yml/block-sequence-hyphen-indicator-newline": "error";
575
+ "yml/block-sequence": "error";
576
+ "yml/flow-mapping-curly-newline": "error";
577
+ "yml/flow-mapping-curly-spacing": "error";
578
+ "yml/flow-sequence-bracket-newline": "error";
579
+ "yml/flow-sequence-bracket-spacing": "error";
580
+ "yml/indent": "error";
581
+ "yml/key-spacing": "error";
582
+ "yml/no-empty-document": "error";
583
+ "yml/no-empty-key": "error";
584
+ "yml/no-empty-mapping-value": "error";
585
+ "yml/no-empty-sequence-entry": "error";
586
+ "yml/no-irregular-whitespace": "error";
587
+ "yml/no-tab-indent": "error";
588
+ "yml/plain-scalar": "error";
589
+ "yml/quotes": "error";
590
+ "yml/spaced-comment": "error";
591
+ "yml/vue-custom-block/no-parsing-error": "error";
592
+ };
593
+ })[];
594
+ "flat/prettier": ({
595
+ plugins: {
596
+ readonly yml: import("eslint").ESLint.Plugin;
597
+ };
598
+ files?: undefined;
599
+ languageOptions?: undefined;
600
+ rules?: undefined;
601
+ } | {
602
+ files: string[];
603
+ languageOptions: {
604
+ parser: typeof import("yaml-eslint-parser");
605
+ };
606
+ rules: {
607
+ "no-irregular-whitespace": "off";
608
+ "no-unused-vars": "off";
609
+ "spaced-comment": "off";
610
+ };
611
+ plugins?: undefined;
612
+ } | {
613
+ rules: {
614
+ "yml/block-mapping-colon-indicator-newline": "off";
615
+ "yml/block-mapping-question-indicator-newline": "off";
616
+ "yml/block-sequence-hyphen-indicator-newline": "off";
617
+ "yml/flow-mapping-curly-newline": "off";
618
+ "yml/flow-mapping-curly-spacing": "off";
619
+ "yml/flow-sequence-bracket-newline": "off";
620
+ "yml/flow-sequence-bracket-spacing": "off";
621
+ "yml/indent": "off";
622
+ "yml/key-spacing": "off";
623
+ "yml/no-multiple-empty-lines": "off";
624
+ "yml/no-trailing-zeros": "off";
625
+ "yml/quotes": "off";
626
+ };
627
+ })[];
628
+ };
629
+ rules: {
630
+ [key: string]: import("eslint-plugin-yml/lib/types.js").RuleModule;
631
+ };
632
+ };
633
+ };
634
+ export default _default;
635
+ //# sourceMappingURL=_Plugins.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_Plugins.d.ts","sourceRoot":"","sources":["../../src/plugins/_Plugins.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,0BAA0B,CAAC;;;mCASR;QAAE,OAAO,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAMu5nB,CAAC;+BAA4C,CAAC;qBAAkC,CAAC;;;;;;;;;;;uBAA+X,CAAC;;;;;;qBAAmN,CAAC;+BAA4C,CAAC;qBAAkC,CAAC;;;;;;;;;;;uBAA+X,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAu3D,CAAC;+BAA4C,CAAC;qBAAkC,CAAC;;;;;;;;;;;uBAA+X,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAkxD,CAAC;+BAA4C,CAAC;qBAAkC,CAAC;;;;;;;;;;;uBAA+X,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAwyC,CAAC;+BAA4C,CAAC;qBAAkC,CAAC;;;;;;;;;;;uBAA+X,CAAC;;;;;;;;;;;;;;;;;;;;;;;qBAA89B,CAAC;+BAA4C,CAAC;qBAAkC,CAAC;;;;;;;;;;;uBAA+X,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAv20B,CAAC;+BAAwC,CAAC;qBAA8B,CAAC;;;;;;;;;;;uBAA8V,CAAC;;;;;;qBAA+K,CAAC;+BAAwC,CAAC;qBAA8B,CAAC;;;;;;;;;;;uBAA8V,CAAC;;;;;;;;;;;;;;;;qBAAolB,CAAC;+BAAwC,CAAC;qBAA8B,CAAC;;;;;;;;;;;uBAA8V,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAA0wC,CAAC;+BAAwC,CAAC;qBAA8B,CAAC;;;;;;;;;;;uBAA8V,CAAC;;;;;;;;;;;;;;;;;;;;;;;AARlmM,wBAO4C"}
@@ -0,0 +1,15 @@
1
+ import stylistic from "@stylistic/eslint-plugin";
2
+ import ts from "@typescript-eslint/eslint-plugin";
3
+ import svelte from "eslint-plugin-svelte";
4
+ import html from "@html-eslint/eslint-plugin";
5
+ import jsonc from "eslint-plugin-jsonc";
6
+ import yml from "eslint-plugin-yml";
7
+ export default {
8
+ "@stylistic": stylistic,
9
+ "@typescript-eslint": ts,
10
+ svelte,
11
+ "@html-eslint": html,
12
+ jsonc,
13
+ yml,
14
+ };
15
+ //# sourceMappingURL=_Plugins.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_Plugins.js","sourceRoot":"","sources":["../../src/plugins/_Plugins.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,0BAA0B,CAAC;AACjD,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAClD,OAAO,MAAM,MAAM,sBAAsB,CAAC;AAC1C,OAAO,IAAI,MAAM,4BAA4B,CAAC;AAC9C,OAAO,KAAK,MAAM,qBAAqB,CAAC;AACxC,OAAO,GAAG,MAAM,mBAAmB,CAAC;AAEpC,eAAe;IACb,YAAY,EAAE,SAAS;IACvB,oBAAoB,EAAE,EAAqC;IAC3D,MAAM;IACN,cAAc,EAAE,IAAI;IACpB,KAAK;IACL,GAAG;CACsC,CAAC"}
@@ -632,4 +632,4 @@ declare const _default: {
632
632
  };
633
633
  };
634
634
  export default _default;
635
- //# sourceMappingURL=plugins.d.ts.map
635
+ //# sourceMappingURL=Plugins.d.ts.map