X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/492a6405306092c39c26b4f6cc8b2e793ee22d43..08e2a06e41eabddf029f5396d516bf683f749448:/config/eslint.json diff --git a/config/eslint.json b/config/eslint.json index 2e9567a4e..22ecdd3db 100644 --- a/config/eslint.json +++ b/config/eslint.json @@ -7,13 +7,12 @@ "eslint:recommended" ], "globals": { - "bowser": "readonly", + "Cookies": "readonly", "I18n": "readonly", "L": "readonly", "OSM": "writable", "Piwik": "readonly", - "querystring": "readonly", - "require": "readonly", + "Qs": "readonly", "updateLinks": "readonly" }, "rules": {