Skip to content

Instantly share code, notes, and snippets.

View teobais's full-sized avatar
🏠
Working from home

Teo Bais teobais

🏠
Working from home
View GitHub Profile
@teobais
teobais / .jshintrc.js
Created August 21, 2016 19:00 — forked from connor/.jshintrc.js
jshintrc example
// 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`.