Skip to content

Commit

Permalink
Merge pull request #1 from linkedin/options
Browse files Browse the repository at this point in the history
Update jshint options
  • Loading branch information
dclowd9901 committed Sep 21, 2012
2 parents 22b087f + 227a95d commit 42f11b5
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion jshint/options.json
@@ -1 +1,48 @@
{ "camelcase": true }
{
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"forin": false,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": false,
"nonew": true,
"plusplus": false,
"quotmark": "single",
"regexp": false,
"undef": true,
"unused": true,
"strict": false,
"trailing": true,

"asi": false,
"boss": false,
"debug": false,
"eqnull": true,
"es5": false,
"esnext": false,
"evil": false,
"expr": false,
"funcscope": false,
"globalscript": false,
"iterator": false,
"lastsemic": false,
"laxbreak": false,
"laxcomma": false,
"loopfunc": false,
"multistr": true,
"onecase": false,
"proto": false,
"regexdash": false,
"scripturl": false,
"smarttabs": false,
"shadow": true,
"sub": true,
"supernew": false,
"validthis": false
}

0 comments on commit 42f11b5

Please sign in to comment.