You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nx should produce new projects using the flat configuration as well
I'm welling to help with a PR, but I think this needs a broader discussions about how exactly should it look
there are many breaking changes especially with flat configuration and I'm not sure what is expected
if you want me to start something and to figure it out overtime I don't mind it and I can start working on it this week but I don't want to open a PR that might not be accepted
The text was updated successfully, but these errors were encountered:
I appreciate the enthusiasm @robertIsaac, I only cut the release for typescript-eslint v8 a couple of hours ago. Please have a little patience, I will work on this very soon
This should land in Nx 19.7 by the end of the month, you can follow along with #27451 which I have created to avoid the multiple duplicates we currently have open.
The WIP PR is getting very close, so stay tuned. It's not easy because of a large differences in ESLint v9 support across ESLint plugins that Nx sets up for you.
Current Behavior
when I run
npm i @typescript-eslint/eslint-plugin@latest @typescript-eslint/parser@latest @typescript-eslint/utils@latest
it throweven if I used
-f
, the next time I donpm i
ornpm ci
it will failExpected Behavior
npm i to execute normally
new projects to come with
typescript-eslint
version 8GitHub Repo
No response
Steps to Reproduce
npm i @typescript-eslint/eslint-plugin@latest @typescript-eslint/parser@latest @typescript-eslint/utils@latest
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
nx should produce new projects using the flat configuration as well
I'm welling to help with a PR, but I think this needs a broader discussions about how exactly should it look
there are many breaking changes especially with flat configuration and I'm not sure what is expected
if you want me to start something and to figure it out overtime I don't mind it and I can start working on it this week but I don't want to open a PR that might not be accepted
The text was updated successfully, but these errors were encountered: