The company I work at is on the brink of starting a new enterprise Angular application. While reading up on linting, I read that TSLint is being deprecated.
Since TSLint is included in Angular by default, I started looking for any plans the Angular team has to deal with the deprecation. I found this GitHub issue, which wasn't very helpful. It pointed me here, and I couldn't find any post related to the issue.
My questions are:
- As an Angular developer, should I migrate to Typescript ESLint manually for new and/or existing projects?
- Does the Angular team have any plans to make the eventual migration easier for existing projects?