You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.
remark-lint recently changed (and so did remark). Each rule is now a separate package published to npm, for example, take the final-newline rule, which is now remark-lint-final-newline.
You can find more info on what changed on the release pages for remark and remark-lint, but they may be lacking as I’m working hard on upgrading the ecosystem first.
Hi! 👋
remark-lint recently changed (and so did remark). Each rule is now a separate package published to npm, for example, take the
final-newline
rule, which is nowremark-lint-final-newline
.You can find more info on what changed on the release pages for remark and remark-lint, but they may be lacking as I’m working hard on upgrading the ecosystem first.
There’s a package,
unified-lint-rule
, that you can (should!) depend on to make rules though.remark-lint-strong-marker
, also a good example, uses it to accept options.To use “rules”, you must install all rules you want to use, for example:
And then specify them in your config file like so:
...on the API you can do the following:
Finally, feel free to drop by in Gitter room, or reply below, to ask any questions you may have!
P.S. When done, could you create a PR for remark-lint to include this in the list of external rules?
The text was updated successfully, but these errors were encountered: