← Back

no-console warning

Disallow using the console

Examples

❌  Incorrect

if (error) {
    console.log(error);
}