Echo JS 0.11.0

<~>

Citrus 2644 days ago. link 2 points
I've never used an out-of-the-box style guide.  I always work out with my team what style we want to stick with.  It's been different for every team, but it's never been bad.
hanifbbz@gmail.com 2644 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
tracker1 2644 days ago. link 1 point
I start with AirBnB, and make a couple of tweaks, but mostly in tact.  I don't agree with everything, but for teams, it mostly makes sense.
kirilloid 2643 days ago. link 1 point
The only thing I don't like about AirBnB's style guide is that they blur the term "style guide" stuffing a lot more into their own.

But from standpoint of eslint rules it almost doesn't matter.