X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ff7ddb6b86bf918a9418af7382836b41594d45e4..c23f03d09b51be12a832b391e84bf3b2b072861c:/config/eslint.json?ds=sidebyside diff --git a/config/eslint.json b/config/eslint.json index 7a9e7d4e4..22ecdd3db 100644 --- a/config/eslint.json +++ b/config/eslint.json @@ -7,11 +7,12 @@ "eslint:recommended" ], "globals": { + "Cookies": "readonly", "I18n": "readonly", "L": "readonly", "OSM": "writable", "Piwik": "readonly", - "require": "readonly", + "Qs": "readonly", "updateLinks": "readonly" }, "rules": {