We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28add9 commit 5befc1bCopy full SHA for 5befc1b
README.md
@@ -75,6 +75,7 @@ You can even create a global config. Just go to your users home and create a `.s
75
- [body](#body)
76
- [scope](#scope)
77
- [emoji](#emoji)
78
+- [lowercaseTypes](#lowercaseTypes)
79
- [initial-commit](#initial-commit)
80
- [types](#types)
81
- [rules](#rules)
@@ -124,6 +125,21 @@ Example:
124
125
}
126
```
127
128
+### lowercaseTypes
129
+
130
+**Type:** `boolean`
131
132
+**Default:** `false`
133
134
+A boolean to lowercase types.
135
136
+Example:
137
+```json
138
+{
139
+ "lowercaseTypes": true
140
+}
141
+```
142
143
### initial-commit
144
145
**Type:** `object`
0 commit comments