Skip to content

Commit

Permalink
docs: document --filename-case option (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonVS authored Nov 14, 2020
1 parent 00e84ea commit 3628ab4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/src/pages/docs/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,11 @@ When used with `--out-dir`, it ignores already existing files.
| Default | CLI Override | API Override |
| ------- | ------------------- | ------------------------ |
| `false` | `--ignore-existing` | `ignoreExisting: <bool>` |

## 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: <string>` |

1 comment on commit 3628ab4

@vercel
Copy link

@vercel vercel bot commented on 3628ab4 Nov 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.