diff --git a/eslintrc.json b/eslintrc.json index 2b4792d6..bf85d0b9 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -20,9 +20,9 @@ ], "globals": { - "document": false, - "navigator": false, - "window": false + "document": "readonly", + "navigator": "readonly", + "window": "readonly" }, "rules": {