X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.eslintrc.json;fp=.eslintrc.json;h=f099f38ba5f63aeb10123ef0a8003fc8b4fd8882;hb=bdd428a6d9138d751f8cde82867022a93f1a76cc;hp=a86c5bbbab1b333deb037702fce407947f55ce36;hpb=9d94e5d7b96332d628ed835c67c2986289ead9b2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.eslintrc.json b/.eslintrc.json index a86c5bbba..f099f38ba 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -63,11 +63,13 @@ "allowNumber": "true" } ], + "@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",