linted 15.4.18 → 15.4.19-rc.0

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.
@@ -6,6 +6,7 @@ declare const _default: {
6
6
  readonly json: readonly ["**/*.json"];
7
7
  readonly jsonc: readonly ["**/*.jsonc", "**/tsconfig.json"];
8
8
  readonly yml: readonly ["**/*.yml", "**/*.yaml", ".github/workflows/*.yml"];
9
+ readonly md: readonly ["dogfood.md"];
9
10
  };
10
11
  export default _default;
11
12
  //# sourceMappingURL=Base.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../src/files/Base.ts"],"names":[],"mappings":";;;;;;;;;AAEA,wBAmB+C"}
1
+ {"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../src/files/Base.ts"],"names":[],"mappings":";;;;;;;;;;AAEA,wBAoB+C"}
@@ -17,5 +17,6 @@ export default {
17
17
  "**/*.yaml",
18
18
  ".github/workflows/*.yml",
19
19
  ],
20
+ md: ["dogfood.md"],
20
21
  };
21
22
  //# sourceMappingURL=Base.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Base.js","sourceRoot":"","sources":["../../src/files/Base.ts"],"names":[],"mappings":"AAEA,eAAe;IACb,EAAE,EAAE,CAAC,gBAAgB,CAAC;IACtB,EAAE,EAAE;QACF,gBAAgB;QAChB,aAAa;QACb,iBAAiB;KAClB;IACD,MAAM,EAAE,CAAC,iBAAiB,CAAC;IAC3B,IAAI,EAAE,CAAC,eAAe,CAAC;IACvB,IAAI,EAAE,CAAC,WAAW,CAAC;IACnB,KAAK,EAAE;QACL,YAAY;QACZ,kBAAkB;KACnB;IACD,GAAG,EAAE;QACH,UAAU;QACV,WAAW;QACX,yBAAyB;KAC1B;CAC2C,CAAC"}
1
+ {"version":3,"file":"Base.js","sourceRoot":"","sources":["../../src/files/Base.ts"],"names":[],"mappings":"AAEA,eAAe;IACb,EAAE,EAAE,CAAC,gBAAgB,CAAC;IACtB,EAAE,EAAE;QACF,gBAAgB;QAChB,aAAa;QACb,iBAAiB;KAClB;IACD,MAAM,EAAE,CAAC,iBAAiB,CAAC;IAC3B,IAAI,EAAE,CAAC,eAAe,CAAC;IACvB,IAAI,EAAE,CAAC,WAAW,CAAC;IACnB,KAAK,EAAE;QACL,YAAY;QACZ,kBAAkB;KACnB;IACD,GAAG,EAAE;QACH,UAAU;QACV,WAAW;QACX,yBAAyB;KAC1B;IACD,EAAE,EAAE,CAAC,YAAY,CAAC;CAC0B,CAAC"}
@@ -3,12 +3,14 @@ import svelte from "svelte-eslint-parser";
3
3
  import html from "@html-eslint/parser";
4
4
  import jsonc from "jsonc-eslint-parser";
5
5
  import yml from "yaml-eslint-parser";
6
+ import md from "eslint-plugin-markdownlint/parser";
6
7
  declare const _default: {
7
8
  readonly ts: typeof ts;
8
9
  readonly svelte: typeof svelte;
9
10
  readonly html: typeof html;
10
11
  readonly jsonc: typeof jsonc;
11
12
  readonly yml: typeof yml;
13
+ readonly md: typeof md;
12
14
  };
13
15
  export default _default;
14
16
  //# sourceMappingURL=Parsers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Parsers.d.ts","sourceRoot":"","sources":["../../src/parsers/Parsers.ts"],"names":[],"mappings":"AACA,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,wBAM4C"}
1
+ {"version":3,"file":"Parsers.d.ts","sourceRoot":"","sources":["../../src/parsers/Parsers.ts"],"names":[],"mappings":"AACA,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;AACrC,OAAO,EAAE,MAAM,mCAAmC,CAAC;;;;;;;;;AAEnD,wBAO4C"}
@@ -3,11 +3,13 @@ import svelte from "svelte-eslint-parser";
3
3
  import html from "@html-eslint/parser";
4
4
  import jsonc from "jsonc-eslint-parser";
5
5
  import yml from "yaml-eslint-parser";
6
+ import md from "eslint-plugin-markdownlint/parser";
6
7
  export default {
7
8
  ts,
8
9
  svelte,
9
10
  html,
10
11
  jsonc,
11
12
  yml,
13
+ md,
12
14
  };
13
15
  //# sourceMappingURL=Parsers.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Parsers.js","sourceRoot":"","sources":["../../src/parsers/Parsers.ts"],"names":[],"mappings":"AACA,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;CACsC,CAAC"}
1
+ {"version":3,"file":"Parsers.js","sourceRoot":"","sources":["../../src/parsers/Parsers.ts"],"names":[],"mappings":"AACA,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;AACrC,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAEnD,eAAe;IACb,EAAE;IACF,MAAM;IACN,IAAI;IACJ,KAAK;IACL,GAAG;IACH,EAAE;CACuC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import stylistic from "@stylistic/eslint-plugin";
2
+ import markdownlint from "eslint-plugin-markdownlint";
2
3
  declare const _default: {
3
4
  readonly "@stylistic": typeof stylistic;
4
5
  readonly "@typescript-eslint": {
@@ -630,6 +631,7 @@ declare const _default: {
630
631
  [key: string]: import("eslint-plugin-yml/lib/types.js").RuleModule;
631
632
  };
632
633
  };
634
+ readonly markdownlint: typeof markdownlint;
633
635
  };
634
636
  export default _default;
635
637
  //# sourceMappingURL=Plugins.d.ts.map
@@ -1 +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"}
1
+ {"version":3,"file":"Plugins.d.ts","sourceRoot":"","sources":["../../src/plugins/Plugins.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,0BAA0B,CAAC;AAMjD,OAAO,YAAY,MAAM,4BAA4B,CAAC;;;mCAIC;QAAE,OAAO,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAOwxnB,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;;;;;;;;;;;;;;;;;;;;;;;;AATj/L,wBAQ4C"}
@@ -1,15 +1,17 @@
1
1
  import stylistic from "@stylistic/eslint-plugin";
2
- import ts from "@typescript-eslint/eslint-plugin";
2
+ import typescriptEslint from "@typescript-eslint/eslint-plugin";
3
3
  import svelte from "eslint-plugin-svelte";
4
- import html from "@html-eslint/eslint-plugin";
4
+ import htmlEslint from "@html-eslint/eslint-plugin";
5
5
  import jsonc from "eslint-plugin-jsonc";
6
6
  import yml from "eslint-plugin-yml";
7
+ import markdownlint from "eslint-plugin-markdownlint";
7
8
  export default {
8
9
  "@stylistic": stylistic,
9
- "@typescript-eslint": ts,
10
+ "@typescript-eslint": typescriptEslint,
10
11
  svelte,
11
- "@html-eslint": html,
12
+ "@html-eslint": htmlEslint,
12
13
  jsonc,
13
14
  yml,
15
+ markdownlint,
14
16
  };
15
17
  //# sourceMappingURL=Plugins.js.map
@@ -1 +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"}
1
+ {"version":3,"file":"Plugins.js","sourceRoot":"","sources":["../../src/plugins/Plugins.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,0BAA0B,CAAC;AACjD,OAAO,gBAAgB,MAAM,kCAAkC,CAAC;AAChE,OAAO,MAAM,MAAM,sBAAsB,CAAC;AAC1C,OAAO,UAAU,MAAM,4BAA4B,CAAC;AACpD,OAAO,KAAK,MAAM,qBAAqB,CAAC;AACxC,OAAO,GAAG,MAAM,mBAAmB,CAAC;AACpC,OAAO,YAAY,MAAM,4BAA4B,CAAC;AAEtD,eAAe;IACb,YAAY,EAAE,SAAS;IACvB,oBAAoB,EAAE,gBAAmD;IACzE,MAAM;IACN,cAAc,EAAE,UAAU;IAC1B,KAAK;IACL,GAAG;IACH,YAAY;CAC6B,CAAC"}
@@ -3336,6 +3336,45 @@ declare const _default: {
3336
3336
  readonly "yml/sort-sequence-values": "off";
3337
3337
  readonly "yml/vue-custom-block/no-parsing-error": "error";
3338
3338
  }]];
3339
+ readonly md: readonly [readonly ["enable", {
3340
+ readonly "markdownlint/md003": readonly ["error", {
3341
+ readonly style: "atx";
3342
+ }];
3343
+ readonly "markdownlint/md004": readonly ["error", {
3344
+ readonly style: "dash";
3345
+ }];
3346
+ readonly "markdownlint/md009": readonly ["error", {
3347
+ readonly br_spaces: 0;
3348
+ }];
3349
+ readonly "markdownlint/md010": readonly ["error", {
3350
+ readonly spaces_per_tab: 2;
3351
+ }];
3352
+ readonly "markdownlint/md013": "off";
3353
+ readonly "markdownlint/md029": readonly ["error", {
3354
+ readonly style: "one";
3355
+ }];
3356
+ readonly "markdownlint/md033": readonly ["error", {
3357
+ readonly allowed_elements: readonly ["details", "summary"];
3358
+ }];
3359
+ readonly "markdownlint/md035": readonly ["error", {
3360
+ readonly style: "___";
3361
+ }];
3362
+ readonly "markdownlint/md046": readonly ["error", {
3363
+ readonly style: "fenced";
3364
+ }];
3365
+ readonly "markdownlint/md048": readonly ["error", {
3366
+ readonly style: "backtick";
3367
+ }];
3368
+ readonly "markdownlint/md049": readonly ["error", {
3369
+ readonly style: "underscore";
3370
+ }];
3371
+ readonly "markdownlint/md050": readonly ["error", {
3372
+ readonly style: "underscore";
3373
+ }];
3374
+ readonly "markdownlint/md055": readonly ["error", {
3375
+ readonly style: "leading_and_trailing";
3376
+ }];
3377
+ }]];
3339
3378
  };
3340
3379
  export default _default;
3341
3380
  //# sourceMappingURL=Preset.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Preset.d.ts","sourceRoot":"","sources":["../../src/rules/Preset.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AASA,wBAQiD"}
1
+ {"version":3,"file":"Preset.d.ts","sourceRoot":"","sources":["../../src/rules/Preset.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA,wBASiD"}
@@ -5,6 +5,7 @@ import html from "./presets/Html.js";
5
5
  import json from "./presets/Json.js";
6
6
  import jsonc from "./presets/Jsonc.js";
7
7
  import yml from "./presets/Yml.js";
8
+ import md from "./presets/Md.js";
8
9
  export default {
9
10
  js,
10
11
  ts,
@@ -13,5 +14,6 @@ export default {
13
14
  json,
14
15
  jsonc,
15
16
  yml,
17
+ md,
16
18
  };
17
19
  //# sourceMappingURL=Preset.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Preset.js","sourceRoot":"","sources":["../../src/rules/Preset.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACjC,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACjC,OAAO,MAAM,MAAM,qBAAqB,CAAC;AACzC,OAAO,IAAI,MAAM,mBAAmB,CAAC;AACrC,OAAO,IAAI,MAAM,mBAAmB,CAAC;AACrC,OAAO,KAAK,MAAM,oBAAoB,CAAC;AACvC,OAAO,GAAG,MAAM,kBAAkB,CAAC;AAEnC,eAAe;IACb,EAAE;IACF,EAAE;IACF,MAAM;IACN,IAAI;IACJ,IAAI;IACJ,KAAK;IACL,GAAG;CAC2C,CAAC"}
1
+ {"version":3,"file":"Preset.js","sourceRoot":"","sources":["../../src/rules/Preset.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACjC,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACjC,OAAO,MAAM,MAAM,qBAAqB,CAAC;AACzC,OAAO,IAAI,MAAM,mBAAmB,CAAC;AACrC,OAAO,IAAI,MAAM,mBAAmB,CAAC;AACrC,OAAO,KAAK,MAAM,oBAAoB,CAAC;AACvC,OAAO,GAAG,MAAM,kBAAkB,CAAC;AACnC,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAEjC,eAAe;IACb,EAAE;IACF,EAAE;IACF,MAAM;IACN,IAAI;IACJ,IAAI;IACJ,KAAK;IACL,GAAG;IACH,EAAE;CAC4C,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.13.0",
3
3
  "name": "linted",
4
- "version": "15.4.18",
4
+ "version": "15.4.19-rc.0",
5
5
  "description": "Zero-config ESLint flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Mocha, JSON(C), and sadly YAML.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "optionalDependencies": {},
51
51
  "dependencies": {
52
- "@eslinted/core": "~2.0.1",
52
+ "@eslinted/core": "~2.1.0-rc.1",
53
53
  "@html-eslint/eslint-plugin": "~0.25.0",
54
54
  "@html-eslint/parser": "~0.25.0",
55
55
  "@stylistic/eslint-plugin": "~2.3.0",
@@ -57,6 +57,7 @@
57
57
  "@typescript-eslint/parser": "~7.17.0",
58
58
  "eslint-plugin-jsonc": "~2.16.0",
59
59
  "eslint-plugin-markdownlint": "~0.6.0",
60
+ "eslint-plugin-mocha": "~10.4.3",
60
61
  "eslint-plugin-svelte": "~2.43.0",
61
62
  "eslint-plugin-yml": "~1.14.0",
62
63
  "jsonc-eslint-parser": "~2.4.0",
package/src/files/Base.ts CHANGED
@@ -19,4 +19,5 @@ export default {
19
19
  "**/*.yaml",
20
20
  ".github/workflows/*.yml",
21
21
  ],
22
+ md: ["dogfood.md"],
22
23
  } as const satisfies Boundary.Input.Files.Base;
@@ -4,6 +4,7 @@ import svelte from "svelte-eslint-parser";
4
4
  import html from "@html-eslint/parser";
5
5
  import jsonc from "jsonc-eslint-parser";
6
6
  import yml from "yaml-eslint-parser";
7
+ import md from "eslint-plugin-markdownlint/parser";
7
8
 
8
9
  export default {
9
10
  ts,
@@ -11,4 +12,5 @@ export default {
11
12
  html,
12
13
  jsonc,
13
14
  yml,
15
+ md,
14
16
  } as const satisfies Boundary.Input.Parsers;
@@ -1,16 +1,18 @@
1
1
  import type { Boundary } from "@eslinted/core";
2
2
  import stylistic from "@stylistic/eslint-plugin";
3
- import ts from "@typescript-eslint/eslint-plugin";
3
+ import typescriptEslint from "@typescript-eslint/eslint-plugin";
4
4
  import svelte from "eslint-plugin-svelte";
5
- import html from "@html-eslint/eslint-plugin";
5
+ import htmlEslint from "@html-eslint/eslint-plugin";
6
6
  import jsonc from "eslint-plugin-jsonc";
7
7
  import yml from "eslint-plugin-yml";
8
+ import markdownlint from "eslint-plugin-markdownlint";
8
9
 
9
10
  export default {
10
11
  "@stylistic": stylistic,
11
- "@typescript-eslint": ts as unknown as { configs: unknown },
12
+ "@typescript-eslint": typescriptEslint as unknown as { configs: unknown },
12
13
  svelte,
13
- "@html-eslint": html,
14
+ "@html-eslint": htmlEslint,
14
15
  jsonc,
15
16
  yml,
17
+ markdownlint,
16
18
  } as const satisfies Boundary.Input.Plugins;
@@ -6,6 +6,7 @@ import html from "./presets/Html.js";
6
6
  import json from "./presets/Json.js";
7
7
  import jsonc from "./presets/Jsonc.js";
8
8
  import yml from "./presets/Yml.js";
9
+ import md from "./presets/Md.js";
9
10
 
10
11
  export default {
11
12
  js,
@@ -15,4 +16,5 @@ export default {
15
16
  json,
16
17
  jsonc,
17
18
  yml,
19
+ md,
18
20
  } as const satisfies Boundary.Input.Rules.Preset;