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
As defined in our Prettier configuration, we should not use console log statements in our code - most messages should be logged in some other way either for the user to see or into some logging view in VS Code.
We need to look through remaining console statements currently disabled for linting to not throw errors and really fix them.
The text was updated successfully, but these errors were encountered:
As defined in our Prettier configuration, we should not use console log statements in our code - most messages should be logged in some other way either for the user to see or into some logging view in VS Code.
We need to look through remaining console statements currently disabled for linting to not throw errors and really fix them.
The text was updated successfully, but these errors were encountered: