Skip to content

Commit

Permalink
fix(@angular/cli): removes redundant rules from tslint.json (#5783)
Browse files Browse the repository at this point in the history
Fixes #5755
  • Loading branch information
dave11mj authored and filipesilva committed May 4, 2017
1 parent 8e2f8cf commit d90292e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@angular/cli/blueprints/ng/files/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
],
"no-construct": true,
"no-debugger": true,
"no-duplicate-variable": true,
"no-empty": false,
"no-empty-interface": true,
"no-eval": true,
Expand Down

0 comments on commit d90292e

Please sign in to comment.