Echo JS 0.11.0

<~>

hanifbbz@gmail.com comments

hanifbbz@gmail.com 2368 days ago. link 1 point
I use yargs and find the API very powerful for complex CLI apps.
This one is superfast but feature-wise it's more comparable to minimist than yargs. Nothing wrong with it but it's not an apple to apple comparison. Great job with the performance though.
hanifbbz@gmail.com 2675 days ago. link 1 point
Yeah, there was a couple of improvements in readme that was released as patch and the CLI was introduced in a minor release due to not affecting any other functionality (per semver spec). I had some time during the holiday season to implement these features and the fact that the version number increased quickly was mainly due to how semver works and the fact that I had enough time to implement CLI.
hanifbbz@gmail.com 2683 days ago. link 1 point
First we used AirBnB but it was a bit inflexible and our company has enough man power to maintain its own config that reflects the consensus among our developers so we switched to eslint-config-schibsted.

Here are more companies/orgs that handle their own (shared with public) config:

 - https://github.com/walmartlabs/eslint-config-walmart
 - https://github.com/google/eslint-config-google
 - https://github.com/airbnb/javascript
 - https://github.com/gulpjs/eslint-config-gulp
 - https://github.com/FormidableLabs/eslint-config-formidable
[comment deleted]