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

Bug with multiple violations on the same line #6

Open
NickHeiner opened this issue Jan 25, 2022 · 0 comments · May be fixed by #10
Open

Bug with multiple violations on the same line #6

NickHeiner opened this issue Jan 25, 2022 · 0 comments · May be fixed by #10

Comments

@NickHeiner
Copy link
Owner

If the ESLint report contains multiple violations for the same line, I believe this tool will put the rule's name on the disable multiple times, which makes it not work.

// eslint-disable-next-line rule rule rule
foo('a', 'b', 'c');
@baruchadi baruchadi linked a pull request Apr 28, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant