heimdallrj / wordpress-cli

[DEPRECATED] A command-line toolkit for WordPress Development
https://www.npmjs.com/package/wordpress-cli
MIT License
1 stars 3 forks source link

Add .eslint and fix some linting issues #49

Open THPubs opened 7 years ago

THPubs commented 7 years ago

I just enabled .eslint with airbnb style guide.

Also used atom's eslint fix tool to fix some linting issues. But some still remain which needs manual review to fix 😄

Fixes #48

heimdallrj commented 7 years ago

@THPubs This is great!. I was hoping to do a ES6 fix once after done the basic functionalities. :). Anyway this is great.

Let's change the name as soon as possible and then we release a first stable release with it. Give me a day or two. I'll do the necessary changes.

THPubs commented 7 years ago

@thinkholic Perfect 😄 Hope you'll find a good name soon!

THPubs commented 7 years ago

Just updated the pull request with a fix for #50 . Really sorry for breaking things in the first place 😢