mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
672 B
672 B
Takes the name of the project, as specified in the projects
section of the angular.json
workspace configuration file.
When a project name is not supplied, it will execute for all projects.
The default linting tool is TSLint, and the default configuration is specified in the project's tslint.json
file.
Note: TSLint has been discontinued and support has been deprecated in the Angular CLI. The options shown below are for the deprecated TSLint builder. To opt-in using the community driven ESLint builder, see angular-eslint README.