From 3628ab410b67edeaad4b7b7b70cbdde944629f97 Mon Sep 17 00:00:00 2001 From: Timon van Spronsen Date: Sat, 14 Nov 2020 23:09:26 +0100 Subject: [PATCH] docs: document --filename-case option (#496) --- website/src/pages/docs/options.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/src/pages/docs/options.mdx b/website/src/pages/docs/options.mdx index 1a97d279..aa66503a 100644 --- a/website/src/pages/docs/options.mdx +++ b/website/src/pages/docs/options.mdx @@ -189,3 +189,11 @@ When used with `--out-dir`, it ignores already existing files. | Default | CLI Override | API Override | | ------- | ------------------- | ------------------------ | | `false` | `--ignore-existing` | `ignoreExisting: ` | + +## Filename case + +Specify a custom filename case. Possible values: `pascal` for PascalCase, `kebab` for kebab-case or `camel` for camelCase. + +| Default | CLI Override | API Override | +| -------- | ----------------- | ---------------------- | +| `pascal` | `--filename-case` | `filenameCase: ` |