moleculerjs / moleculer-cli

:herb: Command line tool for Moleculer
http://moleculer.services/docs/moleculer-cli.html
MIT License
48 stars 28 forks source link

Linter fixes #14

Closed keawade closed 5 years ago

keawade commented 5 years ago

I cloned this to start looking into how to make my own templates and ran into some linter issues. I've fixed most of them.

There is still a linter warning on L315 of src/init/index.js but I didn't know your opinions on that so I just left it alone.

icebob commented 5 years ago

L315 is an old declaration. Could you fix it to Buffer.from?