Skip to content

Commit

Permalink
chore(deps): upgrade eslint and prettier
Browse files Browse the repository at this point in the history
fix #62
  • Loading branch information
sharvit committed Dec 20, 2019
1 parent cda5677 commit d448042
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 156 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"mongoose": "^5.3.11",
"ncp": "^2.0.0",
"nyc": "^14.0.0",
"prettier": "^1.15.3",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.0",
"rimraf": "^3.0.0",
"semantic-release": "^15.13.1",
Expand Down
8 changes: 4 additions & 4 deletions src/lib/commands/generate/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import optionDefinitions from './option-definitions';
* @property {boolean} helpWanted
*/
export const getOptions = argv => {
const { name: seederName, help: helpWanted } = commandLineArgs(
optionDefinitions,
{ argv }
);
const {
name: seederName,
help: helpWanted,
} = commandLineArgs(optionDefinitions, { argv });

const options = { seederName, helpWanted };

Expand Down
Loading

0 comments on commit d448042

Please sign in to comment.