X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.eslintrc.json;h=f7b207b58d0bdfe09c12c59c021e02ee0da902a9;hb=3db9f8bf0e653113f0f0f739ad3a32a238062cdb;hp=021de0118183395d2a9a08e1638c66d47e74a706;hpb=3419e0e1fe8e48a08b63ca0ded31087f913eb2b6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/.eslintrc.json b/client/.eslintrc.json index 021de0118..f7b207b58 100644 --- a/client/.eslintrc.json +++ b/client/.eslintrc.json @@ -2,7 +2,8 @@ "root": true, "ignorePatterns": [ "projects/**/*", - "node_modules/" + "node_modules/", + "src/standalone/player/dist" ], "overrides": [ { @@ -29,7 +30,7 @@ "arrow-body-style": "off", "import/no-webpack-loader-syntax": "off", "no-underscore-dangle": "off", - "node/no-callback-literal": "off", + "n/no-callback-literal": "off", "@angular-eslint/component-selector": [ "error", {