chore: add markdown lint config
This commit is contained in:
parent
23d1128c4b
commit
36f80431d3
25
.markdownlint.json
Normal file
25
.markdownlint.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"default": true,
|
||||||
|
"heading-style": {
|
||||||
|
"style": "atx"
|
||||||
|
},
|
||||||
|
"ul-style": {
|
||||||
|
"style": "dash"
|
||||||
|
},
|
||||||
|
"no-duplicate-heading": false,
|
||||||
|
"first-line-h1": false,
|
||||||
|
"first-line-heading": false,
|
||||||
|
"no-blanks-blockquote": false,
|
||||||
|
"line-length": {
|
||||||
|
"line_length": 140,
|
||||||
|
"tables": false,
|
||||||
|
"code_blocks": false
|
||||||
|
},
|
||||||
|
"no-inline-html": false,
|
||||||
|
"hr-style": {
|
||||||
|
"style": "---"
|
||||||
|
},
|
||||||
|
"fenced-code-language": false,
|
||||||
|
"code-block-style": false,
|
||||||
|
"emphasis-style": false
|
||||||
|
}
|
||||||
4
.markdownlintignore
Normal file
4
.markdownlintignore
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
**/node_modules/**
|
||||||
|
**/*.snippet.md
|
||||||
|
CHANGELOG.*.md
|
||||||
|
CHANGELOG.md
|
||||||
Loading…
x
Reference in New Issue
Block a user