deployd / deployd-cli

The Deployd Command Line Interface
MIT License
7 stars 9 forks source link

Issue#16 #26

Open Kapnobatai3434 opened 7 years ago

Kapnobatai3434 commented 7 years ago

Fix eslint errors #16

Description

Eslint error "prefer-const" was fixed with the previous commit which fixed error "one-var". Eslint error "no-use-before-define" required to completely reorganize start.js. Everything was done according to the code style of the project.

Motivation and Context

It fixes eslint errors.

https://github.com/deployd/deployd-cli/issues/16

How Has This Been Tested?

npm run test

Jest

Screenshots (if appropriate):

Types of changes

Checklist:

andreialecu commented 6 years ago

Looks like there's a conflict here. Mind resolving?