oysterprotocol / webinterface

Web interface that enables a user to upload a file via the Oyster Protocol
GNU General Public License v3.0
35 stars 5 forks source link

Fail Travis build for TS warnings #189

Open jfarago opened 6 years ago

jfarago commented 6 years ago

Implement on all three repos

There are warnings that show up in the console when we dev that are being committed. We want to fail the build to ensure our code remains clean.

I have attached an example some common warnings that show up in eslint. Two of these warning are importing entire libraries that are not being used.

image.png