{ // 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/ "browser": true, "esnext": true, "globals": { "module": true, "define": true, "require": true }, "globalstrict": true, "quotmark": true, "smarttabs": true, "trailing": true, "undef": true, "unused": true }