Skip to content

Instantly share code, notes, and snippets.

@Duder-onomy
Created March 9, 2015 21:06
Show Gist options
  • Select an option

  • Save Duder-onomy/54eb980abf9e182e51b5 to your computer and use it in GitHub Desktop.

Select an option

Save Duder-onomy/54eb980abf9e182e51b5 to your computer and use it in GitHub Desktop.
Js Hint RC
{
"node": true,
"curly": true,
"globals": {
"define": false,
"describe": false,
"before": false,
"after": false,
"it": false,
"beforeEach": false,
"afterEach": false,
"xit": false
},
"quotmark": "single",
"debug": false,
"validthis": true,
"expr": true,
"loopfunc": false,
"onevar": true,
"strict": true,
"undef": true,
"unused": "vars",
"maxlen": 242,
"newcap": false,
"trailing": true,
"indent": 4,
"noarg": true,
"maxdepth": 2,
"devel": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment