-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
Copying suggestion from palantir/tslint-react#116:
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>
/cc @jkillian
hexiro, ryicoh, avemike, ashsearle, tronguye and 6 more