Skip to content

Instantly share code, notes, and snippets.

@cliffordfajardo
Created January 4, 2016 12:25
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 cliffordfajardo/db4b6518a41329826fae to your computer and use it in GitHub Desktop.
Save cliffordfajardo/db4b6518a41329826fae to your computer and use it in GitHub Desktop.
my jshintrc config file
{
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": 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": true,
"white": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment