From: Anton Khorev Date: Tue, 4 Feb 2025 16:49:28 +0000 (+0300) Subject: Remove Qs from eslint globals X-Git-Tag: live~196^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/a1029ed1d34c4bd7864cfd32caed529107bcbeac?ds=sidebyside;hp=-c Remove Qs from eslint globals --- a1029ed1d34c4bd7864cfd32caed529107bcbeac diff --git a/config/eslint.js b/config/eslint.js index b4d0429e4..a52d27693 100644 --- a/config/eslint.js +++ b/config/eslint.js @@ -15,7 +15,6 @@ module.exports = [ L: "readonly", OSM: "writable", Matomo: "readonly", - Qs: "readonly", Turbo: "readonly", updateLinks: "readonly" }