Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

[Task]: Add no-console to Eslint Rules #181

Closed
btabaska opened this issue Aug 27, 2024 · 1 comment · Fixed by #182
Closed

[Task]: Add no-console to Eslint Rules #181

btabaska opened this issue Aug 27, 2024 · 1 comment · Fixed by #182

Comments

@btabaska
Copy link
Collaborator

Summary

ESlint should catch if we have log statements in linting

Acceptance criteria

/* eslint no-console: "error" */ added to ESlint config

btabaska added a commit that referenced this issue Aug 28, 2024
## 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
@acouch
Copy link
Member

acouch commented Sep 17, 2024

Issue migrated to HHS#2037

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

Successfully merging a pull request may close this issue.

2 participants