Created
April 11, 2014 17:34
-
-
Save tbergeron/10486567 to your computer and use it in GitHub Desktop.
PHP JSHint Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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