nestjs/typescript-starter

tslint is never used in package.json scripts :/

Oliboy50 opened this issue · 1 comments

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

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.