Skip to content

Instantly share code, notes, and snippets.

View danwellman's full-sized avatar

Dan Wellman danwellman

View GitHub Profile
@danwellman
danwellman / .jshintrc
Last active March 5, 2018 13:51 — forked from ScheerMT/.jshintrc
JSHint configuration as of v2.9.3 - Strict Settings with some exceptions made. Settings marked as deprecated were *not* included in order to futureproof for newer versions.
{
// --------------------------------------------------------------------
// JSHint Configuration, Strict Edition
// --------------------------------------------------------------------
//
// This is a options template for JSHint[1] setting
// config values to be most strict:
//
// * set all enforcing options to true
// * set all relaxing options to false