Skip to content

Commit

Permalink
fix(@schematics/angular): remove lint command from package.json
Browse files Browse the repository at this point in the history
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
  • Loading branch information
santoshyadavdev authored and alan-agius4 committed Apr 25, 2021
1 parent 5a82689 commit 27bab2a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development"<% if (!minimal) { %>,
"test": "ng test",
"lint": "ng lint"<% } %>
"test": "ng test"<% } %>
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 27bab2a

Please sign in to comment.