@jsse/eslint-config 0.2.19 → 0.2.21

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 (137) hide show
  1. package/README.md +1 -1
  2. package/dist/cli.cjs +1 -1
  3. package/dist/cli.js +1 -1
  4. package/dist/esm/cli.d.ts +1 -0
  5. package/dist/esm/cli.js +96 -0
  6. package/dist/esm/cli.js.map +1 -0
  7. package/dist/esm/config-fns.d.ts +56 -0
  8. package/dist/esm/config-fns.js +76 -0
  9. package/dist/esm/config-fns.js.map +1 -0
  10. package/dist/esm/configs/antfu.d.ts +4 -0
  11. package/dist/esm/configs/antfu.js +31 -0
  12. package/dist/esm/configs/antfu.js.map +1 -0
  13. package/dist/esm/configs/comments.d.ts +2 -0
  14. package/dist/esm/configs/comments.js +17 -0
  15. package/dist/esm/configs/comments.js.map +1 -0
  16. package/dist/esm/configs/gql.d.ts +2 -0
  17. package/dist/esm/configs/gql.js +5 -0
  18. package/dist/esm/configs/gql.js.map +1 -0
  19. package/dist/esm/configs/ignores.d.ts +2 -0
  20. package/dist/esm/configs/ignores.js +10 -0
  21. package/dist/esm/configs/ignores.js.map +1 -0
  22. package/dist/esm/configs/imports.d.ts +2 -0
  23. package/dist/esm/configs/imports.js +30 -0
  24. package/dist/esm/configs/imports.js.map +1 -0
  25. package/dist/esm/configs/javascript.d.ts +6 -0
  26. package/dist/esm/configs/javascript.js +263 -0
  27. package/dist/esm/configs/javascript.js.map +1 -0
  28. package/dist/esm/configs/jsdoc.d.ts +2 -0
  29. package/dist/esm/configs/jsdoc.js +32 -0
  30. package/dist/esm/configs/jsdoc.js.map +1 -0
  31. package/dist/esm/configs/jsonc.d.ts +4 -0
  32. package/dist/esm/configs/jsonc.js +77 -0
  33. package/dist/esm/configs/jsonc.js.map +1 -0
  34. package/dist/esm/configs/markdown.d.ts +4 -0
  35. package/dist/esm/configs/markdown.js +123 -0
  36. package/dist/esm/configs/markdown.js.map +1 -0
  37. package/dist/esm/configs/n.d.ts +2 -0
  38. package/dist/esm/configs/n.js +22 -0
  39. package/dist/esm/configs/n.js.map +1 -0
  40. package/dist/esm/configs/no-only-tests.d.ts +4 -0
  41. package/dist/esm/configs/no-only-tests.js +32 -0
  42. package/dist/esm/configs/no-only-tests.js.map +1 -0
  43. package/dist/esm/configs/perfectionist.d.ts +7 -0
  44. package/dist/esm/configs/perfectionist.js +61 -0
  45. package/dist/esm/configs/perfectionist.js.map +1 -0
  46. package/dist/esm/configs/prettier.d.ts +7 -0
  47. package/dist/esm/configs/prettier.js +127 -0
  48. package/dist/esm/configs/prettier.js.map +1 -0
  49. package/dist/esm/configs/react.d.ts +6 -0
  50. package/dist/esm/configs/react.js +302 -0
  51. package/dist/esm/configs/react.js.map +1 -0
  52. package/dist/esm/configs/sort-package-json.d.ts +7 -0
  53. package/dist/esm/configs/sort-package-json.js +90 -0
  54. package/dist/esm/configs/sort-package-json.js.map +1 -0
  55. package/dist/esm/configs/sort-tsconfig.d.ts +14 -0
  56. package/dist/esm/configs/sort-tsconfig.js +134 -0
  57. package/dist/esm/configs/sort-tsconfig.js.map +1 -0
  58. package/dist/esm/configs/stylistic.d.ts +2 -0
  59. package/dist/esm/configs/stylistic.js +38 -0
  60. package/dist/esm/configs/stylistic.js.map +1 -0
  61. package/dist/esm/configs/tailwind.d.ts +2 -0
  62. package/dist/esm/configs/tailwind.js +49 -0
  63. package/dist/esm/configs/tailwind.js.map +1 -0
  64. package/dist/esm/configs/toml.d.ts +2 -0
  65. package/dist/esm/configs/toml.js +51 -0
  66. package/dist/esm/configs/toml.js.map +1 -0
  67. package/dist/esm/configs/ts/parser.d.ts +7 -0
  68. package/dist/esm/configs/ts/parser.js +66 -0
  69. package/dist/esm/configs/ts/parser.js.map +1 -0
  70. package/dist/esm/configs/ts/requires-type-checking.d.ts +1 -0
  71. package/dist/esm/configs/ts/requires-type-checking.js +58 -0
  72. package/dist/esm/configs/ts/requires-type-checking.js.map +1 -0
  73. package/dist/esm/configs/ts/typescript-language-options.d.ts +2 -0
  74. package/dist/esm/configs/ts/typescript-language-options.js +23 -0
  75. package/dist/esm/configs/ts/typescript-language-options.js.map +1 -0
  76. package/dist/esm/configs/ts/typescript-rules.d.ts +6 -0
  77. package/dist/esm/configs/ts/typescript-rules.js +416 -0
  78. package/dist/esm/configs/ts/typescript-rules.js.map +1 -0
  79. package/dist/esm/configs/ts/typescript.d.ts +4 -0
  80. package/dist/esm/configs/ts/typescript.js +110 -0
  81. package/dist/esm/configs/ts/typescript.js.map +1 -0
  82. package/dist/esm/configs/tsdoc.d.ts +2 -0
  83. package/dist/esm/configs/tsdoc.js +17 -0
  84. package/dist/esm/configs/tsdoc.js.map +1 -0
  85. package/dist/esm/configs/unicorn.d.ts +2 -0
  86. package/dist/esm/configs/unicorn.js +116 -0
  87. package/dist/esm/configs/unicorn.js.map +1 -0
  88. package/dist/esm/configs/vitest.d.ts +4 -0
  89. package/dist/esm/configs/vitest.js +30 -0
  90. package/dist/esm/configs/vitest.js.map +1 -0
  91. package/dist/esm/configs/yml.d.ts +4 -0
  92. package/dist/esm/configs/yml.js +52 -0
  93. package/dist/esm/configs/yml.js.map +1 -0
  94. package/dist/esm/const.d.ts +5 -0
  95. package/dist/esm/const.js +12 -0
  96. package/dist/esm/const.js.map +1 -0
  97. package/dist/esm/define-config.d.ts +7 -0
  98. package/dist/esm/define-config.js +234 -0
  99. package/dist/esm/define-config.js.map +1 -0
  100. package/dist/esm/dev.d.ts +4 -0
  101. package/dist/esm/dev.js +26 -0
  102. package/dist/esm/dev.js.map +1 -0
  103. package/dist/esm/fixable.d.ts +1 -0
  104. package/dist/esm/fixable.js +390 -0
  105. package/dist/esm/fixable.js.map +1 -0
  106. package/dist/esm/globs.d.ts +25 -0
  107. package/dist/esm/globs.js +74 -0
  108. package/dist/esm/globs.js.map +1 -0
  109. package/dist/esm/index.d.ts +8 -0
  110. package/dist/esm/index.js +9 -0
  111. package/dist/esm/index.js.map +1 -0
  112. package/dist/esm/lager.d.ts +31 -0
  113. package/dist/esm/lager.js +87 -0
  114. package/dist/esm/lager.js.map +1 -0
  115. package/dist/esm/plugindex.d.ts +7 -0
  116. package/dist/esm/plugindex.js +61 -0
  117. package/dist/esm/plugindex.js.map +1 -0
  118. package/dist/esm/plugins-all.d.ts +23 -0
  119. package/dist/esm/plugins-all.js +27 -0
  120. package/dist/esm/plugins-all.js.map +1 -0
  121. package/dist/esm/plugins.d.ts +983 -0
  122. package/dist/esm/plugins.js +113 -0
  123. package/dist/esm/plugins.js.map +1 -0
  124. package/dist/esm/presets.d.ts +2 -0
  125. package/dist/esm/presets.js +13 -0
  126. package/dist/esm/presets.js.map +1 -0
  127. package/dist/esm/types.d.ts +255 -0
  128. package/dist/esm/types.js +2 -0
  129. package/dist/esm/types.js.map +1 -0
  130. package/dist/esm/utils.d.ts +51 -0
  131. package/dist/esm/utils.js +157 -0
  132. package/dist/esm/utils.js.map +1 -0
  133. package/dist/index.cjs +908 -307
  134. package/dist/index.d.cts +207 -25
  135. package/dist/index.d.ts +207 -25
  136. package/dist/index.js +909 -315
  137. package/package.json +23 -14
