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