-
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
fix(linter): tslint to eslint conversion should not override existing root config #6103
fix(linter): tslint to eslint conversion should not override existing root config #6103
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/nrwl/nx-dev/DHjrVXX8oqdXv8cZXX7owpC7wyds [Deployment for 751e886 canceled] |
6033370
to
ae02eaa
Compare
Nx Cloud ReportCI ran the following commands for commit 751e886. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch Sent with 💌 from NxCloud. |
packages/angular/src/generators/convert-tslint-to-eslint/convert-tslint-to-eslint.ts
Show resolved
Hide resolved
37577a4
to
7c2367d
Compare
55a8881
to
751e886
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. |
If projects are being converted from
tslint
toeslint
one at a time and user makes changes to root.eslintrc.json
in the meantime, those changes should not be overridden by next project's conversion.Related Issue(s)
#5912
Fixes #5912