Commit 9e3a756
fix(layers): suppress eslint false positive on column-layer type assertions
The non-null assertions are required by tspc (ColumnGeometry.attributes
is Record<string, BinaryAttribute>) but eslint sees Geometry's narrower
type where POSITION/NORMAL are required. Suppress the lint rule with
inline comments rather than removing the assertions which breaks the
TypeScript build.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4988ddf commit 9e3a756
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
390 | | - | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
391 | 396 | | |
392 | 397 | | |
393 | 398 | | |
| |||
0 commit comments