aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index f502479d..d4ae215b 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -65,6 +65,15 @@
"env": {
"jquery": true
}
+ },
+ {
+ "files": ["test/**/*.js"],
+ "env": {
+ "browser": false,
+ "es2017": false,
+ "webextensions": false,
+ "node": true
+ }
}
]
}