NatLibFi/melinda-api-client

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  // Details: https://github.com/victorporof/Sublime-JSHint#using-your-own-jshintrc-options
  // Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc
  // Documentation: http://www.jshint.com/docs/
  "node": true,
  "browser": true,
  "esnext": true,
  "globalstrict": true,
  "validthis": false,
  "quotmark": false,
  "smarttabs": true,
  "trailing": false,
  "undef": true,
  "unused": "vars",
  "globals": {
    "define": true
  }
}