You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tslint is now deprecated. Various tasks have been made codewise to support ESlint along the last months, like this one : nestjs/typescript-starter#69
So, in order to help new-comers in the JS ecosystem and avoid confusion on which linting tool they should be use, I think we should remove the last remaining mention of tslint in the doc, and mention ESLint instead.
If you approve this transition, I could submit a PR to resolve this soon.
Thanks.
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
Hello!
While reading the documentation pages about the CLI, a few paragraphs still talk about
tslint
and its configuration files.Here's an example taken from the page dealing with Monorepo :
https://docs.nestjs.com/cli/monorepo
Expected behavior
Tslint is now deprecated. Various tasks have been made codewise to support ESlint along the last months, like this one : nestjs/typescript-starter#69
So, in order to help new-comers in the JS ecosystem and avoid confusion on which linting tool they should be use, I think we should remove the last remaining mention of tslint in the doc, and mention ESLint instead.
If you approve this transition, I could submit a PR to resolve this soon.
Thanks.
The text was updated successfully, but these errors were encountered: