mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-05 18:10:15 +01:00
Add support for shareable/extendable configuration via "extends" and helper functions (fixes #33).
This commit is contained in:
parent
d826833a82
commit
7528295cae
11 changed files with 385 additions and 25 deletions
7
test/config-parent.json
Normal file
7
test/config-parent.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"extends": "config-child.json",
|
||||
"MD003": false,
|
||||
"MD007": { "indent": 4 },
|
||||
"no-hard-tabs": true,
|
||||
"line-length": { "line_length": 200 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue