X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=.eslintrc.json;h=8160753bd2f5dbb9cba142e5c708ed6872c913e6;hb=e2ffb59e7ec6ee108377d172536214dab179cd84;hp=f099f38ba5f63aeb10123ef0a8003fc8b4fd8882;hpb=bdd428a6d9138d751f8cde82867022a93f1a76cc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.eslintrc.json b/.eslintrc.json index f099f38ba..8160753bd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -64,6 +64,8 @@ } ], + "@typescript-eslint/return-await": "off", + "@typescript-eslint/no-base-to-string": "off", "@typescript-eslint/quotes": "off", "@typescript-eslint/no-var-requires": "off", "@typescript-eslint/explicit-function-return-type": "off",