mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-22 15:06:13 +01:00
Add parsers parameter to readConfig/Sync to support non-JSON formats like YAML (fixes #118).
This commit is contained in:
parent
2b4ecdced8
commit
101edd8496
10 changed files with 252 additions and 31 deletions
|
|
@ -35,8 +35,10 @@
|
|||
"eslint": "~4.19.1",
|
||||
"glob": "~7.1.2",
|
||||
"istanbul": "~0.4.5",
|
||||
"js-yaml": "~3.11.0",
|
||||
"nodeunit": "~0.11.2",
|
||||
"rimraf": "~2.6.2",
|
||||
"toml": "~2.3.3",
|
||||
"tv4": "~1.3.0",
|
||||
"typescript": "~2.8.3",
|
||||
"uglify-js": "~3.3.25"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue