This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 885
Rule to limit variable statements to a single declaration #525
Milestone
Comments
to clairfy: do you mean disallow multiple variable definitions in the same statement? |
Yup, sorry about that. It was fairly late. |
11 tasks
Looks like the corresponding eslint rule for this is called |
👍 |
related PR: #1194 |
Decided not to go with |
Actually, I think |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice if we could disallow the following in our codebase:
The text was updated successfully, but these errors were encountered: