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

chore: avoid react linting errors #83

Merged
merged 2 commits into from
Feb 17, 2025

Conversation

pkerschbaum
Copy link
Contributor

Prerequisites checklist

What is the purpose of this pull request?

Unblock #70 by fixing the 2 linting errors already present in the codebase.

What changes did you make? (Give an overview)

  • chore: use arrow function to enable analysis of useCallback dependencies
  • chore: disable warning for useEffect for code path on mount

Related Issues

Is there anything you'd like reviewers to focus on?

@eslint-github-bot
Copy link

Hi @pkerschbaum!, thanks for the Pull Request

The pull request title isn't properly formatted. We ask that you update the pull request title to match this format, as we use it to generate changelogs and automate releases.

  • The commit message tag wasn't recognized. Did you mean "docs", "fix", or "feat"?
  • There should be a space following the initial tag and colon, for example 'feat: Message'.
  • The first letter of the tag should be in lowercase

To Fix: You can fix this problem by clicking 'Edit' next to the pull request title at the top of this page.

Read more about contributing to ESLint here

@pkerschbaum pkerschbaum changed the title Chore/avoid react linting errors chore: avoid react linting errors Feb 16, 2025
Copy link

netlify bot commented Feb 16, 2025

Deploy Preview for eslint-code-explorer ready!

Name Link
🔨 Latest commit 8fc548b
🔍 Latest deploy log https://app.netlify.com/sites/eslint-code-explorer/deploys/67b1fc877477390008ce948c
😎 Deploy Preview https://deploy-preview-83--eslint-code-explorer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@pkerschbaum pkerschbaum marked this pull request as ready for review February 16, 2025 14:56
Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

Would like @amareshsm to review before merging.

Copy link
Member

@amareshsm amareshsm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks

@amareshsm amareshsm merged commit c9ada6a into eslint:main Feb 17, 2025
7 checks passed
@pkerschbaum pkerschbaum deleted the chore/avoid-react-linting-errors branch February 17, 2025 18:23
@amareshsm
Copy link
Member

This change is causing some issues when typing quickly in the editor.

amareshsm added a commit that referenced this pull request Feb 18, 2025
@pkerschbaum
Copy link
Contributor Author

hmm ok, will look into this again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

3 participants