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

[Linting] Add ESLint rules to disallow redundant types #2930

Open
antross opened this issue Sep 5, 2019 · 1 comment
Open

[Linting] Add ESLint rules to disallow redundant types #2930

antross opened this issue Sep 5, 2019 · 1 comment

Comments

@antross
Copy link
Member

antross commented Sep 5, 2019

We've been enforcing this in PR reviews for awhile now, so I think it's time we make it official and purge our code of redundant type declarations and casts. I propose we do so by enabling the following two linting rules:

@molant
Copy link
Member

molant commented Sep 6, 2019

Go for it!
Hopefully the --fix can take care of this automatically 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants