X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a3a95616d94a7b3f3bd20e2828c3b1412f80bff5..e9c660be11df0b39f5bd5e14cbc7c2f641715698:/config/eslint.json diff --git a/config/eslint.json b/config/eslint.json index 7a9e7d4e4..397615d1a 100644 --- a/config/eslint.json +++ b/config/eslint.json @@ -7,12 +7,14 @@ "eslint:recommended" ], "globals": { + "Cookies": "readonly", "I18n": "readonly", "L": "readonly", "OSM": "writable", - "Piwik": "readonly", - "require": "readonly", - "updateLinks": "readonly" + "Matomo": "readonly", + "Qs": "readonly", + "updateLinks": "readonly", + "Turbo": "readonly" }, "rules": { "accessor-pairs": "error",