X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.eslintrc.json;h=db8e6b9c5a34c73b635535b32aa297748a3c36bb;hb=728a1236aece26bce6452c440cf85622548afab9;hp=e71be9bc5699c80cb6215fa486e9517e992218ee;hpb=610d0be13b3d01f653ef269271dd667a57c85ef2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.eslintrc.json b/.eslintrc.json index e71be9bc5..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",