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