tslint is never used in package.json scripts :/
Oliboy50 opened this issue · 1 comments
Oliboy50 commented
so the whole tslint.json
file seems useless
besides, using the tslint:recommended
base configuration and overriding each rules with false
seems to be "not recommended" to me
kamilmysliwiec commented
There is a lint
command which you can use (or not) depending on what you really prefer. Besides, you're not forced to use this tslint.json
provided in the starter project.