From 7f5b06ecf0df6b2098a00a9497039cb10a12194d Mon Sep 17 00:00:00 2001 From: Rui Wu Date: Wed, 5 Jun 2024 09:37:52 +0800 Subject: [PATCH] fix(markdownlint): remove comments and deprecated props --- src/markdownlint/index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/markdownlint/index.json b/src/markdownlint/index.json index 65d392ed..985fd6e8 100644 --- a/src/markdownlint/index.json +++ b/src/markdownlint/index.json @@ -1,14 +1,15 @@ { "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json", + "default": true, - // https://github.com/DavidAnson/markdownlint/blob/v0.32.1/style/relaxed.json + "whitespace": false, "line_length": false, "no-inline-html": false, "no-bare-urls": false, "fenced-code-language": false, "first-line-h1": false, - // https://github.com/DavidAnson/markdownlint/blob/v0.32.1/style/prettier.json + "blanks-around-fences": false, "blanks-around-headings": false, "blanks-around-lists": false, @@ -31,9 +32,8 @@ "ol-prefix": false, "strong-style": false, "ul-indent": false, - // custom + "no-duplicate-heading": { - "allow_different_nesting": true, "siblings_only": true } }