@eslinted/core 6.0.0-rc.0 → 6.0.0-rc.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +1,12 @@
1
1
  {
2
- // v0.35.0
3
- // https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/Rules.md
4
- // "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.35.0/schema/markdownlint-config-schema.json",
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "22.10.0",
3
3
  "name": "@eslinted/core",
4
- "version": "6.0.0-rc.0",
4
+ "version": "6.0.0-rc.2",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",