Skip to content

Commit c23f646

Browse files
committed
fix(options): Correct snakeCase
1 parent a667772 commit c23f646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import isString from 'lodash.isstring'
66
const langTransforms = {
77
kebab: kebabCase,
88
camel: camelCase,
9-
snake: kebabCase
9+
snake: snakeCase
1010
}
1111

1212
const isValidOption = opt => {

0 commit comments

Comments
 (0)