summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-01-14 13:26:25 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-01-16 16:35:57 +0100
commita9868286ae34205a0daaf50267572ee1749e5910 (patch)
tree11be8847cb9c8f01754292f503e3d428287994f7 /.eslintrc.json
parent33f0f5c08a845b17d27cd951652f4815eb2820f7 (diff)
.eslintrc.json: Add '_' and 'color' to list of globals
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 4fb1c0f169..19bf64ae9a 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -23,6 +23,8 @@
"no-async-promise-executor": "off"
},
"globals": {
+ "_": "readonly",
+ "color": "readonly",
"components": "readonly",
"engine": "readonly",
"midi": "readonly",