chore: apply biome linter fix for ts-ignore directive
4dd00c5e
1 file(s) · +1 −1
| 1 | 1 | #!/usr/bin/env node |
|
| 2 | 2 | ||
| 3 | - | // @ts-ignore: Shebang line |
|
| 3 | + | // @ts-expect-error: Shebang line |
|
| 4 | 4 | ||
| 5 | 5 | import { create } from "@/commands/create"; |
|
| 6 | 6 | import { program } from "@/program"; |