Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed May 6, 2019
1 parent 6f67808 commit 22fc65b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"tslint:all",
"tslint-microsoft-contrib",
"tslint-microsoft-contrib/recommended",
"tslint-eslint-rules"
],
"rules": {
Expand All @@ -14,7 +14,6 @@
"no-document-write": true,
"no-eval": true,
"no-exec-script": true,
"no-function-constructor-with-string-args": true,
"no-http-string": [
false
],
Expand Down Expand Up @@ -75,7 +74,6 @@
"no-stateless-class": false,
"no-string-literal": true,
"no-string-throw": true,
"no-unnecessary-bind": true,
"no-unnecessary-callback-wrapper": true,
"no-unnecessary-initializer": true,
"no-unnecessary-override": true,
Expand Down

0 comments on commit 22fc65b

Please sign in to comment.