notonthehighstreet/node-lambda-events

View on GitHub
jsdoc.json

Summary

Maintainability
Test Coverage
{
  "source": {
      "includePattern": ".+\\.js(doc|x)?$",
      "excludePattern": "(^|\\/|\\\\)_"
  },
  "plugins": ["node_modules/jsdoc-babel"],
  "templates": {
      "cleverLinks": false,
      "monospaceLinks": false
  },
  "opts": {
    "encoding": "utf8",
    "recurse": true,
    "query": "value",
    "private": true,
    "lenient": true
  }
}