change eslint rule no-alert to error

This commit is contained in:
Holger Jeromin 2025-02-05 18:06:40 +01:00
parent c855d86bf8
commit eee793f5e6

View 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",