aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.eslintrc.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index b8c06574..3695a314 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,5 +1,8 @@
{
"extends": "airbnb",
+ "env": {
+ "browser": true
+ },
"parserOptions": {
"ecmaVersion": 2020
},