Skip to content

Instantly share code, notes, and snippets.

@bkarlson
bkarlson / .jshintrc
Created January 30, 2019 07:16 — forked from bolshchikov/.jshintrc
JSHint configuration file
{
// --------------------------------------------------------------------
// JSHint Configuration, Strict Edition
// --------------------------------------------------------------------
// == Enforcing Options ===============================================
//
// These options tell JSHint to be more strict towards your code. Use
// them if you want to allow only a safe subset of JavaScript, very