Last active
August 29, 2015 14:18
-
-
Save gabskoro/322ffc33b812cdd800dd to your computer and use it in GitHub Desktop.
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
{ | |
"node": true, | |
"browser": true, | |
"bitwise": false, | |
"boss": true, | |
"camelcase": false, | |
"forin": true, | |
"curly": true, | |
"eqeqeq": true, | |
"immed": true, | |
"indent": 2, | |
"latedef": true, | |
"newcap": true, | |
"noarg": true, | |
"quotmark": "single", | |
"regexp": true, | |
"undef": true, | |
"unused": true, | |
"strict": true, | |
"trailing": true, | |
"smarttabs": false, | |
"jquery": true, | |
"debug": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment