-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
We had a case in our code where a semicolon was accidentally used at the end of a line of a tsx statement. Since this is almost always unintended, it makes sense to have a lint rule to warn against it. The rule would warn against code like the following:
<div>
<SomeComponent/>;
</div>
(haven't thought about the rule name that much, so take the title with a grain of salt)
adidahiya, newyankeecodeshop, jafin, tomauty, s875515 and 3 more