Schema for internal use only

Please do not extend this schema as it is part of Nx internal usage.

@nx/linter:workspace-rules-project

Create the Workspace Lint Rules Project.

Usage

nx generate workspace-rules-project ...

By default, Nx will search for workspace-rules-project in the default collection provisioned in workspace.json.

You can specify the collection explicitly as follows:

nx g @nx/linter:workspace-rules-project ...
Nx 15 and lower use @nrwl/ instead of @nx/

Show what will be generated without writing to disk:

nx g workspace-rules-project ... --dry-run

Examples

Create the Workspace Lint Rules Project:

nx g @nx/linter:workspace-rules-project
Nx 15 and lower use @nrwl/ instead of @nx/

Options

skipFormat

boolean
Default: false

Skip formatting files.