-
Notifications
You must be signed in to change notification settings - Fork 12k
Angular 12: Don't include deprecated TSLint by default #20105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Not having a linter included with angular cli by default would make my life trying to help people work with Angular much more difficult. |
why not just replacing it with eslint |
We will stop generating new projects with TSLint starting version 12. |
Is codelyzer package also not going to be included by default? |
Yeah, codelyzer is only used with tslint, hence when removing tslint we will also remove it. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Not applicable
Description

- As such, TSLint should not be included by default in Angular projects🔬 Minimal Reproduction
yarn
package manager if not present.cat ~/.angular-config.json
npx @angular/[email protected] new web-apps --create-application false
package.json
🌍 Your Environment
Anything else relevant?
Not relevant to this issue
strict
option the default when creating applications (starting Angular 12)The text was updated successfully, but these errors were encountered: