chore: remove biome

This commit is contained in:
C4illin 2024-10-05 00:01:39 +02:00
parent b5e8d82bfa
commit a34e215202
11 changed files with 55 additions and 65 deletions

View file

@ -116,8 +116,8 @@ export async 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> {
// let command = "ffmpeg";