Skip to content

Commit

Permalink
deprecated rules removed (label-undefined, no-duplicate-key, no-unrea…
Browse files Browse the repository at this point in the history
…chable)
  • Loading branch information
python-karachi committed Apr 16, 2017
1 parent dbfe007 commit 8fd295a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"forin": true,
"indent": [true, "spaces"],
"label-position": true,
"label-undefined": true,
"max-line-length": [true, 140],
"member-access": true,
"member-ordering": [true,
Expand All @@ -26,7 +25,6 @@
],
"no-construct": true,
"no-debugger": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,
"no-empty": true,
"no-eval": true,
Expand All @@ -37,7 +35,6 @@
"no-trailing-whitespace": true,
"no-unused-expression": true,
"no-unused-variable": true,
"no-unreachable": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"object-literal-sort-keys": true,
Expand Down

0 comments on commit 8fd295a

Please sign in to comment.