Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamline console logging behavior. #323

Open
fschmenger opened this issue Mar 13, 2023 · 0 comments
Open

Streamline console logging behavior. #323

fschmenger opened this issue Mar 13, 2023 · 0 comments

Comments

@fschmenger
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant