Last active
August 29, 2015 14:04
-
-
Save artburkart/874b8497da0bd95f5326 to your computer and use it in GitHub Desktop.
my .jshintrc file
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
Show hidden characters
| { | |
| "undef": true, | |
| "bitwise": true, | |
| "eqeqeq": true, | |
| "forin": true, | |
| "freeze": true, | |
| "immed": true, | |
| "latedef": true, | |
| "newcap": true, | |
| "noarg": true, | |
| "nonew": true, | |
| "plusplus": true, | |
| "quotmark": "single", | |
| "undef": true, | |
| "unused": "vars", | |
| "predef": ["MY_GLOBAL"] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment