X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6df5bd4acd8037d09af95f369ebfbabc826e8191..eee793f5e6e534442793c88f06caca2ccb5c12d1:/config/eslint.js diff --git a/config/eslint.js b/config/eslint.js index cb421a992..f70cbc6c0 100644 --- a/config/eslint.js +++ b/config/eslint.js @@ -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",