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
Thanks for the report @ocavue, I can reproduce the issue. There have been some breaking changes in v6, but unfortunately, we haven't added migration instructions for this plugin yet. One of the changes is that what was previously the recommended config is now named processor. The config name was changed to make room for a recommended config that includes language capabilities, one of the newest features in ESLint, also to be documented.
To fix your config file use the processor config instead of recommended for @eslint/markdown v6.
Environment
ESLint version: 9.9.0
@eslint/markdown version: 6.0.0
Node version: v18.20.2
npm version: pnpm 8.15.9
Operating System: macOS
Which language are you using?
commonmark
What did you do?
After updating from
eslint-plugin-markdown
v5 to@eslint/markdown
v6, I get the following error:Minimal repo:
What did you expect to happen?
No error.
What actually happened?
Link to Minimal Reproducible Example
https://stackblitz.com/github/issueset/eslint-markdown-v6-issue
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: