Commit ae420af
Fix eslint-disable syntax for file-level rules before 'use client'
File-level ESLint rules require block comment /* */ syntax, not
single-line //. Update RspackRscPlugin regex to also recognize
block comments before 'use client' directives.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2f3c42c commit ae420af
2 files changed
Lines changed: 4 additions & 3 deletions
File tree
- client/app/bundles/comments/components/SimpleCommentScreen/ror_components
- config/webpack
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments