Skip to content

Instantly share code, notes, and snippets.

View owenscott's full-sized avatar

Owen Scott owenscott

View GitHub Profile
@owenscott
owenscott / .jshintrc
Last active January 1, 2016 16:49 — forked from haschek/.jshintrc
Fully permissive JSHint configuration, which you can use as a starting place for gradually introducing rules into a new or legacy software product.
{
// --------------------------------------------------------------------
// JSHint Configuration, Permissive Edition
// --------------------------------------------------------------------
//
// This is a fork of 'JSHint Configuration, Strict Edition[1]'
//
// * set all enforcing options to false
// * set all relaxing options to true
// * set all environment options to false