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
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
## Summary
Fixes#181
### Time to review: __1 mins__
## Changes proposed
> Added new rule to eslint to prevent leaving behind console log
statements
## Context for reviewers
> normal expected rule in eslint configurations
Summary
ESlint should catch if we have log statements in linting
Acceptance criteria
/* eslint no-console: "error" */ added to ESlint config
The text was updated successfully, but these errors were encountered: