adhocracy3 icon indicating copy to clipboard operation
adhocracy3 copied to clipboard

Lint Javascript code

Open nidico opened this issue 10 years ago • 3 comments

The protractor tests are written in plain Javascript. We should also use some linter here.

nidico avatar Feb 23 '15 23:02 nidico

As typescript is a superset of javascript, can't we just rename the protractor test files to *.ts?

xi avatar Feb 24 '15 09:02 xi

Then we would also need to compile them, which will just confuse people without a reason.

nidico avatar Feb 24 '15 13:02 nidico

We can either install yet another linter or use tslint (see https://github.com/palantir/tslint/issues/515)

xi avatar Jul 21 '15 15:07 xi