Remove eslint/prettier and switch to biome (#2880)

This commit is contained in:
Samy Pessé
2025-02-26 17:59:34 +01:00
committed by GitHub
parent 027a859ef4
commit 1f4733355e
347 changed files with 2325 additions and 2869 deletions
@@ -12,6 +12,6 @@ export function stringifyOpenAPI(body: unknown, _?: null, indent?: number): stri
return value;
},
indent,
indent
);
}