]> git.openstreetmap.org Git - rails.git/commitdiff
change eslint rule no-alert to error
authorHolger Jeromin <h.jeromin@beckhoff.com>
Wed, 5 Feb 2025 17:06:40 +0000 (18:06 +0100)
committerHolger Jeromin <h.jeromin@beckhoff.com>
Thu, 6 Feb 2025 07:35:50 +0000 (08:35 +0100)
config/eslint.js

index cb421a9920ce3874ab151c49e340c4ce189fdb1e..f70cbc6c057d9eaf8cdeca902d7a9a6d3a6172a7 100644 (file)
@@ -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",