deployd / deployd-cli

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

Issue#16 one var #23

Open Kapnobatai3434 opened 7 years ago

Kapnobatai3434 commented 7 years ago

Fixed eslint errors for 'one-var' rule

Description

3 files needed changes. In which some variables needed their own declaration

Motivation and Context

It was requested by NicolasRitouet

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

How Has This Been Tested?

npm run test command

the code was tested using jest

Screenshots (if appropriate):

Types of changes

Checklist:

Kapnobatai3434 commented 7 years ago

Seems like this commit also fixes 'prefer const' eslint error