Skip to content

Instantly share code, notes, and snippets.

@jaheba
Last active September 9, 2015 12:25
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 jaheba/8d21b7ade1b449624032 to your computer and use it in GitHub Desktop.
Save jaheba/8d21b7ade1b449624032 to your computer and use it in GitHub Desktop.
{
"rules": {
"indent": [
2,
4
],
"quotes": [
2,
"single"
],
"linebreak-style": [
2,
"unix"
],
"semi": [
2,
"always"
],
"comma-dangle": [
0,
"always-multiline"
],
"no-unused-vars": [
2,
{"vars": "all", "args": "none"}
]
},
"env": {
"es6": true,
"browser": true
},
ecmaFeatures: {
modules: true
},
"extends": "eslint:recommended"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment