🚀 Feature request
Improve the ng lint experience for new projects.
Command (mark with an x)
Describe the solution you'd like
Rather than throw an error with a message when the user runs ng lint, implement a more efficient workflow where we either:
- Automatically run the
ng add command with the only builder
- Copy the
ng add command to the clipboard
As discussed on Slack, option 1. would be less disruptive and provide better DX.
🚀 Feature request
Improve the
ng lintexperience for new projects.Command (mark with an
x)Describe the solution you'd like
Rather than throw an error with a message when the user runs
ng lint, implement a more efficient workflow where we either:ng addcommand with the only builderng addcommand to the clipboardAs discussed on Slack, option 1. would be less disruptive and provide better DX.