Commit 77fbac0
fix: move lint-ignore to directly above the line with
The ignore directive only applies to the immediately following line.
After formatting, `items.push(` was on its own line, so the directive
covered that instead of the `as any` cast. Move the comment inside
the push() call, directly above the line that needs it.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>as any
1 parent dc27e6d commit 77fbac0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
296 | 295 | | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| |||
0 commit comments