Skip to content

Instantly share code, notes, and snippets.

@crccheck
Created April 18, 2014 21:27
Show Gist options
  • Save crccheck/11065170 to your computer and use it in GitHub Desktop.
Save crccheck/11065170 to your computer and use it in GitHub Desktop.
js hint config for qunit
{
"browser": true,
"strict": false,
"globals": {
"QUnit": false,
"module": false,
"test": false,
"asyncTest": false,
"expect": false,
"start": false,
"stop": false,
// http://api.qunitjs.com/category/assert/
"deepEqual": false,
"equal": false,
"notDeepEqual": false,
"notEqual": false,
"notPropEqual": false,
"notStrictEqual": false,
"ok": false,
"propEqual": false,
"strictEqual": false,
"throws": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment