X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c162c065c6f6db5dc584599f5639b296b627a165..6e144577aa5363d9b85a15631cf58d69a80295dd:/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": {