mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
By using a remark configuration file, the same checks that were already done inside a workflow command, are now available inside editors using `remark-language-server`. The updated remark related dependencies add compatibility with `remark-language-server`, support for GFM, and get rid of a deprecated dependency.
7 lines
67 B
JSON
7 lines
67 B
JSON
{
|
|
"plugins": [
|
|
"gfm",
|
|
"validate-links"
|
|
]
|
|
}
|