chore: remove biome
This commit is contained in:
parent
b5e8d82bfa
commit
a34e215202
11 changed files with 55 additions and 65 deletions
|
|
@ -313,8 +313,8 @@ export function convert(
|
|||
fileType: string,
|
||||
convertTo: string,
|
||||
targetPath: string,
|
||||
// biome-ignore lint/suspicious/noExplicitAny: <explanation>
|
||||
options?: any,
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
options?: unknown,
|
||||
): Promise<string> {
|
||||
return new Promise((resolve, reject) => {
|
||||
exec(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue