Commit 06f160d
fix(website): drop eslint-disable comments for unknown @next/next rule
The eslint-disable-next-line @next/next/no-img-element comments
added in d035751 reference a rule the project's ESLint config
doesn't load — and ESLint treats a disable directive for an
undefined rule as an error itself.
Drops the comments. The <img> usages are intentional (real local
WebP screenshots in BrowserFrames where Next.js Image's optimization
isn't needed — the files are already optimized and locally served).
Fixes the Website — lint / build CI failure.
Co-Authored-By: Claude Opus 4.7 <[email protected]>1 parent d035751 commit 06f160d
3 files changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | | - | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
0 commit comments