Skip to content

Instantly share code, notes, and snippets.

@miguelfrias
Created March 5, 2014 19:28
Show Gist options
  • Save miguelfrias/9374698 to your computer and use it in GitHub Desktop.
Save miguelfrias/9374698 to your computer and use it in GitHub Desktop.
Recommended JSHint config
{
curly: true,
eqeqeq: true,
browser: true,
bitwise: true,
camelcase: true,
forin: true,
indent: 4,
latedef: 'nofunc',
newcap: true,
nonbsp: true,
nonew: true,
quotmark: 'single',
undef: true,
trailing: true,
devel: true,
jquery: true,
globals: {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment