nx g @nx/eslint:convert-to-flat-config
only converts root .eslintrc.json
#29458
Labels
nx g @nx/eslint:convert-to-flat-config
only converts root .eslintrc.json
#29458
Current Behavior
Nx documentation states that
nx g @nx/eslint:convert-to-flat-config
"will go through all the projects and convert their configurations to the new format". However, in running on our Nx 20.3.0 workspace, it only converts the root.eslintrc.json
(and the new configuration fails withNote: detected a parser other than @typescript-eslint/parser.
).Expected Behavior
nx g @nx/eslint:convert-to-flat-config
would convert all workspace.eslintrc.json
per the documentation (and the resulting flat configurations would work).GitHub Repo
No response
Steps to Reproduce
nx g @nx/eslint:convert-to-flat-config
nx lint
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: