-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
PR status: in-progressscope: linterIssues related to Eslint support in NxIssues related to Eslint support in Nxtype: feature
Description
Current Behavior
New workspaces are created with ESLint v8 (and its eslintrc config format), and typescript-eslint v7, which is now the previous major version.
Expected Behavior
New workspaces are created with ESLint v9 (and its default flat config format) and typescript-eslint v8.
Existing workspaces should not be forcibly migrated, but they have access to the conversion generator if they choose to use it.
GitHub Repo
No response
Steps to Reproduce
npx create-nx-workspace with any stack.
Nx Report
AllFailure Logs
No response
Package Manager Version
No response
Operating System
- macOS
- Linux
- Windows
- Other (Please specify)
Additional Information
This issue was created to be able to close duplicates and focus attention and discussion in one place.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PR status: in-progressscope: linterIssues related to Eslint support in NxIssues related to Eslint support in Nxtype: feature