**refactor(cli): remove unnecessary @ts-expect-error for omelette import**
- **Changes**: - Eliminated the redundant `@ts-expect-error` comment for the `omelette` import in `cli.ts`. - **Purpose**: - Simplifies the code by removing an outdated comment that is no longer needed, ensuring cleaner and more readable source files.
This commit is contained in:
parent
8189b45f48
commit
74f3aac15b
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ import { fileURLToPath } from 'url'
|
|||
import { dirname, join } from 'path'
|
||||
import fs from 'fs'
|
||||
import { Command } from 'commander'
|
||||
// @ts-expect-error - Missing type declarations for omelette
|
||||
import omelette from 'omelette'
|
||||
|
||||
// Get the directory of the current module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue