linted 35.1.6 → 35.1.7

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.
@@ -1,575 +0,0 @@
1
- import { plugin as ts } from "typescript-eslint";
2
- import css from "@eslint/css";
3
- import json from "@eslint/json";
4
- declare const _default: {
5
- stylistic: {
6
- rules: import("@stylistic/eslint-plugin").Rules;
7
- configs: import("eslint").ESLint.Plugin["configs"] & import("@stylistic/eslint-plugin").Configs;
8
- };
9
- ts: NoInfer<typeof ts>;
10
- html: object;
11
- css: typeof css;
12
- json: typeof json;
13
- jsonc: {
14
- meta: typeof import("eslint-plugin-jsonc/meta");
15
- configs: {
16
- base: {
17
- plugins: string[];
18
- overrides: {
19
- files: string[];
20
- parser: string;
21
- rules: {
22
- strict: string;
23
- "no-unused-expressions": string;
24
- "no-unused-vars": string;
25
- };
26
- }[];
27
- };
28
- "auto-config": {
29
- extends: string[];
30
- rules: {
31
- "jsonc/auto": string;
32
- };
33
- };
34
- "recommended-with-json": {
35
- extends: string[];
36
- rules: {
37
- "jsonc/comma-dangle": string;
38
- "jsonc/no-bigint-literals": string;
39
- "jsonc/no-binary-expression": string;
40
- "jsonc/no-binary-numeric-literals": string;
41
- "jsonc/no-comments": string;
42
- "jsonc/no-dupe-keys": string;
43
- "jsonc/no-escape-sequence-in-identifier": string;
44
- "jsonc/no-floating-decimal": string;
45
- "jsonc/no-hexadecimal-numeric-literals": string;
46
- "jsonc/no-infinity": string;
47
- "jsonc/no-multi-str": string;
48
- "jsonc/no-nan": string;
49
- "jsonc/no-number-props": string;
50
- "jsonc/no-numeric-separators": string;
51
- "jsonc/no-octal-numeric-literals": string;
52
- "jsonc/no-octal": string;
53
- "jsonc/no-parenthesized": string;
54
- "jsonc/no-plus-sign": string;
55
- "jsonc/no-regexp-literals": string;
56
- "jsonc/no-sparse-arrays": string;
57
- "jsonc/no-template-literals": string;
58
- "jsonc/no-undefined-value": string;
59
- "jsonc/no-unicode-codepoint-escapes": string;
60
- "jsonc/no-useless-escape": string;
61
- "jsonc/quote-props": string;
62
- "jsonc/quotes": string;
63
- "jsonc/space-unary-ops": string;
64
- "jsonc/valid-json-number": string;
65
- "jsonc/vue-custom-block/no-parsing-error": string;
66
- };
67
- };
68
- "recommended-with-jsonc": {
69
- extends: string[];
70
- rules: {
71
- "jsonc/no-bigint-literals": string;
72
- "jsonc/no-binary-expression": string;
73
- "jsonc/no-binary-numeric-literals": string;
74
- "jsonc/no-dupe-keys": string;
75
- "jsonc/no-escape-sequence-in-identifier": string;
76
- "jsonc/no-floating-decimal": string;
77
- "jsonc/no-hexadecimal-numeric-literals": string;
78
- "jsonc/no-infinity": string;
79
- "jsonc/no-multi-str": string;
80
- "jsonc/no-nan": string;
81
- "jsonc/no-number-props": string;
82
- "jsonc/no-numeric-separators": string;
83
- "jsonc/no-octal-numeric-literals": string;
84
- "jsonc/no-octal": string;
85
- "jsonc/no-parenthesized": string;
86
- "jsonc/no-plus-sign": string;
87
- "jsonc/no-regexp-literals": string;
88
- "jsonc/no-sparse-arrays": string;
89
- "jsonc/no-template-literals": string;
90
- "jsonc/no-undefined-value": string;
91
- "jsonc/no-unicode-codepoint-escapes": string;
92
- "jsonc/no-useless-escape": string;
93
- "jsonc/quote-props": string;
94
- "jsonc/quotes": string;
95
- "jsonc/space-unary-ops": string;
96
- "jsonc/valid-json-number": string;
97
- "jsonc/vue-custom-block/no-parsing-error": string;
98
- };
99
- };
100
- "recommended-with-json5": {
101
- extends: string[];
102
- rules: {
103
- "jsonc/no-bigint-literals": string;
104
- "jsonc/no-binary-expression": string;
105
- "jsonc/no-binary-numeric-literals": string;
106
- "jsonc/no-dupe-keys": string;
107
- "jsonc/no-escape-sequence-in-identifier": string;
108
- "jsonc/no-number-props": string;
109
- "jsonc/no-numeric-separators": string;
110
- "jsonc/no-octal-numeric-literals": string;
111
- "jsonc/no-octal": string;
112
- "jsonc/no-parenthesized": string;
113
- "jsonc/no-regexp-literals": string;
114
- "jsonc/no-sparse-arrays": string;
115
- "jsonc/no-template-literals": string;
116
- "jsonc/no-undefined-value": string;
117
- "jsonc/no-unicode-codepoint-escapes": string;
118
- "jsonc/no-useless-escape": string;
119
- "jsonc/space-unary-ops": string;
120
- "jsonc/vue-custom-block/no-parsing-error": string;
121
- };
122
- };
123
- prettier: {
124
- extends: string[];
125
- rules: {
126
- "jsonc/array-bracket-newline": string;
127
- "jsonc/array-bracket-spacing": string;
128
- "jsonc/array-element-newline": string;
129
- "jsonc/comma-dangle": string;
130
- "jsonc/comma-style": string;
131
- "jsonc/indent": string;
132
- "jsonc/key-spacing": string;
133
- "jsonc/no-floating-decimal": string;
134
- "jsonc/object-curly-newline": string;
135
- "jsonc/object-curly-spacing": string;
136
- "jsonc/object-property-newline": string;
137
- "jsonc/quote-props": string;
138
- "jsonc/quotes": string;
139
- "jsonc/space-unary-ops": string;
140
- };
141
- };
142
- all: {
143
- extends: string[];
144
- rules: {
145
- [x: string]: string;
146
- };
147
- };
148
- "flat/base": ({
149
- plugins: {
150
- readonly jsonc: import("eslint").ESLint.Plugin;
151
- };
152
- files?: undefined;
153
- languageOptions?: undefined;
154
- rules?: undefined;
155
- } | {
156
- files: string[];
157
- languageOptions: {
158
- parser: typeof import("jsonc-eslint-parser");
159
- };
160
- rules: {
161
- strict: "off";
162
- "no-unused-expressions": "off";
163
- "no-unused-vars": "off";
164
- };
165
- plugins?: undefined;
166
- })[];
167
- "flat/recommended-with-json": ({
168
- plugins: {
169
- readonly jsonc: import("eslint").ESLint.Plugin;
170
- };
171
- files?: undefined;
172
- languageOptions?: undefined;
173
- rules?: undefined;
174
- } | {
175
- files: string[];
176
- languageOptions: {
177
- parser: typeof import("jsonc-eslint-parser");
178
- };
179
- rules: {
180
- strict: "off";
181
- "no-unused-expressions": "off";
182
- "no-unused-vars": "off";
183
- };
184
- plugins?: undefined;
185
- } | {
186
- rules: {
187
- "jsonc/comma-dangle": "error";
188
- "jsonc/no-bigint-literals": "error";
189
- "jsonc/no-binary-expression": "error";
190
- "jsonc/no-binary-numeric-literals": "error";
191
- "jsonc/no-comments": "error";
192
- "jsonc/no-dupe-keys": "error";
193
- "jsonc/no-escape-sequence-in-identifier": "error";
194
- "jsonc/no-floating-decimal": "error";
195
- "jsonc/no-hexadecimal-numeric-literals": "error";
196
- "jsonc/no-infinity": "error";
197
- "jsonc/no-multi-str": "error";
198
- "jsonc/no-nan": "error";
199
- "jsonc/no-number-props": "error";
200
- "jsonc/no-numeric-separators": "error";
201
- "jsonc/no-octal-numeric-literals": "error";
202
- "jsonc/no-octal": "error";
203
- "jsonc/no-parenthesized": "error";
204
- "jsonc/no-plus-sign": "error";
205
- "jsonc/no-regexp-literals": "error";
206
- "jsonc/no-sparse-arrays": "error";
207
- "jsonc/no-template-literals": "error";
208
- "jsonc/no-undefined-value": "error";
209
- "jsonc/no-unicode-codepoint-escapes": "error";
210
- "jsonc/no-useless-escape": "error";
211
- "jsonc/quote-props": "error";
212
- "jsonc/quotes": "error";
213
- "jsonc/space-unary-ops": "error";
214
- "jsonc/valid-json-number": "error";
215
- "jsonc/vue-custom-block/no-parsing-error": "error";
216
- };
217
- })[];
218
- "flat/recommended-with-jsonc": ({
219
- plugins: {
220
- readonly jsonc: import("eslint").ESLint.Plugin;
221
- };
222
- files?: undefined;
223
- languageOptions?: undefined;
224
- rules?: undefined;
225
- } | {
226
- files: string[];
227
- languageOptions: {
228
- parser: typeof import("jsonc-eslint-parser");
229
- };
230
- rules: {
231
- strict: "off";
232
- "no-unused-expressions": "off";
233
- "no-unused-vars": "off";
234
- };
235
- plugins?: undefined;
236
- } | {
237
- rules: {
238
- "jsonc/no-bigint-literals": "error";
239
- "jsonc/no-binary-expression": "error";
240
- "jsonc/no-binary-numeric-literals": "error";
241
- "jsonc/no-dupe-keys": "error";
242
- "jsonc/no-escape-sequence-in-identifier": "error";
243
- "jsonc/no-floating-decimal": "error";
244
- "jsonc/no-hexadecimal-numeric-literals": "error";
245
- "jsonc/no-infinity": "error";
246
- "jsonc/no-multi-str": "error";
247
- "jsonc/no-nan": "error";
248
- "jsonc/no-number-props": "error";
249
- "jsonc/no-numeric-separators": "error";
250
- "jsonc/no-octal-numeric-literals": "error";
251
- "jsonc/no-octal": "error";
252
- "jsonc/no-parenthesized": "error";
253
- "jsonc/no-plus-sign": "error";
254
- "jsonc/no-regexp-literals": "error";
255
- "jsonc/no-sparse-arrays": "error";
256
- "jsonc/no-template-literals": "error";
257
- "jsonc/no-undefined-value": "error";
258
- "jsonc/no-unicode-codepoint-escapes": "error";
259
- "jsonc/no-useless-escape": "error";
260
- "jsonc/quote-props": "error";
261
- "jsonc/quotes": "error";
262
- "jsonc/space-unary-ops": "error";
263
- "jsonc/valid-json-number": "error";
264
- "jsonc/vue-custom-block/no-parsing-error": "error";
265
- };
266
- })[];
267
- "flat/recommended-with-json5": ({
268
- plugins: {
269
- readonly jsonc: import("eslint").ESLint.Plugin;
270
- };
271
- files?: undefined;
272
- languageOptions?: undefined;
273
- rules?: undefined;
274
- } | {
275
- files: string[];
276
- languageOptions: {
277
- parser: typeof import("jsonc-eslint-parser");
278
- };
279
- rules: {
280
- strict: "off";
281
- "no-unused-expressions": "off";
282
- "no-unused-vars": "off";
283
- };
284
- plugins?: undefined;
285
- } | {
286
- rules: {
287
- "jsonc/no-bigint-literals": "error";
288
- "jsonc/no-binary-expression": "error";
289
- "jsonc/no-binary-numeric-literals": "error";
290
- "jsonc/no-dupe-keys": "error";
291
- "jsonc/no-escape-sequence-in-identifier": "error";
292
- "jsonc/no-number-props": "error";
293
- "jsonc/no-numeric-separators": "error";
294
- "jsonc/no-octal-numeric-literals": "error";
295
- "jsonc/no-octal": "error";
296
- "jsonc/no-parenthesized": "error";
297
- "jsonc/no-regexp-literals": "error";
298
- "jsonc/no-sparse-arrays": "error";
299
- "jsonc/no-template-literals": "error";
300
- "jsonc/no-undefined-value": "error";
301
- "jsonc/no-unicode-codepoint-escapes": "error";
302
- "jsonc/no-useless-escape": "error";
303
- "jsonc/space-unary-ops": "error";
304
- "jsonc/vue-custom-block/no-parsing-error": "error";
305
- };
306
- })[];
307
- "flat/prettier": ({
308
- plugins: {
309
- readonly jsonc: import("eslint").ESLint.Plugin;
310
- };
311
- files?: undefined;
312
- languageOptions?: undefined;
313
- rules?: undefined;
314
- } | {
315
- files: string[];
316
- languageOptions: {
317
- parser: typeof import("jsonc-eslint-parser");
318
- };
319
- rules: {
320
- strict: "off";
321
- "no-unused-expressions": "off";
322
- "no-unused-vars": "off";
323
- };
324
- plugins?: undefined;
325
- } | {
326
- rules: {
327
- "jsonc/array-bracket-newline": "off";
328
- "jsonc/array-bracket-spacing": "off";
329
- "jsonc/array-element-newline": "off";
330
- "jsonc/comma-dangle": "off";
331
- "jsonc/comma-style": "off";
332
- "jsonc/indent": "off";
333
- "jsonc/key-spacing": "off";
334
- "jsonc/no-floating-decimal": "off";
335
- "jsonc/object-curly-newline": "off";
336
- "jsonc/object-curly-spacing": "off";
337
- "jsonc/object-property-newline": "off";
338
- "jsonc/quote-props": "off";
339
- "jsonc/quotes": "off";
340
- "jsonc/space-unary-ops": "off";
341
- };
342
- })[];
343
- "flat/all": ({
344
- plugins: {
345
- readonly jsonc: import("eslint").ESLint.Plugin;
346
- };
347
- files?: undefined;
348
- languageOptions?: undefined;
349
- rules?: undefined;
350
- } | {
351
- files: string[];
352
- languageOptions: {
353
- parser: typeof import("jsonc-eslint-parser");
354
- };
355
- rules: {
356
- strict: "off";
357
- "no-unused-expressions": "off";
358
- "no-unused-vars": "off";
359
- };
360
- plugins?: undefined;
361
- } | {
362
- rules: {
363
- [rule: string]: import("eslint").Linter.RuleEntry<any[]>;
364
- };
365
- })[];
366
- };
367
- rules: {
368
- [key: string]: import("eslint-plugin-jsonc/types").RuleModule<unknown[]>;
369
- };
370
- parseForESLint: typeof import("eslint-plugin-jsonc").parseForESLint;
371
- parseJSON: typeof import("jsonc-eslint-parser").parseJSON;
372
- traverseNodes: typeof import("eslint-plugin-jsonc").traverseNodes;
373
- getStaticJSONValue: typeof import("eslint-plugin-jsonc").getStaticJSONValue;
374
- };
375
- yml: {
376
- meta: typeof import("eslint-plugin-yml/lib/meta");
377
- configs: {
378
- base: {
379
- plugins: string[];
380
- overrides: {
381
- files: string[];
382
- parser: string;
383
- rules: {
384
- "no-irregular-whitespace": string;
385
- "no-unused-vars": string;
386
- "spaced-comment": string;
387
- };
388
- }[];
389
- };
390
- recommended: {
391
- extends: string[];
392
- rules: {
393
- "yml/no-empty-document": string;
394
- "yml/no-empty-key": string;
395
- "yml/no-empty-mapping-value": string;
396
- "yml/no-empty-sequence-entry": string;
397
- "yml/no-irregular-whitespace": string;
398
- "yml/no-tab-indent": string;
399
- "yml/vue-custom-block/no-parsing-error": string;
400
- };
401
- };
402
- standard: {
403
- extends: string[];
404
- rules: {
405
- "yml/block-mapping-question-indicator-newline": string;
406
- "yml/block-mapping": string;
407
- "yml/block-sequence-hyphen-indicator-newline": string;
408
- "yml/block-sequence": string;
409
- "yml/flow-mapping-curly-newline": string;
410
- "yml/flow-mapping-curly-spacing": string;
411
- "yml/flow-sequence-bracket-newline": string;
412
- "yml/flow-sequence-bracket-spacing": string;
413
- "yml/indent": string;
414
- "yml/key-spacing": string;
415
- "yml/no-empty-document": string;
416
- "yml/no-empty-key": string;
417
- "yml/no-empty-mapping-value": string;
418
- "yml/no-empty-sequence-entry": string;
419
- "yml/no-irregular-whitespace": string;
420
- "yml/no-tab-indent": string;
421
- "yml/plain-scalar": string;
422
- "yml/quotes": string;
423
- "yml/spaced-comment": string;
424
- "yml/vue-custom-block/no-parsing-error": string;
425
- };
426
- };
427
- prettier: {
428
- extends: string[];
429
- rules: {
430
- "yml/block-mapping-colon-indicator-newline": string;
431
- "yml/block-mapping-question-indicator-newline": string;
432
- "yml/block-sequence-hyphen-indicator-newline": string;
433
- "yml/flow-mapping-curly-newline": string;
434
- "yml/flow-mapping-curly-spacing": string;
435
- "yml/flow-sequence-bracket-newline": string;
436
- "yml/flow-sequence-bracket-spacing": string;
437
- "yml/indent": string;
438
- "yml/key-spacing": string;
439
- "yml/no-multiple-empty-lines": string;
440
- "yml/no-trailing-zeros": string;
441
- "yml/quotes": string;
442
- };
443
- };
444
- "flat/base": ({
445
- plugins: {
446
- readonly yml: import("eslint").ESLint.Plugin;
447
- };
448
- files?: undefined;
449
- languageOptions?: undefined;
450
- rules?: undefined;
451
- } | {
452
- files: string[];
453
- languageOptions: {
454
- parser: typeof import("yaml-eslint-parser");
455
- };
456
- rules: {
457
- "no-irregular-whitespace": "off";
458
- "no-unused-vars": "off";
459
- "spaced-comment": "off";
460
- };
461
- plugins?: undefined;
462
- })[];
463
- "flat/recommended": ({
464
- plugins: {
465
- readonly yml: import("eslint").ESLint.Plugin;
466
- };
467
- files?: undefined;
468
- languageOptions?: undefined;
469
- rules?: undefined;
470
- } | {
471
- files: string[];
472
- languageOptions: {
473
- parser: typeof import("yaml-eslint-parser");
474
- };
475
- rules: {
476
- "no-irregular-whitespace": "off";
477
- "no-unused-vars": "off";
478
- "spaced-comment": "off";
479
- };
480
- plugins?: undefined;
481
- } | {
482
- rules: {
483
- "yml/no-empty-document": "error";
484
- "yml/no-empty-key": "error";
485
- "yml/no-empty-mapping-value": "error";
486
- "yml/no-empty-sequence-entry": "error";
487
- "yml/no-irregular-whitespace": "error";
488
- "yml/no-tab-indent": "error";
489
- "yml/vue-custom-block/no-parsing-error": "error";
490
- };
491
- })[];
492
- "flat/standard": ({
493
- plugins: {
494
- readonly yml: import("eslint").ESLint.Plugin;
495
- };
496
- files?: undefined;
497
- languageOptions?: undefined;
498
- rules?: undefined;
499
- } | {
500
- files: string[];
501
- languageOptions: {
502
- parser: typeof import("yaml-eslint-parser");
503
- };
504
- rules: {
505
- "no-irregular-whitespace": "off";
506
- "no-unused-vars": "off";
507
- "spaced-comment": "off";
508
- };
509
- plugins?: undefined;
510
- } | {
511
- rules: {
512
- "yml/block-mapping-question-indicator-newline": "error";
513
- "yml/block-mapping": "error";
514
- "yml/block-sequence-hyphen-indicator-newline": "error";
515
- "yml/block-sequence": "error";
516
- "yml/flow-mapping-curly-newline": "error";
517
- "yml/flow-mapping-curly-spacing": "error";
518
- "yml/flow-sequence-bracket-newline": "error";
519
- "yml/flow-sequence-bracket-spacing": "error";
520
- "yml/indent": "error";
521
- "yml/key-spacing": "error";
522
- "yml/no-empty-document": "error";
523
- "yml/no-empty-key": "error";
524
- "yml/no-empty-mapping-value": "error";
525
- "yml/no-empty-sequence-entry": "error";
526
- "yml/no-irregular-whitespace": "error";
527
- "yml/no-tab-indent": "error";
528
- "yml/plain-scalar": "error";
529
- "yml/quotes": "error";
530
- "yml/spaced-comment": "error";
531
- "yml/vue-custom-block/no-parsing-error": "error";
532
- };
533
- })[];
534
- "flat/prettier": ({
535
- plugins: {
536
- readonly yml: import("eslint").ESLint.Plugin;
537
- };
538
- files?: undefined;
539
- languageOptions?: undefined;
540
- rules?: undefined;
541
- } | {
542
- files: string[];
543
- languageOptions: {
544
- parser: typeof import("yaml-eslint-parser");
545
- };
546
- rules: {
547
- "no-irregular-whitespace": "off";
548
- "no-unused-vars": "off";
549
- "spaced-comment": "off";
550
- };
551
- plugins?: undefined;
552
- } | {
553
- rules: {
554
- "yml/block-mapping-colon-indicator-newline": "off";
555
- "yml/block-mapping-question-indicator-newline": "off";
556
- "yml/block-sequence-hyphen-indicator-newline": "off";
557
- "yml/flow-mapping-curly-newline": "off";
558
- "yml/flow-mapping-curly-spacing": "off";
559
- "yml/flow-sequence-bracket-newline": "off";
560
- "yml/flow-sequence-bracket-spacing": "off";
561
- "yml/indent": "off";
562
- "yml/key-spacing": "off";
563
- "yml/no-multiple-empty-lines": "off";
564
- "yml/no-trailing-zeros": "off";
565
- "yml/quotes": "off";
566
- };
567
- })[];
568
- };
569
- rules: {
570
- [key: string]: import("eslint-plugin-yml/lib/types").RuleModule;
571
- };
572
- };
573
- };
574
- export default _default;
575
- //# sourceMappingURL=plugins.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugins.d.ts","sourceRoot":"","sources":["../../src/imports/plugins.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,IAAI,EAAE,EAAE,MAAM,mBAAmB,CAAC;AAEjD,OAAO,GAAG,MAAM,aAAa,CAAC;AAC9B,OAAO,IAAI,MAAM,cAAc,CAAC;;;;;;QAMpB,OAAO,CAAC,OAAO,EAAE,CAAC;UACd,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAMumoB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAl50B,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;;;;;;;;;;;;;;;;;;;;;;;AAThuM,wBAQE"}
@@ -1,17 +0,0 @@
1
- import stylistic from "@stylistic/eslint-plugin";
2
- import { plugin as ts } from "typescript-eslint";
3
- import html from "@html-eslint/eslint-plugin";
4
- import css from "@eslint/css";
5
- import json from "@eslint/json";
6
- import jsonc from "eslint-plugin-jsonc";
7
- import yml from "eslint-plugin-yml";
8
- export default {
9
- stylistic,
10
- ts: ts,
11
- html: html,
12
- css,
13
- json,
14
- jsonc,
15
- yml,
16
- };
17
- //# sourceMappingURL=plugins.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugins.js","sourceRoot":"","sources":["../../src/imports/plugins.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,0BAA0B,CAAC;AACjD,OAAO,EAAE,MAAM,IAAI,EAAE,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,IAAI,MAAM,4BAA4B,CAAC;AAC9C,OAAO,GAAG,MAAM,aAAa,CAAC;AAC9B,OAAO,IAAI,MAAM,cAAc,CAAC;AAChC,OAAO,KAAK,MAAM,qBAAqB,CAAC;AACxC,OAAO,GAAG,MAAM,mBAAmB,CAAC;AAEpC,eAAe;IACb,SAAS;IACT,EAAE,EAAE,EAAwB;IAC5B,IAAI,EAAE,IAAc;IACpB,GAAG;IACH,IAAI;IACJ,KAAK;IACL,GAAG;CACJ,CAAC"}
@@ -1,7 +0,0 @@
1
- import parsers from "./parsers";
2
- import plugins from "./plugins";
3
-
4
- export default {
5
- parsers,
6
- plugins,
7
- };
@@ -1,9 +0,0 @@
1
- import { parser as ts } from "typescript-eslint";
2
- import html from "@html-eslint/parser";
3
- import yml from "yaml-eslint-parser";
4
-
5
- export default {
6
- ts: ts as NoInfer<typeof ts>,
7
- html,
8
- yml,
9
- };
@@ -1,17 +0,0 @@
1
- import stylistic from "@stylistic/eslint-plugin";
2
- import { plugin as ts } from "typescript-eslint";
3
- import html from "@html-eslint/eslint-plugin";
4
- import css from "@eslint/css";
5
- import json from "@eslint/json";
6
- import jsonc from "eslint-plugin-jsonc";
7
- import yml from "eslint-plugin-yml";
8
-
9
- export default {
10
- stylistic,
11
- ts: ts as NoInfer<typeof ts>,
12
- html: html as object,
13
- css,
14
- json,
15
- jsonc,
16
- yml,
17
- };
@@ -1,11 +0,0 @@
1
- {
2
- "files": [
3
- "index.ts",
4
- "plugins.ts",
5
- "parsers.ts",
6
- ],
7
- "extends": "../tsconfig-src.json",
8
- "include": [
9
- "../../typings/**/*",
10
- ],
11
- }