aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-08-01 14:35:22 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-08-01 14:35:22 +0200
commite362d3fcf0a063755825ae278df57e28a4e1910a (patch)
tree11eee46b365098c9ed821cd86168b2c297e9c671 /.eslintrc
parentMerge branch 'feature/todos' of https://github.com/meetfranz/franz into featu... (diff)
downloadferdium-app-e362d3fcf0a063755825ae278df57e28a4e1910a.tar.gz
ferdium-app-e362d3fcf0a063755825ae278df57e28a4e1910a.tar.zst
ferdium-app-e362d3fcf0a063755825ae278df57e28a4e1910a.zip
Add element to global ignore list for eslint
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index c85bee1fa..47ecfb054 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -55,7 +55,8 @@
55 "atob": true, 55 "atob": true,
56 "btoa": true, 56 "btoa": true,
57 "ga": true, 57 "ga": true,
58 "mocha": true 58 "mocha": true,
59 "Element": true
59 }, 60 },
60 "env": { 61 "env": {
61 "jest/globals": true 62 "jest/globals": true