@eslinted/core 15.2.2 → 15.2.4

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,7 +1,7 @@
1
1
  {
2
- // v0.36.2
3
- // DOC: https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/Rules.md
4
- // "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.36.1/schema/markdownlint-config-schema.json",
2
+ // v0.37.1
3
+ // DOC: https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/Rules.md
4
+ // "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.37.4/schema/markdownlint-config-schema.json",
5
5
  "heading-increment": true /* MD001 */,
6
6
  "heading-style": {
7
7
  "style": "atx",
@@ -43,7 +43,7 @@
43
43
  } /* MD024 */,
44
44
  "single-title": false /* MD025, single-h1 */,
45
45
  "no-trailing-punctuation": {
46
- "punctuation": "" /* @DEFAULT: .,;:!。,;:! */,
46
+ "punctuation": "" /* @default: .,;:!。,;:! */,
47
47
  } /* MD026 */,
48
48
  "no-multiple-space-blockquote": true /* MD027 */,
49
49
  "no-blanks-blockquote": true /* MD028 */,
@@ -97,14 +97,16 @@
97
97
  "strong-style": {
98
98
  "style": "underscore",
99
99
  } /* MD050 */,
100
- "link-fragments": true /* MD051 */,
100
+ "link-fragments": {
101
+ "ignore_case": false /* @default: false */,
102
+ } /* MD051 */,
101
103
  "reference-links-images": {
102
104
  "shortcut_syntax": false,
103
105
  } /* MD052 */,
104
106
  "link-image-reference-definitions": {
105
107
  "ignored_definitions": [
106
108
  "//",
107
- ] /* @DEFAULT: ["//"] */,
109
+ ] /* @default: ["//"] */,
108
110
  } /* MD053 */,
109
111
  "link-image-style": {
110
112
  "autolink": true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "22.13.0",
3
3
  "name": "@eslinted/core",
4
- "version": "15.2.2",
4
+ "version": "15.2.4",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",