feat(eslint): Rule "no-return-await"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
0c0d6c019f
commit
14a81b9fea
@ -176,7 +176,7 @@
|
||||
- [ ] "no-restricted-properties"
|
||||
- [ ] "no-restricted-syntax"
|
||||
- [ ] "no-return-assign"
|
||||
- [ ] "no-return-await"
|
||||
- [X] "no-return-await"
|
||||
- [ ] "no-script-url"
|
||||
- [ ] "no-self-assign"
|
||||
- [ ] "no-self-compare"
|
||||
|
@ -308,6 +308,9 @@
|
||||
"no-proto": [
|
||||
"error"
|
||||
],
|
||||
"no-return-await": [
|
||||
"error"
|
||||
],
|
||||
"no-spaced-func": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user