radify/angular-scaffold

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "maxerr"        : 50,
  "camelcase"     : true,
  "indent"        : 2,
  "latedef"       : true,
  "newcap"        : true,
  "noempty"       : true,
  "quotmark"      : "single",
  "undef"         : true,
  "strict"        : true,
  "phantom"       : true,
  "browser"       : true,
  "globals"       : {}
}