I'm in the process of creating a new web app boilerplate, and I need to give it a lint config. Kyle Simpson convinced me I should look at ESLint instead of JSHint, so now I have to figure out how to configure ESLint to my liking. My liking means as idiomatic as possible.
To that end, I will give an unnamed JavaScript related prize (of real value) to the person who can show me an .eslintrc
that most closely matches the idiomatic style I recommend in Appendix A of "Programming JavaScript Applications" (O'Reilly).
I've recently been working on https://github.com/jamespamplin/eslint-config-idiomatic - its pretty close now. Could use some more testing. Let me know if you find any issues.