Echo JS 0.11.0

<~>

flet 3362 days ago. link 2 points
Worth mentioning again...

Check out `standard`(github.com/feross/standard) as an alternative to using eslint directly. It comes with a set of "Standard Style" rules which are validated using eslint and jscs. The rules are quite sensible and using it avoids the need to wade though eslint config. 

Granted, if adapting to the `standard` style is not in the cards, manually setting up eslint rules is going to be the way to go.
wooorm 3361 days ago. link 1 point
Ha, yeah nice project. I personally love semicolons, and eslint functions great without any rules (except `quotes:"'"` and `--env node`), I’ve almost never had the need to change ESLint’s defaults otherwise.