JohnSimerlink / branches_front_end_private

learn a bit faster . . . eventually 10x faster
5 stars 4 forks source link

Did some linting #61

Closed jonmseaman closed 6 years ago

jonmseaman commented 6 years ago

Description: I did some code cleanup with TSLint in WebStorm. Many unterminated statements are now terminated. Also, some import statements were cleanup up as well.

Does your PR...

AndrewVetovitz commented 6 years ago

Did you pull from master recently? I added a lot of ';' to a recent merge into master.

jonmseaman commented 6 years ago

@AndrewVetovitz Yes. Actually, before you pushed this, I thought I got all the ; too. For some reason, each of our methods doesn't find all the missing semi colons. I also did some import fixing as well via the code cleanup.