run prettier

This commit is contained in:
Markus Unterwaditzer
2025-06-28 21:09:49 +02:00
committed by Will Greenberg
parent 41133ba793
commit e5c0e13d32
29 changed files with 639 additions and 351 deletions

View File

@@ -22,13 +22,12 @@ export default defineConfig({
req.url
);
});
}
}
}
},
},
},
},
plugins: [sveltekit()],
test: {
include: ['src/**/*.{test,spec}.{js,ts}']
}
include: ['src/**/*.{test,spec}.{js,ts}'],
},
});