UNPKG

@articulate/hapi-authentic

Version:

A hapi 16.x JWT/Bearer auth plugin using [@articulate/authentic](https://github.com/articulate/authentic).

19 lines (18 loc) 386 B
module.exports = { env: { es6: true, mocha: true, node: true }, extends: 'eslint:recommended', parserOptions: { sourceType: 'module' }, rules: { indent: ['error', 2, { SwitchCase: 1 }], 'linebreak-style': ['error', 'unix'], 'no-console': 'off', quotes: ['error', 'single', { allowTemplateLiterals: true }], semi: ['error', 'never'] } }