Skip to content

Conversation

@aszydlo-ras
Copy link

Summary

  • Simplify !(!!data.ext?.adbeta) to !data.ext?.adbeta
  • Both expressions are functionally identical
  • The simpler form passes ESLint no-extra-boolean-cast rule

Test plan

  • Verified expressions are equivalent (see proof below)
  • Existing tests pass

🤖 Generated with Claude Code

Simplify \!(!!data.ext?.adbeta) to \!data.ext?.adbeta.
Both expressions are functionally identical, but the simpler
form passes ESLint no-extra-boolean-cast rule.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@aszydlo-ras aszydlo-ras merged commit 5f6b03e into dreamlab-master Jan 8, 2026
2 of 3 checks passed
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.

3 participants