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

Block unused disable directives #324

Merged
merged 4 commits into from Jan 19, 2023
Merged

Block unused disable directives #324

merged 4 commits into from Jan 19, 2023

Conversation

Fryuni
Copy link
Member

@Fryuni Fryuni commented Nov 19, 2022

Summary

Enable the no-unused-disable rule from esline-comments.

This rule flags unnecessary eslint-disable directives as errors, ensuring that any such directive is removed once they are no longer necessary.

Since this is a rule with full auto-fix, I don't think this needs to be a breaking change

@Fryuni Fryuni added the feature New feature label Nov 19, 2022
@Fryuni Fryuni self-assigned this Nov 19, 2022
@georgekaran georgekaran merged commit 00b3ba3 into master Jan 19, 2023
@georgekaran georgekaran deleted the block-unused-disable branch January 19, 2023 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants