summaryrefslogtreecommitdiffstats
path: root/webapp/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/.eslintrc.json')
-rw-r--r--webapp/.eslintrc.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/webapp/.eslintrc.json b/webapp/.eslintrc.json
index 13c9ee97f..3eb02cc40 100644
--- a/webapp/.eslintrc.json
+++ b/webapp/.eslintrc.json
@@ -19,6 +19,13 @@
"jquery": true,
"es6": true
},
+ "globals": {
+ "jest": true,
+ "describe": true,
+ "it": true,
+ "expect": true,
+ "before": true
+ },
"rules": {
"comma-dangle": [2, "never"],
"array-callback-return": 2,