thekroko / uthgard-herald

Help us build a herald.
GNU General Public License v3.0
13 stars 18 forks source link

Fix linter issues #41

Closed andir closed 7 years ago

andir commented 7 years ago

I started going through tslinter issues. This PR contains fixes for all currently reported issues.

I disabled a check (no-inferrable-types) since I think it is good style to explicitly type out the types you intend to use.

Let me know if this looks good to you.

I intend to squash these fixes together once we got consensus.