This commit is contained in:
gcch 2025-09-26 10:17:32 +02:00
commit ae566b5179
14 changed files with 766 additions and 0 deletions

5
prettier.config.js Normal file
View file

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