X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.eslintrc.json;h=f099f38ba5f63aeb10123ef0a8003fc8b4fd8882;hb=366caf8b71f3d82336b6ac243845c783ef673fc1;hp=a86c5bbbab1b333deb037702fce407947f55ce36;hpb=a3b7421abb4192e215aa280418b62e96958c5e42;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",