Closed andir closed 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.
no-inferrable-types
Let me know if this looks good to you.
I intend to squash these fixes together once we got consensus.
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.