Skip to content

Commit

Permalink
chore(tslint): migrate to tslint 4.0
Browse files Browse the repository at this point in the history
Resolves #157
  • Loading branch information
mgechev committed Nov 23, 2016
1 parent c8618f4 commit 8c5dbf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"zone.js": "^0.6.21"
},
"peerDependencies": {
"tslint": "^3.9.0",
"tslint": "~4.0.0",
"@angular/compiler": "~2.2.0",
"@angular/core": "~2.2.0"
},
Expand Down
3 changes: 0 additions & 3 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
],
"no-arg": true,
"no-construct": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,
"no-eval": true,
"no-trailing-whitespace": true,
"no-unused-expression": true,
"no-unused-variable": true,
"no-unreachable": true,
"no-use-before-declare": true,
"one-line": [true,
"check-open-brace",
Expand Down

0 comments on commit 8c5dbf6

Please sign in to comment.