Commit 275334e
Fix ESLint import/prefer-default-export by using only default export
Changed translations.js to only export default (no named export) and
updated all imports to use default import instead of named import.
Files changed:
- client/app/libs/i18n/translations.js: Removed named export
- client/app/bundles/comments/containers/RouterCommentsContainer.jsx: Updated import
- client/app/bundles/comments/containers/NonRouterCommentsContainer.jsx: Updated import
- client/app/bundles/comments/components/SimpleCommentScreen/ror_components/SimpleCommentScreen.jsx: Updated import
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4f3af19 commit 275334e
File tree
4 files changed
+3
-4
lines changed- client/app
- bundles/comments
- components/SimpleCommentScreen/ror_components
- containers
- libs/i18n
4 files changed
+3
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
0 commit comments