Skip to content

Commit

Permalink
Fix lint warning (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Apr 30, 2020
1 parent 69bb708 commit 9cd93ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/actions/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ install.scheduleInstallTask = function(installer, paths, options, spawnOptions)
* npm: false
* });
*
* @param {Object} [options]
* @param {Object} [options] - options
* @param {Boolean|Object} [options.npm=true] - whether to run `npm install` or can be options to pass to `dargs` as arguments
* @param {Boolean|Object} [options.bower=true] - whether to run `bower install` or can be options to pass to `dargs` as arguments
* @param {Boolean|Object} [options.yarn=false] - whether to run `yarn install` or can be options to pass to `dargs` as arguments
Expand Down

0 comments on commit 9cd93ee

Please sign in to comment.