UNPKG

beame-gatekeeper

Version:

Gateway TLS (SSL) server for authenticated access to your services

22 lines (21 loc) 372 B
{ "env": { "es6": true, "node": true }, "extends": "eslint:recommended", "parserOptions": { "ecmaVersion": 2017, "sourceType": "module" }, "rules": { "indent": [ "warn", "tab", { "SwitchCase": 1 } ], "no-console": "off" } }