@nx/linter:convert-to-flat-config
Convert an Nx workspace to a Flat ESLint config.
Convert an Nx workspace to a Flat ESLint config.
nx generate convert-to-flat-config ...
By default, Nx will search for convert-to-flat-config
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nx/linter:convert-to-flat-config ...
Show what will be generated without writing to disk:
nx g convert-to-flat-config ... --dry-run
false
Skip formatting files.