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'
|
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
|
# 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
|
## Usage
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: 'workspace-lint - CLI command'
|
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
|
# 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
|
## Usage
|
||||||
|
|
||||||
|
|||||||
@ -228,7 +228,7 @@ npx nx daemon
|
|||||||
.command(
|
.command(
|
||||||
'workspace-lint [files..]',
|
'workspace-lint [files..]',
|
||||||
chalk.bold(
|
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,
|
noop,
|
||||||
async (_) => (await import('./lint')).workspaceLint()
|
async (_) => (await import('./lint')).workspaceLint()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user