Skip to content

Commit

Permalink
fix(markdownlint): remove comments and deprecated props
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Jun 5, 2024
1 parent 842d1bd commit 7f5b06e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/markdownlint/index.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -31,9 +32,8 @@
"ol-prefix": false,
"strong-style": false,
"ul-indent": false,
// custom

"no-duplicate-heading": {
"allow_different_nesting": true,
"siblings_only": true
}
}

0 comments on commit 7f5b06e

Please sign in to comment.