Skip to content

Instantly share code, notes, and snippets.

View BlakeStearman's full-sized avatar

Blake Stearman BlakeStearman

View GitHub Profile
@mpriour
mpriour / .jshintrc
Last active November 2, 2016 15:46
JSHint Options for esri JSAPI development
{
// --------------------------------------------------------------------
// JSHint Configuration, esri jsapi
// only including options which differ from the standard default
// jshint [options][1] or those in the SublimeText [jshint plugin][2].
// When those 2 default references differ, the option is explictly included
//
// [1]: https://github.com/jshint/jshint/blob/2.x/examples/.jshintrc
// [2]: https://github.com/uipoet/sublime-jshint/blob/master/.jshintrc
// --------------------------------------------------------------------