0.0.6
This commit is contained in:
parent
5dd4c86018
commit
360d7e45e6
11 changed files with 521 additions and 13 deletions
7
dist/index.d.ts
vendored
Normal file
7
dist/index.d.ts
vendored
Normal 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 };
|
||||
Loading…
Add table
Add a link
Reference in a new issue