-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] add support for linting code blocks #278
Labels
Comments
JounQin
added a commit
that referenced
this issue
Mar 12, 2021
JounQin
added a commit
that referenced
this issue
Mar 12, 2021
JounQin
added a commit
that referenced
this issue
Mar 12, 2021
JounQin
added a commit
that referenced
this issue
Mar 12, 2021
@chenxsan Please try v1.10.0 with settings |
@JounQin Thanks for your work, I'll test it soon. |
Due to an unreleased bugfix #285, you need to provide a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can already get code blocks in
eslint-mdx
, so it should be possible to lint them byeslint-plugin-mdx
itself.A setting named
lintCodeBlocks: boolean
should be required.Additional, we can reference
eslint-plugin-markdown
's codes.The text was updated successfully, but these errors were encountered: