* docs(core): add docs about .nxignore * docs(docs): change backticks to quotes Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
22 lines
351 B
Markdown
22 lines
351 B
Markdown
# workspace-lint
|
|
|
|
Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the ".nxignore" file
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
nx workspace-lint
|
|
```
|
|
|
|
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
|
|
|
|
## Options
|
|
|
|
### help
|
|
|
|
Show help
|
|
|
|
### version
|
|
|
|
Show version number
|