lfr-amd-loader
Version: 
AMD Loader with support for combo URL and conditional loading
20 lines (18 loc) • 703 B
Plain Text
{
  // The plugin looks for a .jshintrc file in the same directory as the source
  // file you're prettifying (or any directory above if it doesn't exist, or in
  // your home folder if everything else fails) and uses those options along
  // the default ones.
  // 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/options/
  "browser": true,
  "esnext": true,
  "globals": {},
  "globalstrict": true,
  "node": true,
  "predef": [ "define", "global", "LoaderUtils", "__CONFIG__" ],
  "quotmark": true,
  "undef": true,
  "unused": true
}