Skip to content

Commit ac7d000

Browse files
authored
chore: update docs
1 parent 37a5417 commit ac7d000

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/types/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ export interface OptionsConfig extends OptionsComponentExts {
218218
* {
219219
* "html": true,
220220
* "css": true,
221-
* "graphql": true,
222-
* "markdown": true
223-
* "yaml": true
224-
* "toml": true
221+
* "graphql": false,
222+
* "markdown": false
223+
* "yaml": false
224+
* "toml": false
225225
* }
226226
*/
227227
formatter?: OptionsFormatters

0 commit comments

Comments
 (0)