Skip to content

Instantly share code, notes, and snippets.

@ericelliott
Last active January 20, 2017 08:36
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericelliott/7202f4804e2b01f60533 to your computer and use it in GitHub Desktop.
Save ericelliott/7202f4804e2b01f60533 to your computer and use it in GitHub Desktop.
ESLint configs

In search of Idiomatic ESLint

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).

Candidates

@nzakas
Copy link

nzakas commented Jan 3, 2015

And if there's some style you can't achieve, please file an ESLint issue so we can fill the gap.

@jamespamplin
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment