Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False negatives for disable-line block comments. #41

Closed
ota-meshi opened this issue May 11, 2020 · 0 comments · Fixed by #43
Closed

False negatives for disable-line block comments. #41

ota-meshi opened this issue May 11, 2020 · 0 comments · Fixed by #43

Comments

@ota-meshi
Copy link
Contributor

ota-meshi commented May 11, 2020

ESLint>=v4.18.0 supports /* eslint-disable-line */ comments, but some rules in this plugin do not support this comments.

e.g.

/*eslint eslint-comments/no-unlimited-disable: error */

/* eslint-disable-line */
/*eslint eslint-comments/no-use: error */

/* eslint-disable-line */
/* eslint-disable-next-line */
@ota-meshi ota-meshi changed the title False negatives for disable-line comments added in ESLint v7.x. False negatives for disable-line block comments. May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant