diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:41:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:41:08 +0200 |
commit | c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19 (patch) | |
tree | 60cfdd1aabe66ff4f65fd94243debecb7dd41555 /client/.eslintrc.json | |
parent | 63e2f087c3410206aa294df8099b005e615592e5 (diff) | |
download | PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.tar.gz PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.tar.zst PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.zip |
Fix build
Diffstat (limited to 'client/.eslintrc.json')
-rw-r--r-- | client/.eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/.eslintrc.json b/client/.eslintrc.json index a297cdc94..c5685b9dc 100644 --- a/client/.eslintrc.json +++ b/client/.eslintrc.json | |||
@@ -3,7 +3,7 @@ | |||
3 | "ignorePatterns": [ | 3 | "ignorePatterns": [ |
4 | "projects/**/*", | 4 | "projects/**/*", |
5 | "node_modules/", | 5 | "node_modules/", |
6 | "src/standalone/player/dist" | 6 | "src/standalone/embed-player-api/dist" |
7 | ], | 7 | ], |
8 | "overrides": [ | 8 | "overrides": [ |
9 | { | 9 | { |