← Back

no-alert warning

Disallow alert() function

Examples

❌  Incorrect

if (error) {
    alert(error);
}