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
The markdown plugin seems to handle the HTML comments in a different way from ESLint core, so the rule doesn't recognize the HTML comments. So this is not a bug, but an enhancement.
Thanks for your answer, you're right. Now I know eslint-plugin-markdown is the problem, not eslint-plugin-eslint-comments. I've added an issue to their repository.
README.md
:.eslintrc.yml
:In the terminal:
The command does not report any errors. However
no-unused-disable
should be reported.Versions:
eslint
:5.16.0
(also fails with6.0.0-alpha.0
)eslint-plugin-eslint-comments
:3.1.1
eslint-plugin-markdown
:1.0.0
I am not sure whether the issue comes from
eslint-plugin-eslint-comments
oreslint-plugin-markdown
, so I decided to report this bug here.The text was updated successfully, but these errors were encountered: