Bump all to latest; fix TSLint complaints

This commit is contained in:
Josh Goldberg
2019-09-12 23:31:20 -04:00
parent a29e6bd204
commit fd48a80bda
+2
View File
@@ -6,6 +6,7 @@
]
},
"rules": {
"no-async-without-await": false,
"ban-types": false,
"comment-format": false,
"completed-docs": false,
@@ -33,6 +34,7 @@
"strict-type-predicates": false,
"switch-default": false,
"switch-final-break": false,
"strict-string-expressions": false,
"variable-name": false
}
}