Netsells Code Standards
Sections
Sections
General
Frontend
Backend
iOS
Android
Legacy Flutter Projects
DotNet
Netsells
open in new window
GitHub
open in new window
← Back
#
no-console
warning
Disallow using the console
#
Examples
❌ Incorrect
if
(
error
)
{
console
.
log
(
error
)
;
}