Enable await-promise linter rule

This commit is contained in:
Simon Warta 2020-02-07 09:03:14 +01:00
parent 3d2fe5fd03
commit 6ed7305f8a

View File

@ -4,6 +4,7 @@
"jsRules": {},
"rules": {
"array-type": [true, "array"],
"await-promise": true,
"callable-types": false,
"comment-format": [true, "check-space"],
"curly": false,