Skip to content

Commit

Permalink
fix(tslint): Remove old rules
Browse files Browse the repository at this point in the history
  • Loading branch information
joaogarin committed Dec 19, 2016
1 parent 13f9967 commit 102d50d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,13 @@
],
"no-arg": true,
"no-construct": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,
"no-empty": false,
"no-eval": true,
"trailing-comma": true,
"no-trailing-whitespace": false,
"no-unused-expression": true,
"no-unused-variable": false,
"no-unreachable": true,
"no-use-before-declare": true,
"one-line": [
true,
Expand Down

0 comments on commit 102d50d

Please sign in to comment.