From 9c0cdc5047918b959ebd5e075ddad81eb7fb93f0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Sep 2022 16:18:08 +0200 Subject: Fix subscription button radius --- client/.eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/.eslintrc.json') 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": [ { -- cgit v1.2.3