Skip to content

Instantly share code, notes, and snippets.

@i-van
Created April 7, 2015 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save i-van/d89fc1651aac33c8bc5e to your computer and use it in GitHub Desktop.
Save i-van/d89fc1651aac33c8bc5e to your computer and use it in GitHub Desktop.
{
"env": {
"node": true
},
"globals": {
"require": true,
"describe": true,
"context": true,
"it": true,
"before": true,
"after": true
},
"rules": {
"quotes": [2, "single"],
"strict": false,
"no-multi-spaces": false,
"no-underscore-dangle": false,
"no-mixed-requires": false
},
"ecmaFeatures": {
"blockBindings": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment