Skip to content

Instantly share code, notes, and snippets.

@brrd
Last active December 6, 2016 09:38
Show Gist options
  • Save brrd/2a7a87a42f395372c52a to your computer and use it in GitHub Desktop.
Save brrd/2a7a87a42f395372c52a to your computer and use it in GitHub Desktop.
jshintrc
{
"undef": true,
"unused": "vars",
"browser": true,
"node": true,
"eqnull": true,
"esversion": 6,
"jquery": true,
"indent": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment