Skip to content

Instantly share code, notes, and snippets.

@alejandro
Created January 20, 2013 22:24
Show Gist options
  • Select an option

  • Save alejandro/4582240 to your computer and use it in GitHub Desktop.

Select an option

Save alejandro/4582240 to your computer and use it in GitHub Desktop.
{
"node":true,
"laxcomma":true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"asi":true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment