You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/angular/cli/commands/lint-long.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
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.
3
3
4
4
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).
0 commit comments