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 },