You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a bunch of components, which make use of console.warn and console.error statements. As a consequence the no-console es-lint rule, which is recommend by the vue-cli templates, is globally disabled.
Therefore I proposed the following as a comment within #312:
We should consider pooling all wegue logging operations into a dedicated logger module and then use the eslint-disable directive there locally. Subsequently the no-console rule could be enabled on the global level.
The text was updated successfully, but these errors were encountered:
Currently we have a bunch of components, which make use of
console.warn
andconsole.error
statements. As a consequence theno-console
es-lint rule, which is recommend by the vue-cli templates, is globally disabled.Therefore I proposed the following as a comment within #312:
We should consider pooling all wegue logging operations into a dedicated logger module and then use the
eslint-disable
directive there locally. Subsequently theno-console
rule could be enabled on the global level.The text was updated successfully, but these errors were encountered: