Skip to content
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

Configure ESLint to ignore unused args prefixed with _ #3569

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

MariaSolOs
Copy link

@MariaSolOs MariaSolOs commented Nov 11, 2024

  • Run tests
  • Update the CHANGELOG.md with a summary of your changes _(I don't think these changes deserve to be part of the public CHANGELOG but let me know if you think otherwise @ntotten)

As the title of this PR advertises, I've configure the no-unused-vars linting rule to ignore variables whose name is prefixed by an underscore to avoid having a bunch of disable comments.

I also fixed a couple more of linting errors, refer to the commit history for those one-time fixes.

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

Successfully merging this pull request may close these issues.

2 participants