X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.eslintrc.json;h=fa6fb1b6f2ea02e03af32c01c37b284486f0d500;hb=5d43dae3699d088698560851cb6f35f3dbc70c69;hp=e71be9bc5699c80cb6215fa486e9517e992218ee;hpb=4a8d113b9b57d97ff13ad1608798eabca99643e4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.eslintrc.json b/.eslintrc.json index e71be9bc5..fa6fb1b6f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -23,6 +23,7 @@ "consistent-as-needed" ], "padded-blocks": "off", + "prefer-regex-literals": "off", "no-async-promise-executor": "off", "dot-notation": "off", "promise/param-names": "off", @@ -72,6 +73,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",