mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-03 14:38:49 +01:00
Update dependencies: c8 to 7.5.0, eslint to 7.19.0, globby to 11.0.2, js-yaml to 4.0.0, markdownlint-rule-helpers to 0.13.0, ts-loader to 8.0.15, typescript to 4.1.3, webpack to 5.21.1, webpack-cli to 4.5.0.
This commit is contained in:
parent
7faa2c7607
commit
ec907567e2
5 changed files with 25 additions and 25 deletions
|
|
@ -625,7 +625,7 @@ should come before flexible parsers.
|
|||
For example:
|
||||
|
||||
```js
|
||||
[ JSON.parse, require("toml").parse, require("js-yaml").safeLoad ]
|
||||
[ JSON.parse, require("toml").parse, require("js-yaml").load ]
|
||||
```
|
||||
|
||||
#### callback
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue