refactor: update dependencies, keeping behavior

This commit is contained in:
Rainer Killinger
2020-02-18 10:59:48 +01:00
parent 2d30f0575d
commit bcf212d777
4 changed files with 66 additions and 93 deletions

View File

@@ -5,6 +5,10 @@
"tslint-eslint-rules"
],
"rules": {
"array-type": [
true,
"array-simple"
],
"arrow-return-shorthand": true,
"await-promise": true,
"ban-comma-operator": true,