Skip to content

Instantly share code, notes, and snippets.

@f0ster
Created November 3, 2017 00:21
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 f0ster/806207c7f8154d30260e78ef8a523baf to your computer and use it in GitHub Desktop.
Save f0ster/806207c7f8154d30260e78ef8a523baf to your computer and use it in GitHub Desktop.
{
"env":
{
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"rules":
{
"linebreak-style": ["error", "unix"],
"indent": ["error", 2],
"quotes": ["error", "double"],
"semi": ["error", "always"],
"max-len": ["error", 120],
"no-unused-vars": ["warn"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment