diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-28 16:18:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-28 16:18:08 +0200 |
commit | 9c0cdc5047918b959ebd5e075ddad81eb7fb93f0 (patch) | |
tree | d69a990ede132d83a5b7f1491db71e24a57ae470 /client/.eslintrc.json | |
parent | c5f3ff39e5351ac911418c432dac235c5aefec9e (diff) | |
download | PeerTube-9c0cdc5047918b959ebd5e075ddad81eb7fb93f0.tar.gz PeerTube-9c0cdc5047918b959ebd5e075ddad81eb7fb93f0.tar.zst PeerTube-9c0cdc5047918b959ebd5e075ddad81eb7fb93f0.zip |
Fix subscription button radius
Diffstat (limited to 'client/.eslintrc.json')
-rw-r--r-- | client/.eslintrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
2 | "root": true, | 2 | "root": true, |
3 | "ignorePatterns": [ | 3 | "ignorePatterns": [ |
4 | "projects/**/*", | 4 | "projects/**/*", |
5 | "node_modules/" | 5 | "node_modules/", |
6 | "src/standalone/player/dist" | ||
6 | ], | 7 | ], |
7 | "overrides": [ | 8 | "overrides": [ |
8 | { | 9 | { |