X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.eslintrc.json;h=f7b207b58d0bdfe09c12c59c021e02ee0da902a9;hb=647c2b7d0448e68d8c8ade52d9568e9b33f8638d;hp=f9326acc86025cc586e730e8ff31c313c63cfffb;hpb=ba2684ceddf9b76312635b9cddc6bf6975ce436a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/.eslintrc.json b/client/.eslintrc.json index f9326acc8..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": [ {