Skip to content
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

Merged
merged 4 commits into from
Jun 24, 2021

Conversation

meeroslav
Copy link
Contributor

If projects are being converted from tslint to eslint 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

@meeroslav meeroslav added type: bug scope: angular Issues related to Angular support in Nx scope: linter Issues related to Eslint support in Nx labels Jun 23, 2021
@meeroslav meeroslav requested a review from JamesHenry June 23, 2021 09:44
@meeroslav meeroslav self-assigned this Jun 23, 2021
@vercel
Copy link

vercel bot commented Jun 23, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/nrwl/nx-dev/DHjrVXX8oqdXv8cZXX7owpC7wyds
✅ Preview: Canceled

[Deployment for 751e886 canceled]

@meeroslav meeroslav force-pushed the fix/linter-partial-conversion branch from 6033370 to ae02eaa Compare June 23, 2021 09:54
@nx-cloud
Copy link

nx-cloud bot commented Jun 23, 2021

Nx Cloud Report

CI 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

Status Command
#000000 nx affected --target=build --parallel --max-parallel=3
#000000 nx affected --target=e2e
#000000 nx affected --target=lint --parallel --max-parallel=4
#000000 nx affected --target=test --parallel --max-parallel=2
#000000 nx build typedoc-theme

Sent with 💌 from NxCloud.

@meeroslav meeroslav removed the scope: angular Issues related to Angular support in Nx label Jun 23, 2021
@meeroslav meeroslav force-pushed the fix/linter-partial-conversion branch from 37577a4 to 7c2367d Compare June 23, 2021 14:34
@meeroslav
Copy link
Contributor Author

Broken build is dependant on:
#6104 and #6068

@meeroslav meeroslav force-pushed the fix/linter-partial-conversion branch from 55a8881 to 751e886 Compare June 23, 2021 20:49
@meeroslav meeroslav changed the title fix(angular): linter conversion should not override existing root config fix(linter): tslint to eslint conversion should not override existing root config Jun 23, 2021
@meeroslav meeroslav merged commit 4a9d82f into nrwl:master Jun 24, 2021
@meeroslav meeroslav deleted the fix/linter-partial-conversion branch June 24, 2021 05:20
mmuenker pushed a commit to mmuenker/nx that referenced this pull request Jun 28, 2021
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope: linter Issues related to Eslint support in Nx type: bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

convert-tslint-to-eslint: root .eslintrc.json gets reset each time
3 participants