Skip to content
Discussion options

You must be logged in to vote

I’m using remark with remark-mdx and a bunch of other plugins. There’s also eslint-mdx that can help.

"format": "remark . -qfo && remark . -e mdx -u mdx -qfo && prettier . -w --loglevel warn && xo --fix",

mdx/package.json

Lines 235 to 247 in 63fd208

"remarkConfig": {
"plugins": [
"preset-wooorm",
[
"lint-no-html",
false
],
[
"lint-file-extension",
false
]
]
}

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@PupoSDC
Comment options

@wooorm
Comment options

Answer selected by PupoSDC
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants