@eslinted/core 5.1.5 → 6.0.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
package/.github/workflows/rc.yml
CHANGED
package/.markdownlint.jsonc
CHANGED
@@ -1,14 +1,12 @@
|
|
1
1
|
{
|
2
|
-
// v0.
|
3
|
-
// https://github.com/DavidAnson/markdownlint/blob/v0.
|
4
|
-
// "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.
|
2
|
+
// v0.36.1
|
3
|
+
// 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",
|
5
5
|
"heading-increment": true /* MD001 */,
|
6
6
|
"heading-style": {
|
7
7
|
"style": "atx",
|
8
8
|
} /* MD003 */,
|
9
|
-
"ul-style":
|
10
|
-
"style": "sublist",
|
11
|
-
} /* MD004 */,
|
9
|
+
"ul-style": false /* MD004 */,
|
12
10
|
"list-indent": true /* MD005 */,
|
13
11
|
"ul-indent": {
|
14
12
|
"indent": 2,
|
package/package.json
CHANGED