stellar/stellar-wallet

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "curly": true,
  "eqeqeq": true,
  "immed": true,
  "latedef": "nofunc",
  "newcap": true,
  "noarg": true,
  "sub": true,
  "undef": true,
  "unused": false,
  "boss": true,
  "eqnull": true,
  "node": true,
  "predef": [ "conf", "db", "log", "stex", "app", "-Promise", "before", "beforeEach", "it", "describe", "test", "expect" ]
}