Commit 55c4c42d authored by Girija Saint-Ange's avatar Girija Saint-Ange
Browse files

Merge branch '38-docs-how-to-disable-lint' into 'main'

chore(doc): add missing documentation to disable lint

Closes #38

See merge request to-be-continuous/angular!81
parents e764c145 273ef4da
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ It is bound to the `build` stage, and uses the following variable:

| Input / Variable             | Description                                              | Default value |
| ---------------------------- | -------------------------------------------------------- | ------------- |
| `lint-disabled` / `NG_LINT_DISABLED` | Set to `true` to disable lint                    | none(enabled) |
| `lint-args` / `NG_LINT_ARGS` | Angular [ng lint](https://angular.io/cli/lint) arguments | `lint`        |

### `ng-build` job