Skip to content

Commit 97ea4c1

Browse files
TrevorKarjanisfilipesilva
authored andcommitted
docs: update the description of the lint command
Update the description of the lint command for when a project name is not provided. Closes #21619 (cherry picked from commit 9c62ddc)
1 parent 38de352 commit 97ea4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/commands/lint-long.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The command takes an optional project name, as specified in the `projects` section of the `angular.json` workspace configuration file.
2-
When a project name is not supplied, executes the `lint` builder for the default project.
2+
When a project name is not supplied, executes the `lint` builder for all projects.
33

44
To use the `ng lint` command, use `ng add` to add a package that implements linting capabilities. Adding the package automatically updates your workspace configuration, adding a lint [CLI builder](guide/cli-builder).
55
For example:

0 commit comments

Comments
 (0)