-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
CSpell ESLint Plugin support Markdown #3464
Comments
Thank you for the request. What behavior are you expecting? My understanding of the Are you expecting:
Kind regards, |
Hi @Jason3S. I would expect CSpell ESLint Plugin to spell-check the whole Markdown file.
|
This feature probably requires RFC-0003 Parsing files. |
I took a look at this while try to add Yaml support #5741. I thought it would be easy, but it is far more involved than I originally thought. The Another issue is that ESLint doesn't even call the spell checker plug-in if there isn't a supported code block in the Markdown file. |
|
It looks like the CSpell ESLint Plugin does not support Markdown files.
Via overrides it's possible to extend ESLint with different parsers. For example for Markdown files. It would be nice if CSpell ESLint Plugin would support that.
Example ESLint config file.
An plugin that supports a different parser is Prettier.
CSpell ESLint Plugin version: v6.8.0
ESLint version: v8.22.0
The text was updated successfully, but these errors were encountered: