@equisoft/oauth2orize-jwt-to-bearer
Version:
JSON Web Token (JWT) Bearer Token Exchange Middleware for OAuth2orize.
25 lines (24 loc) • 598 B
Plain Text
// Use this file as a starting point for your project's .eslintrc.
// Copy this file, and add rule overrides as needed.
{
"extends" : "airbnb",
"env" : {
"browser" : true,
"node" : true,
"mocha" : true
},
"parserOptions" : {
"ecmaVersion" : 6,
"sourceType" : "script"
},
"rules" : {
"strict" : 0,
"no-multi-spaces" : 0,
"key-spacing" : 0,
"no-underscore-dangle" : 0,
"class-methods-use-this" : 0,
"no-console" : 0,
"valid-jsdoc" : 2,
"max-len" : 0
}
}