@@ -0,0 +1,983 @@
1
+ import type { Rule } from "eslint";
2
+ export { default as pluginEslintComments } from "@eslint-community/eslint-plugin-eslint-comments";
3
+ export { default as pluginTs } from "@typescript-eslint/eslint-plugin";
4
+ export * as parserTs from "@typescript-eslint/parser";
5
+ export { default as pluginAntfu } from "eslint-plugin-antfu";
6
+ export * as pluginImport from "eslint-plugin-import-x";
7
+ export { default as pluginN } from "eslint-plugin-n";
8
+ export { default as pluginPerfectionist } from "eslint-plugin-perfectionist";
9
+ export { default as pluginUnicorn } from "eslint-plugin-unicorn";
10
+ export { default as pluginUnusedImports } from "eslint-plugin-unused-imports";
11
+ export declare function importPluginReact(): Promise<{
12
+ pluginReact: typeof import("eslint-plugin-react");
13
+ }>;
14
+ export declare function importPluginReactHooks(): Promise<{
15
+ pluginReactHooks: any;
16
+ }>;
17
+ export declare function importPluginReactRefresh(): Promise<{
18
+ pluginReactRefresh: any;
19
+ }>;
20
+ export declare function importReactPlugins(): Promise<{
21
+ pluginReact: typeof import("eslint-plugin-react");
22
+ pluginReactHooks: any;
23
+ pluginReactRefresh: any;
24
+ }>;
25
+ export declare function importParserJsonc(): Promise<{
26
+ parserJsonc: typeof import("jsonc-eslint-parser");
27
+ }>;
28
+ export declare function importPluginJsonc(): Promise<{
29
+ pluginJsonc: {
30
+ meta: typeof import("eslint-plugin-jsonc/meta");
31
+ configs: {
32
+ base: {
33
+ plugins: string[];
34
+ overrides: {
35
+ files: string[];
36
+ parser: string;
37
+ rules: {
38
+ strict: string;
39
+ "no-unused-expressions": string;
40
+ "no-unused-vars": string;
41
+ };
42
+ }[];
43
+ };
44
+ "auto-config": {
45
+ extends: string[];
46
+ rules: {
47
+ "jsonc/auto": string;
48
+ };
49
+ };
50
+ "recommended-with-json": {
51
+ extends: string[];
52
+ rules: {
53
+ "jsonc/comma-dangle": string;
54
+ "jsonc/no-bigint-literals": string;
55
+ "jsonc/no-binary-expression": string;
56
+ "jsonc/no-binary-numeric-literals": string;
57
+ "jsonc/no-comments": string;
58
+ "jsonc/no-dupe-keys": string;
59
+ "jsonc/no-escape-sequence-in-identifier": string;
60
+ "jsonc/no-floating-decimal": string;
61
+ "jsonc/no-hexadecimal-numeric-literals": string;
62
+ "jsonc/no-infinity": string;
63
+ "jsonc/no-multi-str": string;
64
+ "jsonc/no-nan": string;
65
+ "jsonc/no-number-props": string;
66
+ "jsonc/no-numeric-separators": string;
67
+ "jsonc/no-octal-numeric-literals": string;
68
+ "jsonc/no-octal": string;
69
+ "jsonc/no-parenthesized": string;
70
+ "jsonc/no-plus-sign": string;
71
+ "jsonc/no-regexp-literals": string;
72
+ "jsonc/no-sparse-arrays": string;
73
+ "jsonc/no-template-literals": string;
74
+ "jsonc/no-undefined-value": string;
75
+ "jsonc/no-unicode-codepoint-escapes": string;
76
+ "jsonc/no-useless-escape": string;
77
+ "jsonc/quote-props": string;
78
+ "jsonc/quotes": string;
79
+ "jsonc/space-unary-ops": string;
80
+ "jsonc/valid-json-number": string;
81
+ "jsonc/vue-custom-block/no-parsing-error": string;
82
+ };
83
+ };
84
+ "recommended-with-jsonc": {
85
+ extends: string[];
86
+ rules: {
87
+ "jsonc/no-bigint-literals": string;
88
+ "jsonc/no-binary-expression": string;
89
+ "jsonc/no-binary-numeric-literals": string;
90
+ "jsonc/no-dupe-keys": string;
91
+ "jsonc/no-escape-sequence-in-identifier": string;
92
+ "jsonc/no-floating-decimal": string;
93
+ "jsonc/no-hexadecimal-numeric-literals": string;
94
+ "jsonc/no-infinity": string;
95
+ "jsonc/no-multi-str": string;
96
+ "jsonc/no-nan": string;
97
+ "jsonc/no-number-props": string;
98
+ "jsonc/no-numeric-separators": string;
99
+ "jsonc/no-octal-numeric-literals": string;
100
+ "jsonc/no-octal": string;
101
+ "jsonc/no-parenthesized": string;
102
+ "jsonc/no-plus-sign": string;
103
+ "jsonc/no-regexp-literals": string;
104
+ "jsonc/no-sparse-arrays": string;
105
+ "jsonc/no-template-literals": string;
106
+ "jsonc/no-undefined-value": string;
107
+ "jsonc/no-unicode-codepoint-escapes": string;
108
+ "jsonc/no-useless-escape": string;
109
+ "jsonc/quote-props": string;
110
+ "jsonc/quotes": string;
111
+ "jsonc/space-unary-ops": string;
112
+ "jsonc/valid-json-number": string;
113
+ "jsonc/vue-custom-block/no-parsing-error": string;
114
+ };
115
+ };
116
+ "recommended-with-json5": {
117
+ extends: string[];
118
+ rules: {
119
+ "jsonc/no-bigint-literals": string;
120
+ "jsonc/no-binary-expression": string;
121
+ "jsonc/no-binary-numeric-literals": string;
122
+ "jsonc/no-dupe-keys": string;
123
+ "jsonc/no-escape-sequence-in-identifier": string;
124
+ "jsonc/no-number-props": string;
125
+ "jsonc/no-numeric-separators": string;
126
+ "jsonc/no-octal-numeric-literals": string;
127
+ "jsonc/no-octal": string;
128
+ "jsonc/no-parenthesized": string;
129
+ "jsonc/no-regexp-literals": string;
130
+ "jsonc/no-sparse-arrays": string;
131
+ "jsonc/no-template-literals": string;
132
+ "jsonc/no-undefined-value": string;
133
+ "jsonc/no-unicode-codepoint-escapes": string;
134
+ "jsonc/no-useless-escape": string;
135
+ "jsonc/space-unary-ops": string;
136
+ "jsonc/vue-custom-block/no-parsing-error": string;
137
+ };
138
+ };
139
+ prettier: {
140
+ extends: string[];
141
+ rules: {
142
+ "jsonc/array-bracket-newline": string;
143
+ "jsonc/array-bracket-spacing": string;
144
+ "jsonc/array-element-newline": string;
145
+ "jsonc/comma-dangle": string;
146
+ "jsonc/comma-style": string;
147
+ "jsonc/indent": string;
148
+ "jsonc/key-spacing": string;
149
+ "jsonc/no-floating-decimal": string;
150
+ "jsonc/object-curly-newline": string;
151
+ "jsonc/object-curly-spacing": string;
152
+ "jsonc/object-property-newline": string;
153
+ "jsonc/quote-props": string;
154
+ "jsonc/quotes": string;
155
+ "jsonc/space-unary-ops": string;
156
+ };
157
+ };
158
+ all: {
159
+ extends: string[];
160
+ rules: {
161
+ [x: string]: string;
162
+ };
163
+ };
164
+ "flat/base": ({
165
+ plugins: {
166
+ readonly jsonc: import("eslint").ESLint.Plugin;
167
+ };
168
+ files?: undefined;
169
+ languageOptions?: undefined;
170
+ rules?: undefined;
171
+ } | {
172
+ files: string[];
173
+ languageOptions: {
174
+ parser: typeof import("jsonc-eslint-parser");
175
+ };
176
+ rules: {
177
+ strict: "off";
178
+ "no-unused-expressions": "off";
179
+ "no-unused-vars": "off";
180
+ };
181
+ plugins?: undefined;
182
+ })[];
183
+ "flat/recommended-with-json": ({
184
+ plugins: {
185
+ readonly jsonc: import("eslint").ESLint.Plugin;
186
+ };
187
+ files?: undefined;
188
+ languageOptions?: undefined;
189
+ rules?: undefined;
190
+ } | {
191
+ files: string[];
192
+ languageOptions: {
193
+ parser: typeof import("jsonc-eslint-parser");
194
+ };
195
+ rules: {
196
+ strict: "off";
197
+ "no-unused-expressions": "off";
198
+ "no-unused-vars": "off";
199
+ };
200
+ plugins?: undefined;
201
+ } | {
202
+ rules: {
203
+ "jsonc/comma-dangle": "error";
204
+ "jsonc/no-bigint-literals": "error";
205
+ "jsonc/no-binary-expression": "error";
206
+ "jsonc/no-binary-numeric-literals": "error";
207
+ "jsonc/no-comments": "error";
208
+ "jsonc/no-dupe-keys": "error";
209
+ "jsonc/no-escape-sequence-in-identifier": "error";
210
+ "jsonc/no-floating-decimal": "error";
211
+ "jsonc/no-hexadecimal-numeric-literals": "error";
212
+ "jsonc/no-infinity": "error";
213
+ "jsonc/no-multi-str": "error";
214
+ "jsonc/no-nan": "error";
215
+ "jsonc/no-number-props": "error";
216
+ "jsonc/no-numeric-separators": "error";
217
+ "jsonc/no-octal-numeric-literals": "error";
218
+ "jsonc/no-octal": "error";
219
+ "jsonc/no-parenthesized": "error";
220
+ "jsonc/no-plus-sign": "error";
221
+ "jsonc/no-regexp-literals": "error";
222
+ "jsonc/no-sparse-arrays": "error";
223
+ "jsonc/no-template-literals": "error";
224
+ "jsonc/no-undefined-value": "error";
225
+ "jsonc/no-unicode-codepoint-escapes": "error";
226
+ "jsonc/no-useless-escape": "error";
227
+ "jsonc/quote-props": "error";
228
+ "jsonc/quotes": "error";
229
+ "jsonc/space-unary-ops": "error";
230
+ "jsonc/valid-json-number": "error";
231
+ "jsonc/vue-custom-block/no-parsing-error": "error";
232
+ };
233
+ })[];
234
+ "flat/recommended-with-jsonc": ({
235
+ plugins: {
236
+ readonly jsonc: import("eslint").ESLint.Plugin;
237
+ };
238
+ files?: undefined;
239
+ languageOptions?: undefined;
240
+ rules?: undefined;
241
+ } | {
242
+ files: string[];
243
+ languageOptions: {
244
+ parser: typeof import("jsonc-eslint-parser");
245
+ };
246
+ rules: {
247
+ strict: "off";
248
+ "no-unused-expressions": "off";
249
+ "no-unused-vars": "off";
250
+ };
251
+ plugins?: undefined;
252
+ } | {
253
+ rules: {
254
+ "jsonc/no-bigint-literals": "error";
255
+ "jsonc/no-binary-expression": "error";
256
+ "jsonc/no-binary-numeric-literals": "error";
257
+ "jsonc/no-dupe-keys": "error";
258
+ "jsonc/no-escape-sequence-in-identifier": "error";
259
+ "jsonc/no-floating-decimal": "error";
260
+ "jsonc/no-hexadecimal-numeric-literals": "error";
261
+ "jsonc/no-infinity": "error";
262
+ "jsonc/no-multi-str": "error";
263
+ "jsonc/no-nan": "error";
264
+ "jsonc/no-number-props": "error";
265
+ "jsonc/no-numeric-separators": "error";
266
+ "jsonc/no-octal-numeric-literals": "error";
267
+ "jsonc/no-octal": "error";
268
+ "jsonc/no-parenthesized": "error";
269
+ "jsonc/no-plus-sign": "error";
270
+ "jsonc/no-regexp-literals": "error";
271
+ "jsonc/no-sparse-arrays": "error";
272
+ "jsonc/no-template-literals": "error";
273
+ "jsonc/no-undefined-value": "error";
274
+ "jsonc/no-unicode-codepoint-escapes": "error";
275
+ "jsonc/no-useless-escape": "error";
276
+ "jsonc/quote-props": "error";
277
+ "jsonc/quotes": "error";
278
+ "jsonc/space-unary-ops": "error";
279
+ "jsonc/valid-json-number": "error";
280
+ "jsonc/vue-custom-block/no-parsing-error": "error";
281
+ };
282
+ })[];
283
+ "flat/recommended-with-json5": ({
284
+ plugins: {
285
+ readonly jsonc: import("eslint").ESLint.Plugin;
286
+ };
287
+ files?: undefined;
288
+ languageOptions?: undefined;
289
+ rules?: undefined;
290
+ } | {
291
+ files: string[];
292
+ languageOptions: {
293
+ parser: typeof import("jsonc-eslint-parser");
294
+ };
295
+ rules: {
296
+ strict: "off";
297
+ "no-unused-expressions": "off";
298
+ "no-unused-vars": "off";
299
+ };
300
+ plugins?: undefined;
301
+ } | {
302
+ rules: {
303
+ "jsonc/no-bigint-literals": "error";
304
+ "jsonc/no-binary-expression": "error";
305
+ "jsonc/no-binary-numeric-literals": "error";
306
+ "jsonc/no-dupe-keys": "error";
307
+ "jsonc/no-escape-sequence-in-identifier": "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-regexp-literals": "error";
314
+ "jsonc/no-sparse-arrays": "error";
315
+ "jsonc/no-template-literals": "error";
316
+ "jsonc/no-undefined-value": "error";
317
+ "jsonc/no-unicode-codepoint-escapes": "error";
318
+ "jsonc/no-useless-escape": "error";
319
+ "jsonc/space-unary-ops": "error";
320
+ "jsonc/vue-custom-block/no-parsing-error": "error";
321
+ };
322
+ })[];
323
+ "flat/prettier": ({
324
+ plugins: {
325
+ readonly jsonc: import("eslint").ESLint.Plugin;
326
+ };
327
+ files?: undefined;
328
+ languageOptions?: undefined;
329
+ rules?: undefined;
330
+ } | {
331
+ files: string[];
332
+ languageOptions: {
333
+ parser: typeof import("jsonc-eslint-parser");
334
+ };
335
+ rules: {
336
+ strict: "off";
337
+ "no-unused-expressions": "off";
338
+ "no-unused-vars": "off";
339
+ };
340
+ plugins?: undefined;
341
+ } | {
342
+ rules: {
343
+ "jsonc/array-bracket-newline": "off";
344
+ "jsonc/array-bracket-spacing": "off";
345
+ "jsonc/array-element-newline": "off";
346
+ "jsonc/comma-dangle": "off";
347
+ "jsonc/comma-style": "off";
348
+ "jsonc/indent": "off";
349
+ "jsonc/key-spacing": "off";
350
+ "jsonc/no-floating-decimal": "off";
351
+ "jsonc/object-curly-newline": "off";
352
+ "jsonc/object-curly-spacing": "off";
353
+ "jsonc/object-property-newline": "off";
354
+ "jsonc/quote-props": "off";
355
+ "jsonc/quotes": "off";
356
+ "jsonc/space-unary-ops": "off";
357
+ };
358
+ })[];
359
+ "flat/all": ({
360
+ plugins: {
361
+ readonly jsonc: import("eslint").ESLint.Plugin;
362
+ };
363
+ files?: undefined;
364
+ languageOptions?: undefined;
365
+ rules?: undefined;
366
+ } | {
367
+ files: string[];
368
+ languageOptions: {
369
+ parser: typeof import("jsonc-eslint-parser");
370
+ };
371
+ rules: {
372
+ strict: "off";
373
+ "no-unused-expressions": "off";
374
+ "no-unused-vars": "off";
375
+ };
376
+ plugins?: undefined;
377
+ } | {
378
+ rules: {
379
+ [x: string]: import("eslint").Linter.RuleEntry<any[]>;
380
+ };
381
+ })[];
382
+ };
383
+ rules: {
384
+ [key: string]: import("eslint-plugin-jsonc/types").RuleModule;
385
+ };
386
+ parseForESLint: typeof import("jsonc-eslint-parser").parseForESLint;
387
+ parseJSON: typeof import("jsonc-eslint-parser").parseJSON;
388
+ traverseNodes: typeof import("jsonc-eslint-parser").traverseNodes;
389
+ getStaticJSONValue: typeof import("jsonc-eslint-parser").getStaticJSONValue;
390
+ };
391
+ }>;
392
+ export declare function importJsoncLibs(): Promise<{
393
+ parserJsonc: typeof import("jsonc-eslint-parser");
394
+ pluginJsonc: {
395
+ meta: typeof import("eslint-plugin-jsonc/meta");
396
+ configs: {
397
+ base: {
398
+ plugins: string[];
399
+ overrides: {
400
+ files: string[];
401
+ parser: string;
402
+ rules: {
403
+ strict: string;
404
+ "no-unused-expressions": string;
405
+ "no-unused-vars": string;
406
+ };
407
+ }[];
408
+ };
409
+ "auto-config": {
410
+ extends: string[];
411
+ rules: {
412
+ "jsonc/auto": string;
413
+ };
414
+ };
415
+ "recommended-with-json": {
416
+ extends: string[];
417
+ rules: {
418
+ "jsonc/comma-dangle": string;
419
+ "jsonc/no-bigint-literals": string;
420
+ "jsonc/no-binary-expression": string;
421
+ "jsonc/no-binary-numeric-literals": string;
422
+ "jsonc/no-comments": string;
423
+ "jsonc/no-dupe-keys": string;
424
+ "jsonc/no-escape-sequence-in-identifier": string;
425
+ "jsonc/no-floating-decimal": string;
426
+ "jsonc/no-hexadecimal-numeric-literals": string;
427
+ "jsonc/no-infinity": string;
428
+ "jsonc/no-multi-str": string;
429
+ "jsonc/no-nan": string;
430
+ "jsonc/no-number-props": string;
431
+ "jsonc/no-numeric-separators": string;
432
+ "jsonc/no-octal-numeric-literals": string;
433
+ "jsonc/no-octal": string;
434
+ "jsonc/no-parenthesized": string;
435
+ "jsonc/no-plus-sign": string;
436
+ "jsonc/no-regexp-literals": string;
437
+ "jsonc/no-sparse-arrays": string;
438
+ "jsonc/no-template-literals": string;
439
+ "jsonc/no-undefined-value": string;
440
+ "jsonc/no-unicode-codepoint-escapes": string;
441
+ "jsonc/no-useless-escape": string;
442
+ "jsonc/quote-props": string;
443
+ "jsonc/quotes": string;
444
+ "jsonc/space-unary-ops": string;
445
+ "jsonc/valid-json-number": string;
446
+ "jsonc/vue-custom-block/no-parsing-error": string;
447
+ };
448
+ };
449
+ "recommended-with-jsonc": {
450
+ extends: string[];
451
+ rules: {
452
+ "jsonc/no-bigint-literals": string;
453
+ "jsonc/no-binary-expression": string;
454
+ "jsonc/no-binary-numeric-literals": string;
455
+ "jsonc/no-dupe-keys": string;
456
+ "jsonc/no-escape-sequence-in-identifier": string;
457
+ "jsonc/no-floating-decimal": string;
458
+ "jsonc/no-hexadecimal-numeric-literals": string;
459
+ "jsonc/no-infinity": string;
460
+ "jsonc/no-multi-str": string;
461
+ "jsonc/no-nan": string;
462
+ "jsonc/no-number-props": string;
463
+ "jsonc/no-numeric-separators": string;
464
+ "jsonc/no-octal-numeric-literals": string;
465
+ "jsonc/no-octal": string;
466
+ "jsonc/no-parenthesized": string;
467
+ "jsonc/no-plus-sign": string;
468
+ "jsonc/no-regexp-literals": string;
469
+ "jsonc/no-sparse-arrays": string;
470
+ "jsonc/no-template-literals": string;
471
+ "jsonc/no-undefined-value": string;
472
+ "jsonc/no-unicode-codepoint-escapes": string;
473
+ "jsonc/no-useless-escape": string;
474
+ "jsonc/quote-props": string;
475
+ "jsonc/quotes": string;
476
+ "jsonc/space-unary-ops": string;
477
+ "jsonc/valid-json-number": string;
478
+ "jsonc/vue-custom-block/no-parsing-error": string;
479
+ };
480
+ };
481
+ "recommended-with-json5": {
482
+ extends: string[];
483
+ rules: {
484
+ "jsonc/no-bigint-literals": string;
485
+ "jsonc/no-binary-expression": string;
486
+ "jsonc/no-binary-numeric-literals": string;
487
+ "jsonc/no-dupe-keys": string;
488
+ "jsonc/no-escape-sequence-in-identifier": string;
489
+ "jsonc/no-number-props": string;
490
+ "jsonc/no-numeric-separators": string;
491
+ "jsonc/no-octal-numeric-literals": string;
492
+ "jsonc/no-octal": string;
493
+ "jsonc/no-parenthesized": string;
494
+ "jsonc/no-regexp-literals": string;
495
+ "jsonc/no-sparse-arrays": string;
496
+ "jsonc/no-template-literals": string;
497
+ "jsonc/no-undefined-value": string;
498
+ "jsonc/no-unicode-codepoint-escapes": string;
499
+ "jsonc/no-useless-escape": string;
500
+ "jsonc/space-unary-ops": string;
501
+ "jsonc/vue-custom-block/no-parsing-error": string;
502
+ };
503
+ };
504
+ prettier: {
505
+ extends: string[];
506
+ rules: {
507
+ "jsonc/array-bracket-newline": string;
508
+ "jsonc/array-bracket-spacing": string;
509
+ "jsonc/array-element-newline": string;
510
+ "jsonc/comma-dangle": string;
511
+ "jsonc/comma-style": string;
512
+ "jsonc/indent": string;
513
+ "jsonc/key-spacing": string;
514
+ "jsonc/no-floating-decimal": string;
515
+ "jsonc/object-curly-newline": string;
516
+ "jsonc/object-curly-spacing": string;
517
+ "jsonc/object-property-newline": string;
518
+ "jsonc/quote-props": string;
519
+ "jsonc/quotes": string;
520
+ "jsonc/space-unary-ops": string;
521
+ };
522
+ };
523
+ all: {
524
+ extends: string[];
525
+ rules: {
526
+ [x: string]: string;
527
+ };
528
+ };
529
+ "flat/base": ({
530
+ plugins: {
531
+ readonly jsonc: import("eslint").ESLint.Plugin;
532
+ };
533
+ files?: undefined;
534
+ languageOptions?: undefined;
535
+ rules?: undefined;
536
+ } | {
537
+ files: string[];
538
+ languageOptions: {
539
+ parser: typeof import("jsonc-eslint-parser");
540
+ };
541
+ rules: {
542
+ strict: "off";
543
+ "no-unused-expressions": "off";
544
+ "no-unused-vars": "off";
545
+ };
546
+ plugins?: undefined;
547
+ })[];
548
+ "flat/recommended-with-json": ({
549
+ plugins: {
550
+ readonly jsonc: import("eslint").ESLint.Plugin;
551
+ };
552
+ files?: undefined;
553
+ languageOptions?: undefined;
554
+ rules?: undefined;
555
+ } | {
556
+ files: string[];
557
+ languageOptions: {
558
+ parser: typeof import("jsonc-eslint-parser");
559
+ };
560
+ rules: {
561
+ strict: "off";
562
+ "no-unused-expressions": "off";
563
+ "no-unused-vars": "off";
564
+ };
565
+ plugins?: undefined;
566
+ } | {
567
+ rules: {
568
+ "jsonc/comma-dangle": "error";
569
+ "jsonc/no-bigint-literals": "error";
570
+ "jsonc/no-binary-expression": "error";
571
+ "jsonc/no-binary-numeric-literals": "error";
572
+ "jsonc/no-comments": "error";
573
+ "jsonc/no-dupe-keys": "error";
574
+ "jsonc/no-escape-sequence-in-identifier": "error";
575
+ "jsonc/no-floating-decimal": "error";
576
+ "jsonc/no-hexadecimal-numeric-literals": "error";
577
+ "jsonc/no-infinity": "error";
578
+ "jsonc/no-multi-str": "error";
579
+ "jsonc/no-nan": "error";
580
+ "jsonc/no-number-props": "error";
581
+ "jsonc/no-numeric-separators": "error";
582
+ "jsonc/no-octal-numeric-literals": "error";
583
+ "jsonc/no-octal": "error";
584
+ "jsonc/no-parenthesized": "error";
585
+ "jsonc/no-plus-sign": "error";
586
+ "jsonc/no-regexp-literals": "error";
587
+ "jsonc/no-sparse-arrays": "error";
588
+ "jsonc/no-template-literals": "error";
589
+ "jsonc/no-undefined-value": "error";
590
+ "jsonc/no-unicode-codepoint-escapes": "error";
591
+ "jsonc/no-useless-escape": "error";
592
+ "jsonc/quote-props": "error";
593
+ "jsonc/quotes": "error";
594
+ "jsonc/space-unary-ops": "error";
595
+ "jsonc/valid-json-number": "error";
596
+ "jsonc/vue-custom-block/no-parsing-error": "error";
597
+ };
598
+ })[];
599
+ "flat/recommended-with-jsonc": ({
600
+ plugins: {
601
+ readonly jsonc: import("eslint").ESLint.Plugin;
602
+ };
603
+ files?: undefined;
604
+ languageOptions?: undefined;
605
+ rules?: undefined;
606
+ } | {
607
+ files: string[];
608
+ languageOptions: {
609
+ parser: typeof import("jsonc-eslint-parser");
610
+ };
611
+ rules: {
612
+ strict: "off";
613
+ "no-unused-expressions": "off";
614
+ "no-unused-vars": "off";
615
+ };
616
+ plugins?: undefined;
617
+ } | {
618
+ rules: {
619
+ "jsonc/no-bigint-literals": "error";
620
+ "jsonc/no-binary-expression": "error";
621
+ "jsonc/no-binary-numeric-literals": "error";
622
+ "jsonc/no-dupe-keys": "error";
623
+ "jsonc/no-escape-sequence-in-identifier": "error";
624
+ "jsonc/no-floating-decimal": "error";
625
+ "jsonc/no-hexadecimal-numeric-literals": "error";
626
+ "jsonc/no-infinity": "error";
627
+ "jsonc/no-multi-str": "error";
628
+ "jsonc/no-nan": "error";
629
+ "jsonc/no-number-props": "error";
630
+ "jsonc/no-numeric-separators": "error";
631
+ "jsonc/no-octal-numeric-literals": "error";
632
+ "jsonc/no-octal": "error";
633
+ "jsonc/no-parenthesized": "error";
634
+ "jsonc/no-plus-sign": "error";
635
+ "jsonc/no-regexp-literals": "error";
636
+ "jsonc/no-sparse-arrays": "error";
637
+ "jsonc/no-template-literals": "error";
638
+ "jsonc/no-undefined-value": "error";
639
+ "jsonc/no-unicode-codepoint-escapes": "error";
640
+ "jsonc/no-useless-escape": "error";
641
+ "jsonc/quote-props": "error";
642
+ "jsonc/quotes": "error";
643
+ "jsonc/space-unary-ops": "error";
644
+ "jsonc/valid-json-number": "error";
645
+ "jsonc/vue-custom-block/no-parsing-error": "error";
646
+ };
647
+ })[];
648
+ "flat/recommended-with-json5": ({
649
+ plugins: {
650
+ readonly jsonc: import("eslint").ESLint.Plugin;
651
+ };
652
+ files?: undefined;
653
+ languageOptions?: undefined;
654
+ rules?: undefined;
655
+ } | {
656
+ files: string[];
657
+ languageOptions: {
658
+ parser: typeof import("jsonc-eslint-parser");
659
+ };
660
+ rules: {
661
+ strict: "off";
662
+ "no-unused-expressions": "off";
663
+ "no-unused-vars": "off";
664
+ };
665
+ plugins?: undefined;
666
+ } | {
667
+ rules: {
668
+ "jsonc/no-bigint-literals": "error";
669
+ "jsonc/no-binary-expression": "error";
670
+ "jsonc/no-binary-numeric-literals": "error";
671
+ "jsonc/no-dupe-keys": "error";
672
+ "jsonc/no-escape-sequence-in-identifier": "error";
673
+ "jsonc/no-number-props": "error";
674
+ "jsonc/no-numeric-separators": "error";
675
+ "jsonc/no-octal-numeric-literals": "error";
676
+ "jsonc/no-octal": "error";
677
+ "jsonc/no-parenthesized": "error";
678
+ "jsonc/no-regexp-literals": "error";
679
+ "jsonc/no-sparse-arrays": "error";
680
+ "jsonc/no-template-literals": "error";
681
+ "jsonc/no-undefined-value": "error";
682
+ "jsonc/no-unicode-codepoint-escapes": "error";
683
+ "jsonc/no-useless-escape": "error";
684
+ "jsonc/space-unary-ops": "error";
685
+ "jsonc/vue-custom-block/no-parsing-error": "error";
686
+ };
687
+ })[];
688
+ "flat/prettier": ({
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/array-bracket-newline": "off";
709
+ "jsonc/array-bracket-spacing": "off";
710
+ "jsonc/array-element-newline": "off";
711
+ "jsonc/comma-dangle": "off";
712
+ "jsonc/comma-style": "off";
713
+ "jsonc/indent": "off";
714
+ "jsonc/key-spacing": "off";
715
+ "jsonc/no-floating-decimal": "off";
716
+ "jsonc/object-curly-newline": "off";
717
+ "jsonc/object-curly-spacing": "off";
718
+ "jsonc/object-property-newline": "off";
719
+ "jsonc/quote-props": "off";
720
+ "jsonc/quotes": "off";
721
+ "jsonc/space-unary-ops": "off";
722
+ };
723
+ })[];
724
+ "flat/all": ({
725
+ plugins: {
726
+ readonly jsonc: import("eslint").ESLint.Plugin;
727
+ };
728
+ files?: undefined;
729
+ languageOptions?: undefined;
730
+ rules?: undefined;
731
+ } | {
732
+ files: string[];
733
+ languageOptions: {
734
+ parser: typeof import("jsonc-eslint-parser");
735
+ };
736
+ rules: {
737
+ strict: "off";
738
+ "no-unused-expressions": "off";
739
+ "no-unused-vars": "off";
740
+ };
741
+ plugins?: undefined;
742
+ } | {
743
+ rules: {
744
+ [x: string]: import("eslint").Linter.RuleEntry<any[]>;
745
+ };
746
+ })[];
747
+ };
748
+ rules: {
749
+ [key: string]: import("eslint-plugin-jsonc/types").RuleModule;
750
+ };
751
+ parseForESLint: typeof import("jsonc-eslint-parser").parseForESLint;
752
+ parseJSON: typeof import("jsonc-eslint-parser").parseJSON;
753
+ traverseNodes: typeof import("jsonc-eslint-parser").traverseNodes;
754
+ getStaticJSONValue: typeof import("jsonc-eslint-parser").getStaticJSONValue;
755
+ };
756
+ }>;
757
+ export declare function importYmlLibs(): Promise<{
758
+ parserYaml: typeof import("yaml-eslint-parser");
759
+ pluginYaml: {
760
+ meta: typeof import("eslint-plugin-yml/lib/meta.js");
761
+ configs: {
762
+ base: {
763
+ plugins: string[];
764
+ overrides: {
765
+ files: string[];
766
+ parser: string;
767
+ rules: {
768
+ "no-irregular-whitespace": string;
769
+ "no-unused-vars": string;
770
+ "spaced-comment": string;
771
+ };
772
+ }[];
773
+ };
774
+ recommended: {
775
+ extends: string[];
776
+ rules: {
777
+ "yml/no-empty-document": string;
778
+ "yml/no-empty-key": string;
779
+ "yml/no-empty-mapping-value": string;
780
+ "yml/no-empty-sequence-entry": string;
781
+ "yml/no-irregular-whitespace": string;
782
+ "yml/no-tab-indent": string;
783
+ "yml/vue-custom-block/no-parsing-error": string;
784
+ };
785
+ };
786
+ standard: {
787
+ extends: string[];
788
+ rules: {
789
+ "yml/block-mapping-question-indicator-newline": string;
790
+ "yml/block-mapping": string;
791
+ "yml/block-sequence-hyphen-indicator-newline": string;
792
+ "yml/block-sequence": string;
793
+ "yml/flow-mapping-curly-newline": string;
794
+ "yml/flow-mapping-curly-spacing": string;
795
+ "yml/flow-sequence-bracket-newline": string;
796
+ "yml/flow-sequence-bracket-spacing": string;
797
+ "yml/indent": string;
798
+ "yml/key-spacing": string;
799
+ "yml/no-empty-document": string;
800
+ "yml/no-empty-key": string;
801
+ "yml/no-empty-mapping-value": string;
802
+ "yml/no-empty-sequence-entry": string;
803
+ "yml/no-irregular-whitespace": string;
804
+ "yml/no-tab-indent": string;
805
+ "yml/plain-scalar": string;
806
+ "yml/quotes": string;
807
+ "yml/spaced-comment": string;
808
+ "yml/vue-custom-block/no-parsing-error": string;
809
+ };
810
+ };
811
+ prettier: {
812
+ extends: string[];
813
+ rules: {
814
+ "yml/block-mapping-colon-indicator-newline": string;
815
+ "yml/block-mapping-question-indicator-newline": string;
816
+ "yml/block-sequence-hyphen-indicator-newline": string;
817
+ "yml/flow-mapping-curly-newline": string;
818
+ "yml/flow-mapping-curly-spacing": string;
819
+ "yml/flow-sequence-bracket-newline": string;
820
+ "yml/flow-sequence-bracket-spacing": string;
821
+ "yml/indent": string;
822
+ "yml/key-spacing": string;
823
+ "yml/no-multiple-empty-lines": string;
824
+ "yml/no-trailing-zeros": string;
825
+ "yml/quotes": string;
826
+ };
827
+ };
828
+ "flat/base": ({
829
+ plugins: {
830
+ readonly yml: import("eslint").ESLint.Plugin;
831
+ };
832
+ files?: undefined;
833
+ languageOptions?: undefined;
834
+ rules?: undefined;
835
+ } | {
836
+ files: string[];
837
+ languageOptions: {
838
+ parser: typeof import("yaml-eslint-parser");
839
+ };
840
+ rules: {
841
+ "no-irregular-whitespace": "off";
842
+ "no-unused-vars": "off";
843
+ "spaced-comment": "off";
844
+ };
845
+ plugins?: undefined;
846
+ })[];
847
+ "flat/recommended": ({
848
+ plugins: {
849
+ readonly yml: import("eslint").ESLint.Plugin;
850
+ };
851
+ files?: undefined;
852
+ languageOptions?: undefined;
853
+ rules?: undefined;
854
+ } | {
855
+ files: string[];
856
+ languageOptions: {
857
+ parser: typeof import("yaml-eslint-parser");
858
+ };
859
+ rules: {
860
+ "no-irregular-whitespace": "off";
861
+ "no-unused-vars": "off";
862
+ "spaced-comment": "off";
863
+ };
864
+ plugins?: undefined;
865
+ } | {
866
+ rules: {
867
+ "yml/no-empty-document": "error";
868
+ "yml/no-empty-key": "error";
869
+ "yml/no-empty-mapping-value": "error";
870
+ "yml/no-empty-sequence-entry": "error";
871
+ "yml/no-irregular-whitespace": "error";
872
+ "yml/no-tab-indent": "error";
873
+ "yml/vue-custom-block/no-parsing-error": "error";
874
+ };
875
+ })[];
876
+ "flat/standard": ({
877
+ plugins: {
878
+ readonly yml: import("eslint").ESLint.Plugin;
879
+ };
880
+ files?: undefined;
881
+ languageOptions?: undefined;
882
+ rules?: undefined;
883
+ } | {
884
+ files: string[];
885
+ languageOptions: {
886
+ parser: typeof import("yaml-eslint-parser");
887
+ };
888
+ rules: {
889
+ "no-irregular-whitespace": "off";
890
+ "no-unused-vars": "off";
891
+ "spaced-comment": "off";
892
+ };
893
+ plugins?: undefined;
894
+ } | {
895
+ rules: {
896
+ "yml/block-mapping-question-indicator-newline": "error";
897
+ "yml/block-mapping": "error";
898
+ "yml/block-sequence-hyphen-indicator-newline": "error";
899
+ "yml/block-sequence": "error";
900
+ "yml/flow-mapping-curly-newline": "error";
901
+ "yml/flow-mapping-curly-spacing": "error";
902
+ "yml/flow-sequence-bracket-newline": "error";
903
+ "yml/flow-sequence-bracket-spacing": "error";
904
+ "yml/indent": "error";
905
+ "yml/key-spacing": "error";
906
+ "yml/no-empty-document": "error";
907
+ "yml/no-empty-key": "error";
908
+ "yml/no-empty-mapping-value": "error";
909
+ "yml/no-empty-sequence-entry": "error";
910
+ "yml/no-irregular-whitespace": "error";
911
+ "yml/no-tab-indent": "error";
912
+ "yml/plain-scalar": "error";
913
+ "yml/quotes": "error";
914
+ "yml/spaced-comment": "error";
915
+ "yml/vue-custom-block/no-parsing-error": "error";
916
+ };
917
+ })[];
918
+ "flat/prettier": ({
919
+ plugins: {
920
+ readonly yml: import("eslint").ESLint.Plugin;
921
+ };
922
+ files?: undefined;
923
+ languageOptions?: undefined;
924
+ rules?: undefined;
925
+ } | {
926
+ files: string[];
927
+ languageOptions: {
928
+ parser: typeof import("yaml-eslint-parser");
929
+ };
930
+ rules: {
931
+ "no-irregular-whitespace": "off";
932
+ "no-unused-vars": "off";
933
+ "spaced-comment": "off";
934
+ };
935
+ plugins?: undefined;
936
+ } | {
937
+ rules: {
938
+ "yml/block-mapping-colon-indicator-newline": "off";
939
+ "yml/block-mapping-question-indicator-newline": "off";
940
+ "yml/block-sequence-hyphen-indicator-newline": "off";
941
+ "yml/flow-mapping-curly-newline": "off";
942
+ "yml/flow-mapping-curly-spacing": "off";
943
+ "yml/flow-sequence-bracket-newline": "off";
944
+ "yml/flow-sequence-bracket-spacing": "off";
945
+ "yml/indent": "off";
946
+ "yml/key-spacing": "off";
947
+ "yml/no-multiple-empty-lines": "off";
948
+ "yml/no-trailing-zeros": "off";
949
+ "yml/quotes": "off";
950
+ };
951
+ })[];
952
+ };
953
+ rules: {
954
+ [key: string]: import("eslint-plugin-yml/lib/types.js").RuleModule;
955
+ };
956
+ };
957
+ }>;
958
+ export declare function importPluginMarkdown(): Promise<{
959
+ pluginMarkdown: import("eslint").ESLint.Plugin & {
960
+ languages: Record<string, import("@eslint/markdown").Language>;
961
+ };
962
+ }>;
963
+ export declare function importPluginJsdoc(): Promise<{
964
+ pluginJsdoc: import("eslint").ESLint.Plugin & {
965
+ configs: Record<"recommended" | "recommended-error" | "recommended-typescript" | "recommended-typescript-error" | "recommended-typescript-flavor" | "recommended-typescript-flavor-error" | "flat/recommended" | "flat/recommended-error" | "flat/recommended-typescript" | "flat/recommended-typescript-error" | "flat/recommended-typescript-flavor" | "flat/recommended-typescript-flavor-error", import("eslint").Linter.FlatConfig>;
966
+ };
967
+ }>;
968
+ export declare function importPluginTsdoc(): Promise<{
969
+ pluginTsdoc: {
970
+ rules: {
971
+ [x: string]: Rule.RuleModule;
972
+ };
973
+ };
974
+ }>;
975
+ export declare function importPluginStylistic(): Promise<{
976
+ pluginStylistic: typeof import("@stylistic/eslint-plugin");
977
+ }>;
978
+ export declare function importPluginTailwind(): Promise<{
979
+ pluginTailwind: any;
980
+ }>;
981
+ export declare function safeImportPluginTailwind(): Promise<import("neverthrow").Ok<{
982
+ pluginTailwind: any;
983
+ }, never> | import("neverthrow").Err<never, Error>>;