You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed three ESLint errors:
1. Added eslint-disable for max-classes-per-file (need multiple test classes)
2. Added React import to satisfy react/react-in-jsx-scope rule
3. Renamed .js to .jsx to satisfy react/jsx-filename-extension rule
Tests still pass, now lint-compliant.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments