Commit b2624d1
fix(lint): remove as const assertion to comply with Effect-TS rules
The project has a lint rule that restricts casting (including 'as const')
to src/core/axioms.ts only. Changed to use explicit ReadonlyArray<string>
type annotation instead.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 35d0d4d commit b2624d1
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- packages/app/src/docker-git
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments