Use NodeJS NPM package markdownlint instead of Ruby gem mdl
This commit is contained in:
10
.markdownlintrc
Normal file
10
.markdownlintrc
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"default": true,
|
||||
"MD003": { "style": "atx" },
|
||||
"MD007": { "indent": 4 },
|
||||
"MD013": { "line_length": 200 },
|
||||
"MD033": false,
|
||||
"MD034": false,
|
||||
"no-hard-tabs": false,
|
||||
"whitespace": false
|
||||
}
|
Reference in New Issue
Block a user