1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-11-09 22:08:37 +01:00

fix: relax @typescript-eslint/return-await

This commit is contained in:
Théo LUDWIG 2024-09-18 00:26:51 +02:00
parent 2db017e805
commit a03e2bd109
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -313,8 +313,6 @@
"error",
{ "allowNumber": true }
],
"no-return-await": "off",
"@typescript-eslint/return-await": "error",
"@typescript-eslint/strict-boolean-expressions": [
"error",
{