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

refactor: enable eqeqeq lint rule for internal #28172

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

Conversation

petamoriken
Copy link
Contributor

@petamoriken petamoriken commented Feb 18, 2025

I made the following changes:

  • use === for number and string comparisons
  • change foo == null to === if either is known from the codes, otherwise change to foo === undefined || foo === null
  • add // deno-lint-ignore eqeqeq comments where == is needed.

@petamoriken petamoriken changed the title chore: enable eqeqeq rule for internal refactor: enable eqeqeq rule for internal Feb 18, 2025
@petamoriken petamoriken changed the title refactor: enable eqeqeq rule for internal refactor: enable eqeqeq lint rule for internal Feb 18, 2025
@petamoriken petamoriken marked this pull request as draft February 20, 2025 13:00
@petamoriken petamoriken marked this pull request as ready for review February 20, 2025 13:09
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.

1 participant