Skip to content

Instantly share code, notes, and snippets.

@smerrill
Created August 23, 2012 12:39
Show Gist options
  • Save smerrill/3436267 to your computer and use it in GitHub Desktop.
Save smerrill/3436267 to your computer and use it in GitHub Desktop.
A sample jsHint config.json file to run on custom Drupal code.
{
"undef": false,
"predef": ["Drupal", "jQuery"],
"browser": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment