Skip to content

Instantly share code, notes, and snippets.

@wanderer
Created October 11, 2014 02:37
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 wanderer/a048b48a287505fe0cce to your computer and use it in GitHub Desktop.
Save wanderer/a048b48a287505fe0cce to your computer and use it in GitHub Desktop.
{
"env": {
"node": true
},
"rules": {
"strict": 0,
"no-underscore-dangle": 0,
"quotes": [2, "single"]
},
"globals":{
"it": false,
"describe": false,
"module": false,
"require": false,
"before": false,
"beforeEach": false,
"after": false,
"afterEach": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment