linted 15.4.19-rc.1 → 15.4.19-rc.2

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.
@@ -3357,7 +3357,7 @@ declare const _default: {
3357
3357
  readonly allowed_elements: readonly ["details", "summary"];
3358
3358
  }];
3359
3359
  readonly "markdownlint/md035": readonly ["error", {
3360
- readonly style: "___";
3360
+ readonly style: "---";
3361
3361
  }];
3362
3362
  readonly "markdownlint/md046": readonly ["error", {
3363
3363
  readonly style: "fenced";
@@ -19,7 +19,7 @@ declare const _default: readonly [readonly ["enable", {
19
19
  readonly allowed_elements: readonly ["details", "summary"];
20
20
  }];
21
21
  readonly "markdownlint/md035": readonly ["error", {
22
- readonly style: "___";
22
+ readonly style: "---";
23
23
  }];
24
24
  readonly "markdownlint/md046": readonly ["error", {
25
25
  readonly style: "fenced";
@@ -19,7 +19,7 @@ declare const _default: readonly ["enable", {
19
19
  readonly allowed_elements: readonly ["details", "summary"];
20
20
  }];
21
21
  readonly "markdownlint/md035": readonly ["error", {
22
- readonly style: "___";
22
+ readonly style: "---";
23
23
  }];
24
24
  readonly "markdownlint/md046": readonly ["error", {
25
25
  readonly style: "fenced";
@@ -36,7 +36,7 @@ export default [
36
36
  ],
37
37
  "markdownlint/md035": [
38
38
  ERROR,
39
- { style: "___" },
39
+ { style: "---" },
40
40
  ],
41
41
  "markdownlint/md046": [
42
42
  ERROR,
package/dogfood.md ADDED
@@ -0,0 +1 @@
1
+ _I am god_
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.13.0",
3
3
  "name": "linted",
4
- "version": "15.4.19-rc.1",
4
+ "version": "15.4.19-rc.2",
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",
@@ -41,7 +41,7 @@ export default [
41
41
  ],
42
42
  "markdownlint/md035": [
43
43
  ERROR,
44
- { style: "___" },
44
+ { style: "---" },
45
45
  ],
46
46
  "markdownlint/md046": [
47
47
  ERROR,