Skip to content

Instantly share code, notes, and snippets.

@A
Created May 12, 2015 15:03
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 A/21f3f5fce70b5c28b6a2 to your computer and use it in GitHub Desktop.
Save A/21f3f5fce70b5c28b6a2 to your computer and use it in GitHub Desktop.
{
"env": {
"browser": true,
"node": true
},
"parser": "babel-eslint",
"rules": {
"quotes": [2, "single"],
"strict": [2, "global"],
"no-unused-vars": false,
"no-unused-expressions": false,
"yoda": true,
"curly": false,
"no-use-before-define": false,
"no-multi-spaces": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment