Skip to content

Commit

Permalink
removed old tslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dotan Simha authored and Dotan Simha committed Nov 23, 2016
1 parent 36aecea commit e6530b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
],
"no-construct": true,
"no-debugger": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,
"no-empty": false,
"no-eval": true,
Expand All @@ -37,7 +36,6 @@
"no-trailing-whitespace": true,
"no-unused-expression": true,
"no-unused-variable": true,
"no-unreachable": true,
"no-use-before-declare": true,
"no-var-keyword": false,
"object-literal-sort-keys": true,
Expand All @@ -62,7 +60,6 @@
"check-operator",
"check-separator",
"check-type"
],
"use-strict": [true, "check-module"]
]
}
}

0 comments on commit e6530b2

Please sign in to comment.