Commit 3676023
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 <noreply@anthropic.com>1 parent 4f3af19 commit 3676023
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
40 | 41 | | |
0 commit comments