This commit is contained in:
gcch 2025-09-26 16:17:57 +02:00
commit 360d7e45e6
11 changed files with 521 additions and 13 deletions

7
dist/index.d.ts vendored Normal file
View file

@ -0,0 +1,7 @@
import { Config } from "prettier";
//#region index.d.ts
declare const configClassique: Config;
declare const configWordPress: Config;
//#endregion
export { configClassique, configWordPress };