textlint-rule / textlint-rule-eslint

textlint rule integrate with ESLint.
MIT License
14 stars 3 forks source link

Support ESLint comment #18

Open azu opened 5 years ago

azu commented 5 years ago

We want to support <!-- eslint-disable no-alert --> for compatibility eslint/eslint-plugin-markdown

JounQin commented 3 years ago

But eslint-plugin-markdown doesn't support disabling Markdown (HTML) comments for ignoring some CodeBlocks.

It seems not true after eslint-plugin-markdown@1.

azu commented 3 years ago

https://github.com/eslint/eslint-plugin-markdown#configuration-comments I see. we need to update README.