Created
November 21, 2013 06:14
-
-
Save Trott/7576826 to your computer and use it in GitHub Desktop.
Recommended .jshintrc from http://seravo.fi/2013/javascript-the-winning-style
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
{ | |
"camelcase" : true, | |
"indent": 2, | |
"undef": true, | |
"quotmark": "single", | |
"maxlen": 80, | |
"trailing": true, | |
"curly": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment