silktide/simple-node-intercom-io

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "bitwise": true,
  "curly": true,
  "eqeqeq": true,
  "forin": true,
  "immed": true,
  "latedef": "nofunc",
  "maxparams": 4,
  "newcap": true,
  "noarg": true,
  "noempty": true,
  "nonew": true,
  "undef": true,
  "unused": true,
  "node": true,
  "browser": true,
  "jquery": true,
  "esnext": true,
  "globals": {}
}