constar/infor-you-mation

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "bitwise": true,
  "camelcase": true,
  "curly": true,
  "eqeqeq": true,
  "white": true,
  "forin": true,
  "indent": 4,
  "immed": true,
  "newcap": true,
  "noempty": true,
  "noarg": true,
  "node": true,
  "sub": true,
  "quotmark": "single",
  "undef": true,
  "unused": true,
  "strict": true,
  "trailing": true,
  "maxparams": 3,
  "globals": {
    "angular": true,
    "_": true,
    "$": true
  }
}