linted 21.0.0-rc.1 → 21.0.0-rc.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. package/dist/imports/index.d.ts +1 -363
  2. package/dist/imports/index.d.ts.map +1 -1
  3. package/dist/imports/parsers.d.ts +0 -2
  4. package/dist/imports/parsers.d.ts.map +1 -1
  5. package/dist/imports/parsers.js +0 -2
  6. package/dist/imports/parsers.js.map +1 -1
  7. package/dist/imports/plugins.d.ts +2 -362
  8. package/dist/imports/plugins.d.ts.map +1 -1
  9. package/dist/imports/plugins.js +2 -2
  10. package/dist/imports/plugins.js.map +1 -1
  11. package/dist/index.d.ts.map +1 -1
  12. package/dist/index.js +8 -2
  13. package/dist/index.js.map +1 -1
  14. package/dist/rules/index.d.ts +6 -145
  15. package/dist/rules/index.d.ts.map +1 -1
  16. package/dist/rules/js/enable.d.ts.map +1 -1
  17. package/dist/rules/js/enable.js +1 -2
  18. package/dist/rules/js/enable.js.map +1 -1
  19. package/dist/rules/js/index.d.ts.map +1 -1
  20. package/dist/rules/js/index.js +4 -1
  21. package/dist/rules/js/index.js.map +1 -1
  22. package/dist/rules/js/stylistic.d.ts.map +1 -1
  23. package/dist/rules/js/stylistic.js +1 -2
  24. package/dist/rules/js/stylistic.js.map +1 -1
  25. package/dist/rules/json/enable.d.ts +1 -25
  26. package/dist/rules/json/enable.d.ts.map +1 -1
  27. package/dist/rules/json/enable.js +2 -27
  28. package/dist/rules/json/enable.js.map +1 -1
  29. package/dist/rules/json/enable_x.d.ts +2 -46
  30. package/dist/rules/json/enable_x.d.ts.map +1 -1
  31. package/dist/rules/json/enable_x.js +3 -75
  32. package/dist/rules/json/enable_x.js.map +1 -1
  33. package/dist/rules/json/index.d.ts +3 -71
  34. package/dist/rules/json/index.d.ts.map +1 -1
  35. package/dist/rules/json/index.js +5 -2
  36. package/dist/rules/json/index.js.map +1 -1
  37. package/dist/rules/jsonc/index.d.ts +3 -77
  38. package/dist/rules/jsonc/index.d.ts.map +1 -1
  39. package/dist/rules/jsonc/index.js +1 -2
  40. package/dist/rules/jsonc/index.js.map +1 -1
  41. package/dist/rules/mocha/disable.d.ts.map +1 -1
  42. package/dist/rules/mocha/disable.js +1 -1
  43. package/dist/rules/mocha/disable.js.map +1 -1
  44. package/dist/rules/mocha/index.d.ts.map +1 -1
  45. package/dist/rules/mocha/index.js +4 -2
  46. package/dist/rules/mocha/index.js.map +1 -1
  47. package/dist/rules/svelte/disable.d.ts.map +1 -1
  48. package/dist/rules/svelte/disable.js +1 -1
  49. package/dist/rules/svelte/disable.js.map +1 -1
  50. package/dist/rules/svelte/enable.d.ts.map +1 -1
  51. package/dist/rules/svelte/enable.js +1 -2
  52. package/dist/rules/svelte/enable.js.map +1 -1
  53. package/dist/rules/svelte/enable_x.d.ts.map +1 -1
  54. package/dist/rules/svelte/enable_x.js +1 -2
  55. package/dist/rules/svelte/enable_x.js.map +1 -1
  56. package/dist/rules/ts/disable.d.ts.map +1 -1
  57. package/dist/rules/ts/disable.js +1 -1
  58. package/dist/rules/ts/disable.js.map +1 -1
  59. package/dist/rules/ts/disable_x.d.ts.map +1 -1
  60. package/dist/rules/ts/disable_x.js +1 -1
  61. package/dist/rules/ts/disable_x.js.map +1 -1
  62. package/dist/rules/ts/enable.d.ts.map +1 -1
  63. package/dist/rules/ts/enable.js +1 -2
  64. package/dist/rules/ts/enable.js.map +1 -1
  65. package/dist/rules/ts/enable_x.d.ts.map +1 -1
  66. package/dist/rules/ts/enable_x.js +1 -2
  67. package/dist/rules/ts/enable_x.js.map +1 -1
  68. package/dist/rules/yml/enable.d.ts.map +1 -1
  69. package/dist/rules/yml/enable.js +1 -2
  70. package/dist/rules/yml/enable.js.map +1 -1
  71. package/dist/rules/yml/enable_x.d.ts.map +1 -1
  72. package/dist/rules/yml/enable_x.js +1 -2
  73. package/dist/rules/yml/enable_x.js.map +1 -1
  74. package/dist/rules/yml/index.d.ts.map +1 -1
  75. package/dist/rules/yml/index.js +4 -1
  76. package/dist/rules/yml/index.js.map +1 -1
  77. package/package.json +3 -4
  78. package/src/imports/parsers.ts +0 -2
  79. package/src/imports/plugins.ts +2 -2
  80. package/src/index.ts +8 -2
  81. package/src/rules/html/enable.ts +1 -1
  82. package/src/rules/js/enable.ts +5 -6
  83. package/src/rules/js/index.ts +4 -1
  84. package/src/rules/js/stylistic.ts +5 -6
  85. package/src/rules/json/enable.ts +4 -27
  86. package/src/rules/json/enable_x.ts +6 -87
  87. package/src/rules/json/index.ts +5 -2
  88. package/src/rules/jsonc/index.ts +1 -2
  89. package/src/rules/mocha/disable.ts +4 -1
  90. package/src/rules/mocha/index.ts +4 -2
  91. package/src/rules/svelte/disable.ts +4 -1
  92. package/src/rules/svelte/enable.ts +5 -6
  93. package/src/rules/svelte/enable_x.ts +7 -5
  94. package/src/rules/ts/disable.ts +4 -1
  95. package/src/rules/ts/disable_x.ts +4 -1
  96. package/src/rules/ts/enable.ts +7 -5
  97. package/src/rules/ts/enable_x.ts +7 -5
  98. package/src/rules/yml/enable.ts +8 -5
  99. package/src/rules/yml/enable_x.ts +7 -5
  100. package/src/rules/yml/index.ts +4 -1
  101. package/dist/rules/jsonc/override.d.ts +0 -6
  102. package/dist/rules/jsonc/override.d.ts.map +0 -1
  103. package/dist/rules/jsonc/override.js +0 -13
  104. package/dist/rules/jsonc/override.js.map +0 -1
  105. package/dist/rules/mocha/base.d.ts +0 -37
  106. package/dist/rules/mocha/base.d.ts.map +0 -1
  107. package/dist/rules/mocha/base.js +0 -7
  108. package/dist/rules/mocha/base.js.map +0 -1
  109. package/dist/rules/mochaJs/index.d.ts +0 -800
  110. package/dist/rules/mochaJs/index.d.ts.map +0 -1
  111. package/dist/rules/mochaJs/index.js +0 -7
  112. package/dist/rules/mochaJs/index.js.map +0 -1
  113. package/src/rules/jsonc/override.ts +0 -16
  114. package/src/rules/mocha/base.ts +0 -7
  115. package/src/rules/mochaJs/index.ts +0 -7
