1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-17 01:15:52 +02:00

fix: relax @typescript-eslint/await-thenable

This commit is contained in:
Divlo 2022-03-16 11:39:21 +01:00
parent 4240e21ce2
commit 914e373058
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -235,7 +235,6 @@
"@typescript-eslint/require-await": "error",
"@typescript-eslint/adjacent-overload-signatures": "error",
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/array-type": [
"error",
{ "default": "array-simple" }