-
Notifications
You must be signed in to change notification settings - Fork 12k
Tslint migration does not consider an extends property containing an array #17311
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
Hi, thanks for the issues. Actually the problem here is the error message, as the migration will be executed when extending only |
Can I contribute the fix to this @alan-agius4 ? |
@sfabriece, there is already a PR for this: #17323 Thanks anyways 🙂 |
For me, I did't have the "extends" array on my tslint.json and got the warning message, but the migration still completes
|
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. |
Uh oh!
There was an error while loading. Please reload this page.
🚀 Feature request
Command (mark with an
x
)Description
Running
ng update @angular/cli --migrate-only tslint-version-6
with a tslint config like this:
fails with
The following file implements the migration.
https://github.com/angular/angular-cli/blob/master/packages/schematics/angular/migrations/update-10/update-tslint.ts
Describe the solution you'd like
If you have a solution in mind, please describe it.Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?The text was updated successfully, but these errors were encountered: