aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.eslintrc b/.eslintrc
index c85bee1fa..6253c0837 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -17,7 +17,7 @@
17 "extensions": [".js", ".jsx"] 17 "extensions": [".js", ".jsx"]
18 }], 18 }],
19 "react/forbid-prop-types": 0, 19 "react/forbid-prop-types": 0,
20 "react/destructuring-assignment": 1, 20 "react/destructuring-assignment": 0,
21 "prefer-destructuring": 1, 21 "prefer-destructuring": 1,
22 "no-underscore-dangle": 0, 22 "no-underscore-dangle": 0,
23 "max-len": 0, 23 "max-len": 0,
@@ -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