(qol): format

This commit is contained in:
Alois 2026-05-28 20:20:43 +02:00
commit a82ee292ce
11 changed files with 171 additions and 69 deletions

View file

@ -10,7 +10,7 @@ const tsconfigRootDir = dirname(fileURLToPath(import.meta.url));
export default [
{
ignores: ["**/dist/**", "**/node_modules/**", "**/.tmp/**"],
ignores: ["**/dist/**", "**/node_modules/**"],
},
js.configs.recommended,
...tseslint.configs.recommended,