Skip to content

Instantly share code, notes, and snippets.

@xavierbriand
Created March 10, 2014 18:00
Show Gist options
  • Save xavierbriand/9470440 to your computer and use it in GitHub Desktop.
Save xavierbriand/9470440 to your computer and use it in GitHub Desktop.
{
"bitwise" : true,
"camelcase" : true,
"curly" : true,
"eqeqeq" : true,
"es3" : true,
"forin" : true,
"freeze" : true,
"immed" : true,
"indent" : 4,
"latedef" : true,
"newcap" : true,
"noarg" : true,
"noempty" : true,
"nonbsp" : true,
"nonew" : true,
"plusplus" : false,
"quotmark" : "double",
"undef" : true,
"unused" : true,
"strict" : true,
"trailing" : true,
"maxparams" : 6,
"maxdepth" : 2,
"maxcomplexity" : 10,
"maxlen" : 120,
"browser" : true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment