From d80a49211719f1e5a393f522e51092049bd4fe45 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 6 Apr 2024 09:46:24 -0700 Subject: [PATCH] Fix lint environment --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) 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 },