dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

eslint config file doesn't appear to be committed #26

Closed scotthovestadt closed 9 years ago

scotthovestadt commented 9 years ago

Running gulp lint yields many errors.

scotthovestadt commented 9 years ago

Might also be a smart idea to add eslint gulp test to npm test so Travis CI will pick up on it for pull requests. After the config file is added.

dthree commented 9 years ago

Ouch. I had it on, but was doing a lot of dev and so took it off. Putting it back on. :)

It's xo-linted, and properly configured for that.

dthree commented 9 years ago

All good - enforced as well.