issues
search
illinois
/
queue
A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82
stars
37
forks
source link
Updated eslint config to remove unnecessary warnings
#58
Closed
shreyas208
closed
6 years ago
shreyas208
commented
6 years ago
The
no-console
rule now ignores
console.error()
, which we intentionally use for error logging.
The
no-console
rule now generates an error instead of a warning for non-ignored console statements.
Changed a console warning in PageWithUser to an error.
no-console
rule now ignoresconsole.error()
, which we intentionally use for error logging.no-console
rule now generates an error instead of a warning for non-ignored console statements.