mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02: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
4
test/config/config-badchildfile.json
Normal file
4
test/config/config-badchildfile.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"extends": "config-badfile.json",
|
||||
"default": true
|
||||
}
|
4
test/config/config-badchildjson.json
Normal file
4
test/config/config-badchildjson.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"extends": "config-badjson.json",
|
||||
"default": true
|
||||
}
|
3
test/config/config-badjson.json
Normal file
3
test/config/config-badjson.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
bad json
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue