Commit 648e69f
committed
chore(biome): downgrade noNonNullAssertion to warning
Non-null assertions are sometimes necessary after length checks
where TypeScript can't infer the value exists. Treat as warnings
rather than errors to avoid noise while maintaining visibility.1 parent 09a15f5 commit 648e69f
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments