Skip to content

Instantly share code, notes, and snippets.

View saip106's full-sized avatar

Sai Gudigundla saip106

  • Leancode Inc
  • Pittsburgh, PA
View GitHub Profile
@saip106
saip106 / .jshintrc.js
Last active August 29, 2015 14:05 — forked from connor/.jshintrc.js
Starter jshintrc
// NOTE: I added the .js extension to this gist so it would have syntax highlighting. This file should have NO file extension
{
// Settings
"passfail" : false, // Stop on first error.
"maxerr" : 100, // Maximum error before stopping.
// Predefined globals whom JSHint will ignore.
"browser" : true, // Standard browser globals e.g. `window`, `document`.