Echo JS 0.11.0

<~>

flet comments

flet 3364 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.