Skip to content

Instantly share code, notes, and snippets.

@genediazjr
Created April 4, 2016 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save genediazjr/1baf1cf1779b33fe2af9bfa888e77857 to your computer and use it in GitHub Desktop.
Save genediazjr/1baf1cf1779b33fe2af9bfa888e77857 to your computer and use it in GitHub Desktop.
{
"indent": 2,
"predef": ["JSON"],
"quotmark": "single",
"plusplus": false,
"trailing": true,
"laxcomma": true,
"noempty": true,
"eqeqeq": true,
"newcap": true,
"strict": true,
"unused": true,
"nonew": true,
"noarg": true,
"undef": true,
"curly": true,
"forin": true,
"immed": true,
"mocha": true,
"node": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment