eslint / markdown

Lint JavaScript code blocks in Markdown documents
MIT License
406 stars 63 forks source link

docs: fix expected errors in react example #237

Closed mdjermanovic closed 8 months ago

mdjermanovic commented 9 months ago

Fixes examples/react/README.md, the part with expected errors. This plugin's recommended config disables the no-unused-var rule, so errors for this rule don't appear when linting the react example project.

https://github.com/eslint/eslint-plugin-markdown/blob/cbb8e3afc665d314570a9b087c7cef2e97d45860/lib/index.js#L21