Created
September 25, 2014 16:51
-
-
Save RinatMullayanov/6b948176d3d02add0144 to your computer and use it in GitHub Desktop.
jshintrc for nodejs - clear - without comments
This file contains 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
{ | |
"boss": true, | |
"node": true, | |
"browser": true, | |
"esnext": true, | |
"bitwise": true, | |
"curly": true, | |
"eqeqeq": true, | |
"immed": true, | |
"indent": 2, | |
"latedef": true, | |
"noarg": true, | |
"quotmark": "single", | |
"regexp": true, | |
"undef": true, | |
"trailing": true, | |
"smarttabs": true, | |
"camelcase": true, | |
"newcap": true, | |
"unused": "vars", | |
"strict": true, | |
"forin": true, | |
"plusplus": false , | |
"globals": { | |
"module": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment