Initial discussion here https://github.com/EddieJaoudeCommunity/EddieBot/pull/181#discussion_r475092290
We might need a rule for semicolons as well
Let's have one for if statements as well.
https://palantir.github.io/tslint/rules/curly/
docs for semicolon:
https://palantir.github.io/tslint/rules/semicolon/
TSLint is deprecated see https://github.com/palantir/tslint/issues/4534, They are migrating to ESLint and i think we should move to ESLint too 馃榿
Yes good point @alrifay , we should be using eslint now, even for typescript
Most helpful comment
We might need a rule for semicolons as well