From 3587cc0113aa597ef0364d8655614f034c36eb2c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 12 Feb 2026 09:37:37 +0000 Subject: [PATCH] Require globals npm module explicitly As of 5.x it is no longer an eslint dependency via eslintrc. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d7b6aa77a..509349336 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "@types/leaflet": "^1.9.0", "eslint": "^9.0.0", "eslint-formatter-compact": "^9.0.1", - "eslint-plugin-erb": "^2.1.0" + "eslint-plugin-erb": "^2.1.0", + "globals": "^14.0.0" } } -- 2.39.5