-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng new
command add lint command to package.json in Angular 12 rc
#20618
Comments
santoshyadavdev
added a commit
to santoshyadavdev/angular-cli
that referenced
this issue
Apr 24, 2021
Angular 12 does not provide the default linter but CLI adds the ng lint this PR removes the ng lint from new app created Fixes angular#20618
santoshyadavdev
added a commit
to santoshyadavdev/angular-cli
that referenced
this issue
Apr 24, 2021
Angular 12 does not provide the default linter but CLI adds the ng lint this PR removes the ng lint from new app created Fixes angular#20618
alan-agius4
pushed a commit
that referenced
this issue
Apr 25, 2021
Angular 12 does not provide the default linter but CLI adds the ng lint this PR removes the ng lint from new app created Fixes #20618
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
No.
Yes, the previous version in which this bug was not present was: ....NA
Description
Angular 12 does not ship with a linter, but it still adds a
lint
:ng lint
command inpackage.json
which is confusing.🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: