This commit is contained in:
gcch 2025-10-01 16:24:22 +02:00
commit 29231b0638
13 changed files with 165 additions and 0 deletions

5
prettier.config.ts Normal file
View file

@ -0,0 +1,5 @@
import { configClassique } from "@gcch/configuration-prettier";
export default {
...configClassique,
};