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
Something I find confusing in this report; the --project flag was added to Angular CLI 6.0 but you're reporting this issue for 1.7.3. Did you update your workspace?
In any case, I'm marking this as a feature request and it's something we should consider. Thanks!
Versions
Repro steps
'no-use-before-declare':true
"lintFix": true
toangular-cli.json
defaults
ng g c helloWorld
Observed behavior
will generate component and
ng lint
will be run, which will produce warning because ng lint is not run with--project
flagDesired behavior
Run ng lint with
--project
as default or provide configuration option for it inangular-cli.json
The text was updated successfully, but these errors were encountered: