-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(angular): allow migrating angular cli workspaces using the @angular-eslint/builder:lint builder #9750
feat(angular): allow migrating angular cli workspaces using the @angular-eslint/builder:lint builder #9750
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/nrwl/nx-dev/5ELdQxE7HN1U6fDjgYjPDQ5pXHiU [Deployment for 43888cd canceled] |
2ab768f
to
c2d72a5
Compare
c2d72a5
to
f5b3ab0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks great! 🎉
I've left a few comments seeking clarification around some things, but nothing that's blocking 😄
packages/angular/src/generators/ng-add/migrate-from-angular-cli.ts
Outdated
Show resolved
Hide resolved
packages/angular/src/generators/ng-add/utilities/app.migrator.ts
Outdated
Show resolved
Hide resolved
packages/angular/src/generators/ng-add/utilities/app.migrator.ts
Outdated
Show resolved
Hide resolved
packages/angular/src/generators/ng-add/utilities/app.migrator.ts
Outdated
Show resolved
Hide resolved
packages/angular/src/generators/ng-add/utilities/e2e-project.migrator.ts
Show resolved
Hide resolved
packages/angular/src/generators/ng-add/utilities/e2e-project.migrator.ts
Show resolved
Hide resolved
packages/angular/src/generators/ng-add/utilities/e2e-project.migrator.ts
Show resolved
Hide resolved
f5b3ab0
to
aeb47e5
Compare
aeb47e5
to
9c50799
Compare
…lar-eslint/builder:lint builder
9c50799
to
43888cd
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Angular CLI workspaces can't be migrated when using the
@angular-eslint/builder:lint
builder. The generator to migrate is still looking for TSLint configuration that's no longer generated or supported.Expected Behavior
Angular CLI workspaces using ESLint with the
@angular-eslint/builder:lint
builder can be migrated.Related Issue(s)
Fixes #