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