blob: 5b6e9195f79b8a5a28e0f8fad30126cc9d2ad3d6 [file] [log] [blame]
{
// Details: https://github.com/victorporof/Sublime-JSHint#using-your-own-jshintrc-options
// Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc
// Documentation: http://www.jshint.com/docs/
"strict": false,
"globals": {
"require": false,
"module": false,
"exports": true,
"$": false,
"DT": true,
"LOG": true,
"confirm": false
},
"node": true,
"quotmark": true,
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": false
}