X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/492a6405306092c39c26b4f6cc8b2e793ee22d43..cef7d82c729ffcd1ddd05eabfef8314ce884789d:/config/eslint.json diff --git a/config/eslint.json b/config/eslint.json index 2e9567a4e..3b878d48a 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", + "Matomo": "readonly", + "Qs": "readonly", "updateLinks": "readonly" }, "rules": {