X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.eslintrc.json;h=8160753bd2f5dbb9cba142e5c708ed6872c913e6;hb=f4493803d8dbb83f1d7fda443eca440cd89a41da;hp=a86c5bbbab1b333deb037702fce407947f55ce36;hpb=c2777c1dfe688c8fab1ef2fed50e360100fa9198;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.eslintrc.json b/.eslintrc.json index a86c5bbba..8160753bd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -63,11 +63,15 @@ "allowNumber": "true" } ], + + "@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", "@typescript-eslint/promise-function-async": "off", "@typescript-eslint/no-dynamic-delete": "off", + "@typescript-eslint/no-unnecessary-boolean-literal-compare": "off", "@typescript-eslint/strict-boolean-expressions": "off", "@typescript-eslint/consistent-type-definitions": "off", "@typescript-eslint/no-misused-promises": "off",