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 a667772 commit c23f646Copy full SHA for c23f646
src/options.js
@@ -6,7 +6,7 @@ import isString from 'lodash.isstring'
6
const langTransforms = {
7
kebab: kebabCase,
8
camel: camelCase,
9
- snake: kebabCase
+ snake: snakeCase
10
}
11
12
const isValidOption = opt => {
0 commit comments