From: Tom Hughes Date: Thu, 6 Feb 2025 17:41:46 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/5613' X-Git-Tag: live~177 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/08359d8d5f61ce3a9648b9fd2023748078e9c2e6?ds=sidebyside;hp=-c Merge remote-tracking branch 'upstream/pull/5613' --- 08359d8d5f61ce3a9648b9fd2023748078e9c2e6 diff --combined config/eslint.js index f70cbc6c0,8307b15d6..90040f7bf --- a/config/eslint.js +++ b/config/eslint.js @@@ -86,7 -86,7 +86,7 @@@ module.exports = "curly": ["error", "multi-line", "consistent"], "dot-notation": "error", "eqeqeq": ["error", "smart"], - "no-alert": "warn", + "no-alert": "error", "no-array-constructor": "error", "no-caller": "error", "no-console": "warn", @@@ -97,7 -97,7 +97,7 @@@ "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",