-
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): rename languageSettings to languageOptions for flat config migration #22924
fix(linter): rename languageSettings to languageOptions for flat config migration #22924
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 59e17cb. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 6 targets
Sent with 💌 from NxCloud. |
…ig migration partially closes nrwl#22782
4a7001a
to
59e17cb
Compare
@meeroslav would love if you can check it |
Thanks a lot @pumano! Please can you clarify what you mean by "partially fixes"? Does it not completely fix it? |
This PR only fixes problem for languageOptions, but "override" languageOptions with |
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. |
partially fixes #22782
Current Behavior
after run migration eslint to flat config it migrate parserOptions to
languageSettings
, while eslint does not have that, and havelanguageOptions
Expected Behavior
migrate to
languageOptions
Related Issue(s)