Skip to content

Commit

Permalink
Docs: for lowercaseTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
aichbauer committed Sep 6, 2017
1 parent b28add9 commit 8b09f01
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -75,6 +75,7 @@ You can even create a global config. Just go to your users home and create a `.s
- [body](#body)
- [scope](#scope)
- [emoji](#emoji)
- [lowercaseTypes](#lowercaseTypes)
- [initial-commit](#initial-commit)
- [types](#types)
- [rules](#rules)
Expand Down Expand Up @@ -124,6 +125,21 @@ Example:
}
```

### lowercaseTypes

**Type:** `boolean`

**Default:** `false`

A boolean to lowercase types.

Example:
```json
{
"lowercaseTypes": true
}
```

### initial-commit

**Type:** `object`
Expand Down

0 comments on commit 8b09f01

Please sign in to comment.