Skip to content

Conversation

@YuriiHoliuk
Copy link
Contributor

Summary

• Enhanced operator-linebreak ESLint rule with overrides for assignment operators
• Assignment operators (=, +=, -=, *=, /=) now appear after the variable for better readability
• Updated package versions for both internal ESLint configs

Test plan

  • Verify ESLint rules work correctly with assignment operators
  • Test that existing code formatting still works as expected
  • Confirm package versions are correctly updated

🤖 Generated with Claude Code

- Add overrides for assignment operators (=, +=, -=, *=, /=) to appear after the operator
- Bump eslint-config-internal to v1.3.1
- Bump eslint-config-react-internal to v0.1.3 with updated dependency

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

Co-Authored-By: Claude <noreply@anthropic.com>
@YuriiHoliuk YuriiHoliuk requested a review from a team July 28, 2025 19:47
@YuriiHoliuk YuriiHoliuk merged commit 8184734 into master Jul 28, 2025
1 check passed
@YuriiHoliuk YuriiHoliuk deleted the PF-9152_improve-formatting branch July 28, 2025 20:53
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