Add "no-alert" eslint rule

This commit is contained in:
Guillaume Gomez 2022-06-03 11:29:49 +02:00
parent 7db2b00be3
commit 6ce2e052e1

View file

@ -77,5 +77,6 @@ module.exports = {
"no-template-curly-in-string": "error",
"block-scoped-var": "error",
"guard-for-in": "error",
"no-alert": "error",
}
};