aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/.eslintrc.json')
-rw-r--r--client/.eslintrc.json3
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 {