X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.eslintrc.json;h=db8e6b9c5a34c73b635535b32aa297748a3c36bb;hb=78d7d0410d08fe29e126f2c15f1546a28612cc46;hp=e71be9bc5699c80cb6215fa486e9517e992218ee;hpb=4a8d113b9b57d97ff13ad1608798eabca99643e4;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",