eslint --report-unused-disable-directives
does not work with this plugin
#115
Labels
eslint --report-unused-disable-directives
does not work with this plugin
#115
eslint --report-unused-disable-directives
is not reported when a<-- eslint-disable -->
is defined in Markdown but is unused (i.e. could be removed)..eslintrc.yml
:README.md
:index.js
:package.json
:In the terminal:
$ eslint --report-unused-disable-directives README.md $ eslint --report-unused-disable-directives index.js /home/ehmicky/eslint-comments-bug/index.js 1:1 error Unused eslint-disable directive (no problems were reported from 'no-inline-comments') ✖ 1 problem (1 error, 0 warnings)
--report-unused-disable-directives
works for the JavaScript file, but not for the Markdown (where nothing is reported).The text was updated successfully, but these errors were encountered: