Commit ef2c308
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]>1 parent 4f3af19 commit ef2c308
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
0 commit comments