TomasJani / bridge-builder

MIT License
0 stars 0 forks source link

Docker - Add Linting when done #15

Open mcaniga opened 4 years ago

mcaniga commented 4 years ago

Add linting after project is in final shape.

Reason to don't do that now is that Docker will sometimes not build because of Typescript issues, it will be exahustive to repair every issue every time, because of dynamic changes in our codebase.

I suggest to do this at the end as a part of final cleanup.