@eslinted/core 22.1.9 → 22.1.10

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.
Files changed (2) hide show
  1. package/.markdownlint.jsonc +15 -46
  2. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- // #region v38.0.0
2
+ // #region v38.1.1
3
3
  "$schema": "https://gist.githubusercontent.com/jimmy-zhening-luo/e0d6b5715f0df18bc462f752520bd485/raw",
4
4
  "$help": {
5
5
  "link": "https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md",
@@ -12,24 +12,18 @@
12
12
  "ul-style": false /* MD004 */,
13
13
  "list-indent": true /* MD005 */,
14
14
  "ul-indent": {
15
- "indent": 2,
16
- "start_indent": 2,
17
- "start_indented": false,
15
+ "indent": 4,
18
16
  } /* MD007 */,
19
17
  "no-trailing-spaces": {
20
18
  "br_spaces": 0,
21
- "list_item_empty_lines": false,
22
19
  "strict": true,
23
20
  } /* MD009 */,
24
21
  "no-hard-tabs": {
25
- "spaces_per_tab": 2,
26
- "code_blocks": true,
22
+ "spaces_per_tab": 4,
27
23
  "ignore_code_languages": [],
28
24
  } /* MD010 */,
29
- "no-reversed-links": false /* MD011 */,
30
- "no-multiple-blanks": {
31
- "maximum": 1,
32
- } /* MD012 */,
25
+ "no-reversed-links": true /* MD011 */,
26
+ "no-multiple-blanks": true /* MD012 */,
33
27
  "line-length": false /* MD013 */,
34
28
  "commands-show-output": true /* MD014 */,
35
29
  "no-missing-space-atx": true /* MD018 */,
@@ -37,7 +31,6 @@
37
31
  "no-missing-space-closed-atx": true /* MD020 */,
38
32
  "no-multiple-space-closed-atx": true /* MD021 */,
39
33
  "blanks-around-headings": {
40
- "lines_above": 1,
41
34
  "lines_below": 0,
42
35
  } /* MD022 */,
43
36
  "heading-start-left": true /* MD023 */,
@@ -45,20 +38,13 @@
45
38
  "siblings_only": true,
46
39
  } /* MD024 */,
47
40
  "single-title": false /* MD025, single-h1 */,
48
- "no-trailing-punctuation": {
49
- "punctuation": "" /* @default: .,;:!。,;:! */,
50
- } /* MD026 */,
41
+ "no-trailing-punctuation": false /* MD026 */,
51
42
  "no-multiple-space-blockquote": true /* MD027 */,
52
43
  "no-blanks-blockquote": true /* MD028 */,
53
44
  "ol-prefix": {
54
45
  "style": "one_or_ordered",
55
46
  } /* MD029 */,
56
- "list-marker-space": {
57
- "ol_multi": 1,
58
- "ol_single": 1,
59
- "ul_multi": 1,
60
- "ul_single": 1,
61
- } /* MD030 */,
47
+ "list-marker-space": true /* MD030 */,
62
48
  "blanks-around-fences": {
63
49
  "list_items": false,
64
50
  } /* MD031 */,
@@ -71,7 +57,7 @@
71
57
  "summary",
72
58
  ],
73
59
  } /* MD033 */,
74
- "no-bare-urls": true /* MD034 */,
60
+ "no-bare-urls": false /* MD034 */,
75
61
  "hr-style": {
76
62
  "style": "---",
77
63
  } /* MD035 */,
@@ -79,10 +65,7 @@
79
65
  "no-space-in-emphasis": true /* MD037 */,
80
66
  "no-space-in-code": false /* MD038 */,
81
67
  "no-space-in-links": true /* MD039 */,
82
- "fenced-code-language": {
83
- "allowed_languages": [],
84
- "language_only": false,
85
- } /* MD040 */,
68
+ "fenced-code-language": false /* MD040 */,
86
69
  "first-line-heading": false /* MD041, first-line-h1 */,
87
70
  "no-empty-links": true /* MD042 */,
88
71
  "required-headings": false /* MD043 */,
@@ -101,28 +84,14 @@
101
84
  "strong-style": {
102
85
  "style": "underscore",
103
86
  } /* MD050 */,
104
- "link-fragments": {
105
- "ignore_case": false /* @default: false */,
106
- } /* MD051 */,
107
- "reference-links-images": {
108
- "shortcut_syntax": false,
109
- } /* MD052 */,
110
- "link-image-reference-definitions": {
111
- "ignored_definitions": [
112
- "//",
113
- ] /* @default: ["//"] */,
114
- } /* MD053 */,
115
- "link-image-style": {
116
- "autolink": true,
117
- "collapsed": true,
118
- "full": true,
119
- "inline": true,
120
- "shortcut": true,
121
- "url_inline": true,
122
- } /* MD054 */,
87
+ "link-fragments": true /* MD051 */,
88
+ "reference-links-images": true /* MD052 */,
89
+ "link-image-reference-definitions": true /* MD053 */,
90
+ "link-image-style": true /* MD054 */,
123
91
  "table-pipe-style": {
124
92
  "style": "leading_and_trailing",
125
93
  } /* MD055 */,
126
94
  "table-column-count": true /* MD056 */,
127
- "blanks-around-tables": false /* MD058 */,
95
+ "blanks-around-tables": true /* MD058 */,
96
+ "descriptive-link-text": false /* MD059 */,
128
97
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "@eslinted/core",
6
- "version": "22.1.9",
6
+ "version": "22.1.10",
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
8
8
  "private": false,
9
9
  "engineStrict": true,