Created
August 15, 2014 14:33
-
-
Save daviferreira/9e9140e708b69e918194 to your computer and use it in GitHub Desktop.
my jshintrc
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
{ | |
"browser": true, | |
"esnext": true, | |
"bitwise": true, | |
"camelcase": true, | |
"curly": true, | |
"eqeqeq": true, | |
"immed": true, | |
"indent": 4, | |
"latedef": true, | |
"maxcomplexity": 5, | |
"newcap": false, | |
"noarg": true, | |
"regexp": true, | |
"undef": true, | |
"unused": true, | |
"strict": true, | |
"trailing": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment