Skip to content

Instantly share code, notes, and snippets.

@tbergeron
Created April 11, 2014 17:34
Show Gist options
  • Save tbergeron/10486567 to your computer and use it in GitHub Desktop.
Save tbergeron/10486567 to your computer and use it in GitHub Desktop.
PHP JSHint Config
/*jshint nonew:true, jquery:true, curly:true, latedef:true, unused:true, noarg:true, trailing:true, forin:true, noempty:true, quotmark:single, eqeqeq:true, strict:true, debug:true, bitwise:true, browser:true, devel:true, freeze:true */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment