mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-12-18 21:45:04 +01:00
fix: relax @typescript-eslint/return-await
This commit is contained in:
parent
2db017e805
commit
a03e2bd109
@ -313,8 +313,6 @@
|
|||||||
"error",
|
"error",
|
||||||
{ "allowNumber": true }
|
{ "allowNumber": true }
|
||||||
],
|
],
|
||||||
"no-return-await": "off",
|
|
||||||
"@typescript-eslint/return-await": "error",
|
|
||||||
"@typescript-eslint/strict-boolean-expressions": [
|
"@typescript-eslint/strict-boolean-expressions": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user