Commits
Click on a commit to change the comparison rangefix(linter/react): adapt display-name to use ReactVersion type
Update display_name rule to use the new structured ReactVersion type
from main instead of string-based version parsing.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> chore: remove extraneous files from rebase
- Remove .idea/ IDE configuration files
- Reset Cargo.lock to main's version (napi packages were incorrectly downgraded)
- Revert unrelated changes to tasks/website_formatter and tasks/website_linter
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> fix(linter/react): use exact matching for memo/forwardRef HOC detection
- Change is_hoc_call to use exact matching instead of ends_with pattern
- Matches ESLint react/display-name behavior
- Only matches: memo, forwardRef, React.memo, React.forwardRef
- Also fix documentation typo for componentWrapperFunctions setting
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> fix: restore website_formatter snapshot from main
This file was accidentally modified during a previous rebase.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> fix: restore tsgolint snapshots from main
Local tsgolint binary panics with "unknown rule" errors, causing
corrupted snapshot output. Restore proper snapshots from main branch.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> fix: restore tsgolint silent snapshot from main
Another snapshot corrupted by outdated local tsgolint binary.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>