@@ -75,368 +75,7 @@ declare const _default: {
75
75
  };
76
76
  };
77
77
  };
78
- readonly jsonc: {
79
- meta: typeof import("eslint-plugin-jsonc/meta");
80
- configs: {
81
- base: {
82
- plugins: string[];
83
- overrides: {
84
- files: string[];
85
- parser: string;
86
- rules: {
87
- strict: string;
88
- "no-unused-expressions": string;
89
- "no-unused-vars": string;
90
- };
91
- }[];
92
- };
93
- "auto-config": {
94
- extends: string[];
95
- rules: {
96
- "jsonc/auto": string;
97
- };
98
- };
99
- "recommended-with-json": {
100
- extends: string[];
101
- rules: {
102
- "jsonc/comma-dangle": string;
103
- "jsonc/no-bigint-literals": string;
104
- "jsonc/no-binary-expression": string;
105
- "jsonc/no-binary-numeric-literals": string;
106
- "jsonc/no-comments": string;
107
- "jsonc/no-dupe-keys": string;
108
- "jsonc/no-escape-sequence-in-identifier": string;
109
- "jsonc/no-floating-decimal": string;
110
- "jsonc/no-hexadecimal-numeric-literals": string;
111
- "jsonc/no-infinity": string;
112
- "jsonc/no-multi-str": string;
113
- "jsonc/no-nan": string;
114
- "jsonc/no-number-props": string;
115
- "jsonc/no-numeric-separators": string;
116
- "jsonc/no-octal-numeric-literals": string;
117
- "jsonc/no-octal": string;
118
- "jsonc/no-parenthesized": string;
119
- "jsonc/no-plus-sign": string;
120
- "jsonc/no-regexp-literals": string;
121
- "jsonc/no-sparse-arrays": string;
122
- "jsonc/no-template-literals": string;
123
- "jsonc/no-undefined-value": string;
124
- "jsonc/no-unicode-codepoint-escapes": string;
125
- "jsonc/no-useless-escape": string;
126
- "jsonc/quote-props": string;
127
- "jsonc/quotes": string;
128
- "jsonc/space-unary-ops": string;
129
- "jsonc/valid-json-number": string;
130
- "jsonc/vue-custom-block/no-parsing-error": string;
131
- };
132
- };
133
- "recommended-with-jsonc": {
134
- extends: string[];
135
- rules: {
136
- "jsonc/no-bigint-literals": string;
137
- "jsonc/no-binary-expression": string;
138
- "jsonc/no-binary-numeric-literals": string;
139
- "jsonc/no-dupe-keys": string;
140
- "jsonc/no-escape-sequence-in-identifier": string;
141
- "jsonc/no-floating-decimal": string;
142
- "jsonc/no-hexadecimal-numeric-literals": string;
143
- "jsonc/no-infinity": string;
144
- "jsonc/no-multi-str": string;
145
- "jsonc/no-nan": string;
146
- "jsonc/no-number-props": string;
147
- "jsonc/no-numeric-separators": string;
148
- "jsonc/no-octal-numeric-literals": string;
149
- "jsonc/no-octal": string;
150
- "jsonc/no-parenthesized": string;
151
- "jsonc/no-plus-sign": string;
152
- "jsonc/no-regexp-literals": string;
153
- "jsonc/no-sparse-arrays": string;
154
- "jsonc/no-template-literals": string;
155
- "jsonc/no-undefined-value": string;
156
- "jsonc/no-unicode-codepoint-escapes": string;
157
- "jsonc/no-useless-escape": string;
158
- "jsonc/quote-props": string;
159
- "jsonc/quotes": string;
160
- "jsonc/space-unary-ops": string;
161
- "jsonc/valid-json-number": string;
162
- "jsonc/vue-custom-block/no-parsing-error": string;
163
- };
164
- };
165
- "recommended-with-json5": {
166
- extends: string[];
167
- rules: {
168
- "jsonc/no-bigint-literals": string;
169
- "jsonc/no-binary-expression": string;
170
- "jsonc/no-binary-numeric-literals": string;
171
- "jsonc/no-dupe-keys": string;
172
- "jsonc/no-escape-sequence-in-identifier": string;
173
- "jsonc/no-number-props": string;
174
- "jsonc/no-numeric-separators": string;
175
- "jsonc/no-octal-numeric-literals": string;
176
- "jsonc/no-octal": string;
177
- "jsonc/no-parenthesized": string;
178
- "jsonc/no-regexp-literals": string;
179
- "jsonc/no-sparse-arrays": string;
180
- "jsonc/no-template-literals": string;
181
- "jsonc/no-undefined-value": string;
182
- "jsonc/no-unicode-codepoint-escapes": string;
183
- "jsonc/no-useless-escape": string;
184
- "jsonc/space-unary-ops": string;
185
- "jsonc/vue-custom-block/no-parsing-error": string;
186
- };
187
- };
188
- prettier: {
189
- extends: string[];
190
- rules: {
191
- "jsonc/array-bracket-newline": string;
192
- "jsonc/array-bracket-spacing": string;
193
- "jsonc/array-element-newline": string;
194
- "jsonc/comma-dangle": string;
195
- "jsonc/comma-style": string;
196
- "jsonc/indent": string;
197
- "jsonc/key-spacing": string;
198
- "jsonc/no-floating-decimal": string;
199
- "jsonc/object-curly-newline": string;
200
- "jsonc/object-curly-spacing": string;
201
- "jsonc/object-property-newline": string;
202
- "jsonc/quote-props": string;
203
- "jsonc/quotes": string;
204
- "jsonc/space-unary-ops": string;
205
- };
206
- };
207
- all: {
208
- extends: string[];
209
- rules: {
210
- [x: string]: string;
211
- };
212
- };
213
- "flat/base": ({
214
- plugins: {
215
- readonly jsonc: import("eslint").ESLint.Plugin;
216
- };
217
- files?: undefined;
218
- languageOptions?: undefined;
219
- rules?: undefined;
220
- } | {
221
- files: string[];
222
- languageOptions: {
223
- parser: typeof import("jsonc-eslint-parser");
224
- };
225
- rules: {
226
- strict: "off";
227
- "no-unused-expressions": "off";
228
- "no-unused-vars": "off";
229
- };
230
- plugins?: undefined;
231
- })[];
232
- "flat/recommended-with-json": ({
233
- plugins: {
234
- readonly jsonc: import("eslint").ESLint.Plugin;
235
- };
236
- files?: undefined;
237
- languageOptions?: undefined;
238
- rules?: undefined;
239
- } | {
240
- files: string[];
241
- languageOptions: {
242
- parser: typeof import("jsonc-eslint-parser");
243
- };
244
- rules: {
245
- strict: "off";
246
- "no-unused-expressions": "off";
247
- "no-unused-vars": "off";
248
- };
249
- plugins?: undefined;
250
- } | {
251
- rules: {
252
- "jsonc/comma-dangle": "error";
253
- "jsonc/no-bigint-literals": "error";
254
- "jsonc/no-binary-expression": "error";
255
- "jsonc/no-binary-numeric-literals": "error";
256
- "jsonc/no-comments": "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-jsonc": ({
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-floating-decimal": "error";
309
- "jsonc/no-hexadecimal-numeric-literals": "error";
310
- "jsonc/no-infinity": "error";
311
- "jsonc/no-multi-str": "error";
312
- "jsonc/no-nan": "error";
313
- "jsonc/no-number-props": "error";
314
- "jsonc/no-numeric-separators": "error";
315
- "jsonc/no-octal-numeric-literals": "error";
316
- "jsonc/no-octal": "error";
317
- "jsonc/no-parenthesized": "error";
318
- "jsonc/no-plus-sign": "error";
319
- "jsonc/no-regexp-literals": "error";
320
- "jsonc/no-sparse-arrays": "error";
321
- "jsonc/no-template-literals": "error";
322
- "jsonc/no-undefined-value": "error";
323
- "jsonc/no-unicode-codepoint-escapes": "error";
324
- "jsonc/no-useless-escape": "error";
325
- "jsonc/quote-props": "error";
326
- "jsonc/quotes": "error";
327
- "jsonc/space-unary-ops": "error";
328
- "jsonc/valid-json-number": "error";
329
- "jsonc/vue-custom-block/no-parsing-error": "error";
330
- };
331
- })[];
332
- "flat/recommended-with-json5": ({
333
- plugins: {
334
- readonly jsonc: import("eslint").ESLint.Plugin;
335
- };
336
- files?: undefined;
337
- languageOptions?: undefined;
338
- rules?: undefined;
339
- } | {
340
- files: string[];
341
- languageOptions: {
342
- parser: typeof import("jsonc-eslint-parser");
343
- };
344
- rules: {
345
- strict: "off";
346
- "no-unused-expressions": "off";
347
- "no-unused-vars": "off";
348
- };
349
- plugins?: undefined;
350
- } | {
351
- rules: {
352
- "jsonc/no-bigint-literals": "error";
353
- "jsonc/no-binary-expression": "error";
354
- "jsonc/no-binary-numeric-literals": "error";
355
- "jsonc/no-dupe-keys": "error";
356
- "jsonc/no-escape-sequence-in-identifier": "error";
357
- "jsonc/no-number-props": "error";
358
- "jsonc/no-numeric-separators": "error";
359
- "jsonc/no-octal-numeric-literals": "error";
360
- "jsonc/no-octal": "error";
361
- "jsonc/no-parenthesized": "error";
362
- "jsonc/no-regexp-literals": "error";
363
- "jsonc/no-sparse-arrays": "error";
364
- "jsonc/no-template-literals": "error";
365
- "jsonc/no-undefined-value": "error";
366
- "jsonc/no-unicode-codepoint-escapes": "error";
367
- "jsonc/no-useless-escape": "error";
368
- "jsonc/space-unary-ops": "error";
369
- "jsonc/vue-custom-block/no-parsing-error": "error";
370
- };
371
- })[];
372
- "flat/prettier": ({
373
- plugins: {
374
- readonly jsonc: import("eslint").ESLint.Plugin;
375
- };
376
- files?: undefined;
377
- languageOptions?: undefined;
378
- rules?: undefined;
379
- } | {
380
- files: string[];
381
- languageOptions: {
382
- parser: typeof import("jsonc-eslint-parser");
383
- };
384
- rules: {
385
- strict: "off";
386
- "no-unused-expressions": "off";
387
- "no-unused-vars": "off";
388
- };
389
- plugins?: undefined;
390
- } | {
391
- rules: {
392
- "jsonc/array-bracket-newline": "off";
393
- "jsonc/array-bracket-spacing": "off";
394
- "jsonc/array-element-newline": "off";
395
- "jsonc/comma-dangle": "off";
396
- "jsonc/comma-style": "off";
397
- "jsonc/indent": "off";
398
- "jsonc/key-spacing": "off";
399
- "jsonc/no-floating-decimal": "off";
400
- "jsonc/object-curly-newline": "off";
401
- "jsonc/object-curly-spacing": "off";
402
- "jsonc/object-property-newline": "off";
403
- "jsonc/quote-props": "off";
404
- "jsonc/quotes": "off";
405
- "jsonc/space-unary-ops": "off";
406
- };
407
- })[];
408
- "flat/all": ({
409
- plugins: {
410
- readonly jsonc: import("eslint").ESLint.Plugin;
411
- };
412
- files?: undefined;
413
- languageOptions?: undefined;
414
- rules?: undefined;
415
- } | {
416
- files: string[];
417
- languageOptions: {
418
- parser: typeof import("jsonc-eslint-parser");
419
- };
420
- rules: {
421
- strict: "off";
422
- "no-unused-expressions": "off";
423
- "no-unused-vars": "off";
424
- };
425
- plugins?: undefined;
426
- } | {
427
- rules: {
428
- [x: string]: import("eslint").Linter.RuleEntry<any[]>;
429
- };
430
- })[];
431
- };
432
- rules: {
433
- [key: string]: import("eslint-plugin-jsonc/types").RuleModule;
434
- };
435
- parseForESLint: typeof import("jsonc-eslint-parser").parseForESLint;
436
- parseJSON: typeof import("jsonc-eslint-parser").parseJSON;
437
- traverseNodes: typeof import("jsonc-eslint-parser").traverseNodes;
438
- getStaticJSONValue: typeof import("jsonc-eslint-parser").getStaticJSONValue;
439
- };
78
+ readonly json: typeof import("@eslint/json").default;
440
79
  readonly yml: {
441
80
  meta: typeof import("eslint-plugin-yml/lib/meta");
442
81
  configs: {
@@ -640,7 +279,6 @@ declare const _default: {
640
279
  readonly ts: typeof import("@typescript-eslint/parser");
641
280
  readonly svelte: typeof import("svelte-eslint-parser");
642
281
  readonly html: typeof import("@html-eslint/parser");
643
- readonly jsonc: typeof import("jsonc-eslint-parser");
644
282
  readonly yml: typeof import("yaml-eslint-parser");
645
283
  };
646
284
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/imports/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOm+oB,CAAC;mCAA4C,CAAC;yBAAkC,CAAC;;;;;;;;;;;2BAA+X,CAAC;;;;;;yBAAmN,CAAC;mCAA4C,CAAC;yBAAkC,CAAC;;;;;;;;;;;2BAA+X,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAu3D,CAAC;mCAA4C,CAAC;yBAAkC,CAAC;;;;;;;;;;;2BAA+X,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAkxD,CAAC;mCAA4C,CAAC;yBAAkC,CAAC;;;;;;;;;;;2BAA+X,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAwyC,CAAC;mCAA4C,CAAC;yBAAkC,CAAC;;;;;;;;;;;2BAA+X,CAAC;;;;;;;;;;;;;;;;;;;;;;;yBAA89B,CAAC;mCAA4C,CAAC;yBAAkC,CAAC;;;;;;;;;;;2BAA+X,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAp90B,CAAC;mCAAwC,CAAC;yBAA8B,CAAC;;;;;;;;;;;2BAA8V,CAAC;;;;;;yBAA+K,CAAC;mCAAwC,CAAC;yBAA8B,CAAC;;;;;;;;;;;2BAA8V,CAAC;;;;;;;;;;;;;;;;yBAAolB,CAAC;mCAAwC,CAAC;yBAA8B,CAAC;;;;;;;;;;;2BAA8V,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAA0wC,CAAC;mCAAwC,CAAC;yBAA8B,CAAC;;;;;;;;;;;2BAA8V,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAJpgN,wBAGW"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/imports/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOu1F,CAAC;mCAAwC,CAAC;yBAA8B,CAAC;;;;;;;;;;;2BAA8V,CAAC;;;;;;yBAA+K,CAAC;mCAAwC,CAAC;yBAA8B,CAAC;;;;;;;;;;;2BAA8V,CAAC;;;;;;;;;;;;;;;;yBAAolB,CAAC;mCAAwC,CAAC;yBAA8B,CAAC;;;;;;;;;;;2BAA8V,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAA0wC,CAAC;mCAAwC,CAAC;yBAA8B,CAAC;;;;;;;;;;;2BAA8V,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAJpgN,wBAGW"}
@@ -1,13 +1,11 @@
1
1
  import ts from "@typescript-eslint/parser";
2
2
  import svelte from "svelte-eslint-parser";
3
3
  import html from "@html-eslint/parser";
4
- import jsonc from "jsonc-eslint-parser";
5
4
  import yml from "yaml-eslint-parser";
6
5
  declare const _default: {
7
6
  readonly ts: typeof ts;
8
7
  readonly svelte: typeof svelte;
9
8
  readonly html: typeof html;
10
- readonly jsonc: typeof jsonc;
11
9
  readonly yml: typeof yml;
12
10
  };
13
11
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"parsers.d.ts","sourceRoot":"","sources":["../../src/imports/parsers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAC3C,OAAO,MAAM,MAAM,sBAAsB,CAAC;AAC1C,OAAO,IAAI,MAAM,qBAAqB,CAAC;AACvC,OAAO,KAAK,MAAM,qBAAqB,CAAC;AACxC,OAAO,GAAG,MAAM,oBAAoB,CAAC;;;;;;;;AAErC,wBAMW"}
1
+ {"version":3,"file":"parsers.d.ts","sourceRoot":"","sources":["../../src/imports/parsers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAC3C,OAAO,MAAM,MAAM,sBAAsB,CAAC;AAC1C,OAAO,IAAI,MAAM,qBAAqB,CAAC;AACvC,OAAO,GAAG,MAAM,oBAAoB,CAAC;;;;;;;AAErC,wBAKW"}
@@ -1,13 +1,11 @@
1
1
  import ts from "@typescript-eslint/parser";
2
2
  import svelte from "svelte-eslint-parser";
3
3
  import html from "@html-eslint/parser";
4
- import jsonc from "jsonc-eslint-parser";
5
4
  import yml from "yaml-eslint-parser";
6
5
  export default {
7
6
  ts,
8
7
  svelte,
9
8
  html,
10
- jsonc,
11
9
  yml,
12
10
  };
13
11
  //# sourceMappingURL=parsers.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"parsers.js","sourceRoot":"","sources":["../../src/imports/parsers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAC3C,OAAO,MAAM,MAAM,sBAAsB,CAAC;AAC1C,OAAO,IAAI,MAAM,qBAAqB,CAAC;AACvC,OAAO,KAAK,MAAM,qBAAqB,CAAC;AACxC,OAAO,GAAG,MAAM,oBAAoB,CAAC;AAErC,eAAe;IACb,EAAE;IACF,MAAM;IACN,IAAI;IACJ,KAAK;IACL,GAAG;CACK,CAAC"}
1
+ {"version":3,"file":"parsers.js","sourceRoot":"","sources":["../../src/imports/parsers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAC3C,OAAO,MAAM,MAAM,sBAAsB,CAAC;AAC1C,OAAO,IAAI,MAAM,qBAAqB,CAAC;AACvC,OAAO,GAAG,MAAM,oBAAoB,CAAC;AAErC,eAAe;IACb,EAAE;IACF,MAAM;IACN,IAAI;IACJ,GAAG;CACK,CAAC"}