Commit 679bd08
fix(lint): remove eslint-disable and forbidden cast from unicorn fixes
- auto-agent-flags: replace ||=== chain with agentModes.find() so TypeScript
narrows AgentMode without a type cast and no eslint-disable comment is needed
- app-ready-terminal-storage: guard with value !== null before .includes() so
the string|null parameter works without an `as string` cast
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c97670b commit 679bd08
2 files changed
Lines changed: 5 additions & 4 deletions
File tree
- packages/app/src
- docker-git/frontend-lib/core
- web
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments