Skip to content

Instantly share code, notes, and snippets.

@MacKentoch
Last active February 17, 2016 08:11
Show Gist options
  • Save MacKentoch/08e6a4d943601461c808 to your computer and use it in GitHub Desktop.
Save MacKentoch/08e6a4d943601461c808 to your computer and use it in GitHub Desktop.
{
"ecmaFeatures": {
"modules": true
},
"rules": {
"quotes": [ 2, "single" ],
"semi": [ 2, "always" ],
},
"env": {
"es6": true,
"browser": true,
"node" : true
},
"globals": {
"angular": false
},
"extends": "eslint:recommended"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment