feat(typescript): Rule "require-await"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -54,6 +54,9 @@
|
||||
"avoidEscape": false
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/require-await": [
|
||||
"warn"
|
||||
],
|
||||
"@typescript-eslint/semi": [
|
||||
"error",
|
||||
"always",
|
||||
@ -75,6 +78,9 @@
|
||||
"quotes": [
|
||||
"off"
|
||||
],
|
||||
"require-await": [
|
||||
"off"
|
||||
],
|
||||
"semi": [
|
||||
"off"
|
||||
]
|
||||
|
Reference in New Issue
Block a user