Skip to content

Instantly share code, notes, and snippets.

@Gerst20051
Created July 17, 2015 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gerst20051/2fe972d3a650a3f281c0 to your computer and use it in GitHub Desktop.
Save Gerst20051/2fe972d3a650a3f281c0 to your computer and use it in GitHub Desktop.
JavaScript ESLint .eslintrc
rules:
indent:
- 2
- 4
quotes:
- 2
- single
linebreak-style:
- 2
- unix
semi:
- 2
- always
env:
browser: true
extends: 'eslint:recommended'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment