]> git.openstreetmap.org Git - rails.git/commitdiff
Change eslint no-implicit-globals rule to error
authorHolger Jeromin <h.jeromin@beckhoff.com>
Wed, 5 Feb 2025 16:51:32 +0000 (17:51 +0100)
committerHolger Jeromin <h.jeromin@beckhoff.com>
Thu, 6 Feb 2025 08:22:40 +0000 (09:22 +0100)
config/eslint.js

index cb421a9920ce3874ab151c49e340c4ce189fdb1e..8307b15d6cc1a63dc49721560a0e3739587b2320 100644 (file)
@@ -97,7 +97,7 @@ module.exports = [
       "no-extra-bind": "error",
       "no-extra-label": "error",
       "no-implicit-coercion": "warn",
-      "no-implicit-globals": "warn",
+      "no-implicit-globals": "error",
       "no-implied-eval": "error",
       "no-invalid-this": "error",
       "no-iterator": "error",