mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
Since will remove lintFix usage warnings when the option is set by a default of another schematic. Example when executing ``` ng generate module customers --route customers --module app.module ``` The lintFix default of the module schematic will be passed down to the component schematic which would cause a warning to be shown. Closes #19169