Skip to content

Instantly share code, notes, and snippets.

@zackd
Created January 25, 2011 14:44
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zackd/794998 to your computer and use it in GitHub Desktop.
Save zackd/794998 to your computer and use it in GitHub Desktop.
jslint config for QUnit tests
/** JSLINT CONFIG */
/*jslint white: false, onevar: true, undef: true, nomen: false, eqeqeq: true, plusplus: true, bitwise: true, regexp: true, newcap: true, immed: true */
/*global window: false, document: false, $: false, log: false, bleep: false,
// QUnit vars
QUnit: false,
test: false,
asyncTest: false,
expect: false,
module: false,
ok: false,
equal: false,
notEqual: false,
deepEqual: false,
notDeepEqual: false,
strictEqual: false,
notStrictEqual: false,
raises: false,
start: false,
stop: false
*/
@rdingwall
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment