infra: enable no-alert eslint rule (#3472)

This commit is contained in:
Alexandr Garbuzov 2023-11-13 21:09:29 +02:00 committed by GitHub
parent 51eefa2dca
commit d654fe5715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@
// "dot-notation": "warn",
// "eqeqeq": [ "error", "smart" ],
// "guard-for-in": "warn",
// "no-alert": "error",
"no-alert": "error",
"no-caller": "error",
// "no-case-declarations": "warn",
// "no-div-regex": "warn",