X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.eslintrc.json;h=db8e6b9c5a34c73b635535b32aa297748a3c36bb;hb=7af5ded409c50f4f19a220cea36a8bbd16b0be24;hp=9b578b186d0cf710bdcad0dd175b563ce80e0338;hpb=7fed637506043e4432cbebe041ada0625171cceb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.eslintrc.json b/.eslintrc.json index 9b578b186..db8e6b9c5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -72,6 +72,8 @@ ], "@typescript-eslint/return-await": "off", + "@typescript-eslint/dot-notation": "off", + "@typescript-eslint/method-signature-style": "off", "@typescript-eslint/no-base-to-string": "off", "@typescript-eslint/quotes": "off", "@typescript-eslint/no-var-requires": "off", @@ -83,6 +85,7 @@ "@typescript-eslint/consistent-type-definitions": "off", "@typescript-eslint/no-misused-promises": "off", "@typescript-eslint/no-namespace": "off", + "@typescript-eslint/no-empty-interface": "off", "@typescript-eslint/no-extraneous-class": "off", // bugged but useful "@typescript-eslint/restrict-plus-operands": "off"