nodesmith / eth-plot

r/place inspired Dapp
https://medium.com/@brendan_87166/28b01f9fc244
MIT License
37 stars 6 forks source link

Remove unused local variables / imports #99

Closed sdesmond46 closed 6 years ago

sdesmond46 commented 6 years ago

This change tweeks our tsconfig file to make it an error to import something / declare a local variable without using it.

To fix these up quickly, I used the Typescript Hero VS Code Plugin which is pretty good at it