adhocracy3
adhocracy3 copied to clipboard
Lint Javascript code
The protractor tests are written in plain Javascript. We should also use some linter here.
As typescript is a superset of javascript, can't we just rename the protractor test files to *.ts?
Then we would also need to compile them, which will just confuse people without a reason.
We can either install yet another linter or use tslint (see https://github.com/palantir/tslint/issues/515)