Skip to content

Commit 618796b

Browse files
author
bcoe
committed
chore: fix linting
1 parent dca1d23 commit 618796b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const yargs = require('yargs/yargs');
44
const flatten = require('flat');
5-
const {castArray, some, isPlainObject, camelCase, kebabCase, omitBy} = require('lodash');
5+
const { castArray, some, isPlainObject, camelCase, kebabCase, omitBy } = require('lodash');
66

77
function isAlias(key, alias) {
88
return some(alias, (aliases) => castArray(aliases).indexOf(key) !== -1);

0 commit comments

Comments
 (0)