-
Notifications
You must be signed in to change notification settings - Fork 108
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
Fixing eslint error messages on src/index.js #2786
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you revert the line ending changes so that we can see what was actually changed?
Signed-off-by: Ana Rocha <[email protected]>
Hi @kingthorin, I've redone the commit with the changes again so you can check what was actually changed. |
Thank you, that makes it much easier to see what's been done 💯 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable to me. Have you tested it locally based on the info in the README?
Yes, I tested the changes I made to the code and found no problems. |
The commit author needs to be reset. |
@anaaroch nudge |
Hello, as a part of a project from my university, the students of my class had to apply Clean Code principles to a open source project. I tryed tackling the issue #244 with Lucas Bergholz in a recent PR, but, when we were working on it, there were a lot of error messages coming from the eslint of the project.
This way, i tackled 67 of these error messages, applying the changes that eslint suggested. These changes help the project maintain patterns and facilitate future changes on this file.