Skip to content

Instantly share code, notes, and snippets.

@rusty-key
Created September 28, 2016 16:09
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 rusty-key/8c50c0b30f97bab532fecdde38eb7990 to your computer and use it in GitHub Desktop.
Save rusty-key/8c50c0b30f97bab532fecdde38eb7990 to your computer and use it in GitHub Desktop.
{
"extends": "airbnb/legacy",
"rules": {
"vars-on-top": 0,
"func-names": 0,
"no-new": 0,
"space-before-function-paren": [2, "never"],
"no-param-reassign": 0
},
"env": {
"node": true,
"browser": true,
"phantomjs": true,
"jquery": true,
"es6": true
},
"globals": {
"$": true,
"firebase": true,
"CodeMirror": true,
"Firepad": true,
"ZeroClipboard": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment