feat(eslint): Rule "no-return-await"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -308,6 +308,9 @@
|
||||
"no-proto": [
|
||||
"error"
|
||||
],
|
||||
"no-return-await": [
|
||||
"error"
|
||||
],
|
||||
"no-spaced-func": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user