Authmaker/authmaker-verify-express

View on GitHub
.eslintrc.json

Summary

Maintainability
Test Coverage
{
    "env": {
      "node": true
    },
    "extends": "airbnb-base",
    "rules" : {
      "new-cap": [2 , { "capIsNewExceptions": ["Q", "ObjectId"] }],
      "no-underscore-dangle": [2, { "allow": ["_id"] }]
    }
}