X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b70da7b8ea15ab48bb2f34155567cea6dffc8fc9..1a7b7f5d18931f60f4171b7ac410ea4434828dd1:/config/eslint.json?ds=sidebyside diff --git a/config/eslint.json b/config/eslint.json index f7d02fee6..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", + "Matomo": "readonly", "Qs": "readonly", - "updateLinks": "readonly" + "updateLinks": "readonly", + "Turbo": "readonly" }, "rules": { "accessor-pairs": "error",