Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
20
node_modules/@angular/cli/src/commands/lint/long-description.md
generated
vendored
Executable file
20
node_modules/@angular/cli/src/commands/lint/long-description.md
generated
vendored
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
The command takes an optional project name, as specified in the `projects` section of the `angular.json` workspace configuration file.
|
||||
When a project name is not supplied, executes the `lint` builder for all projects.
|
||||
|
||||
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](tools/cli/cli-builder).
|
||||
For example:
|
||||
|
||||
```json
|
||||
"projects": {
|
||||
"my-project": {
|
||||
...
|
||||
"architect": {
|
||||
...
|
||||
"lint": {
|
||||
"builder": "@angular-eslint/builder:lint",
|
||||
"options": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue