.jshintrc 110 B

123456789
  1. {
  2. "expr": true,
  3. "strict": false,
  4. "mocha": true,
  5. "node": true,
  6. "globals": {
  7. "expect": true
  8. }
  9. }