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

Make eslint rule an error instead of a warning #20482

Merged
merged 2 commits into from
Oct 9, 2020
Merged

Conversation

Methuselah96
Copy link
Contributor

@Methuselah96 Methuselah96 commented Oct 8, 2020

This will @typescript-eslint/no-unused-vars an error instead of a warning. It's helpful for the rule to error so that the build will fail so that you don't have to check the logs to see if there was a warning. See #20467 for context.

This will `@typescript-eslint/no-unused-vars` an error instead of a warning. It's helpful for the rule to error so that the build will fail so that you don't have to check the logs to see if there was a warning. See mrdoob#20467 for context.
@mrdoob
Copy link
Owner

mrdoob commented Oct 9, 2020

Curious to see how this goes!

@mrdoob mrdoob added this to the r122 milestone Oct 9, 2020
@mrdoob mrdoob merged commit 9156391 into mrdoob:dev Oct 9, 2020
@mrdoob
Copy link
Owner

mrdoob commented Oct 9, 2020

Thanks!

@Methuselah96 Methuselah96 deleted the patch-2 branch October 9, 2020 15:58
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 this pull request may close these issues.

2 participants