Replies: 1 comment
-
I think this a good idea and a project of this size should have a linter 👍. Also starting small and iterating on it sounds like a good approach. A somewhat related discussion: #675 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been actively working on the project and relied on numerous console logs for debugging. When attempting to push my code, I realized the painstaking process of manually removing each console log and ensuring none were left behind. I believe it's time to implement ESLint with a minimal configuration that we can expand upon in the future. What are your thoughts on this idea?
Beta Was this translation helpful? Give feedback.
All reactions