Skip to content

Instantly share code, notes, and snippets.

@saitodisse
Created March 5, 2013 04:27
Show Gist options
  • Save saitodisse/5087999 to your computer and use it in GitHub Desktop.
Save saitodisse/5087999 to your computer and use it in GitHub Desktop.
jshint template
/*jshint forin:true, noarg:true, noempty:true, eqeqeq:true, bitwise:true, strict:true, undef:true, unused:true, curly:true, browser:true, devel:true, indent:2, maxerr:50 */
(function(){
"use strict";
/*your code goes here*/
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment