docs(core): improve workspace-lint description (#8513)
This commit is contained in:
parent
b0ffcdd0c8
commit
46db84ad0f
@ -1,11 +1,11 @@
|
||||
---
|
||||
title: 'workspace-lint - CLI command'
|
||||
description: 'Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file'
|
||||
description: 'Lint nx specific workspace files (nx.json, workspace.json) and check existence of the configured packages and apps. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file'
|
||||
---
|
||||
|
||||
# workspace-lint
|
||||
|
||||
Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file
|
||||
Lint nx specific workspace files (nx.json, workspace.json) and check existence of the configured packages and apps. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
---
|
||||
title: 'workspace-lint - CLI command'
|
||||
description: 'Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file'
|
||||
description: 'Lint nx specific workspace files (nx.json, workspace.json) and check existence of the configured packages and apps. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file'
|
||||
---
|
||||
|
||||
# workspace-lint
|
||||
|
||||
Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file
|
||||
Lint nx specific workspace files (nx.json, workspace.json) and check existence of the configured packages and apps. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
@ -228,7 +228,7 @@ npx nx daemon
|
||||
.command(
|
||||
'workspace-lint [files..]',
|
||||
chalk.bold(
|
||||
'Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file'
|
||||
'Lint nx specific workspace files (nx.json, workspace.json) and check existence of the configured packages and apps. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file'
|
||||
),
|
||||
noop,
|
||||
async (_) => (await import('./lint')).workspaceLint()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user