Conversation
cb868d2 to
1c9a9f0
Compare
|
Note that this PR will naturally conflict with every other web console PR and if another console PR is merged then the tests here will probably fail until this PR is rebased and the tslint rerun with the |
Yeah, I suspected that would happen, I will make sure to test master after this is merged to ensure the build still works 👍 |
|
I started this PR by committing the same tslint-file that was not the strictest and a bit out of date (new tslint rules were added since that file was written). |
* added tslint to web console * added react linting and made rules stricter * order imports * update package-lock
* added tslint to web console * added react linting and made rules stricter * order imports * update package-lock
Added tslint to the build to enforce code style and made the existing code comply to the newly enforced code style.