tradle / tim

mobile and web app that talks to Tradle backend infrastructure and the blockchain. Tim stands for Trust in Motion
GNU General Public License v3.0
20 stars 12 forks source link

cleanup #19

Closed mvayngrib closed 2 years ago

mvayngrib commented 5 years ago

i just enabled the no-unused-vars rule in our .eslintrc, and it found ~1k unused vars across our files :)

eslint + eslint-nibble can autofix many linting issues, but it needs to be at least reviewed by eyeball. @pgmemk want to give it a try?

pgmemk commented 5 years ago

cleaned up most of the unused vars. Some of them in your sources I was not sure about. But I deleted about 800 unused vars. Thanks :)

urbien commented 2 years ago

fixed