Skip to content

Instantly share code, notes, and snippets.

@andrewagain
Created September 9, 2015 16:21
Show Gist options
  • Save andrewagain/34ec0c036782b2a55380 to your computer and use it in GitHub Desktop.
Save andrewagain/34ec0c036782b2a55380 to your computer and use it in GitHub Desktop.
Our ESLint
{
"extends": "airbnb",
"env": {
"mocha": true,
"browser": true,
"node": true
},
"rules": {
"no-undef": 2,
"comma-dangle": 0,
"func-names": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment