Skip to content

remark configuration #734

Answered by wooorm
Denice00 asked this question in Q&A
Jun 3, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

With a similar pattern to what is shown in rules.md, namely, arrays:

   "plugins": [
     "remark-preset-lint-markdown-style-guide",
-   ["remark-lint-list-item-indent", {"tab": true}],
+   ["remark-lint-list-item-indent", [2, {"tab": true}]],

However, I do not suggest you do this. remark, the CLI, has a --frail (-f) flag which treats warnings as errors. It sounds like that’s what you’re looking for

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Denice00
Comment options

Answer selected by Denice00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants