Skip to content

Commit

Permalink
chore: format all
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Mar 25, 2019
1 parent 8c030b1 commit 9c35055
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/cmds/js_cmds/install.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const configure = require('../../config');
const configure = require('../../config')

exports.command = "install"
exports.describe = "Install javascript tool configurations for use by IDE plugins"
exports.command = 'install'
exports.describe =
'Install javascript tool configurations for use by IDE plugins'
exports.handler = () => {
configure(process.cwd())
}
}

0 comments on commit 9c35055

Please sign in to comment.