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
Add ESLint disable for import/prefer-default-export in translations.js
The translations file needs both named and default exports because some
components import it as a named export and others as default. ESLint
CI enforces stricter rules than local, so adding the disable directive
to satisfy CI requirements.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments