UNPKG

refreshing-config-redis

Version:

Redis support for the [refreshing-config](https://github.com/Microsoft/refreshing-config) configuration library.

26 lines (25 loc) 345 B
module.exports = { "env": { "es6": true, "node": true, "mocha": true }, "extends": "eslint:recommended", "parserOptions": { "sourceType": "module" }, "rules": { "indent": [ "error", 2 ], "quotes": [ "error", "single" ], "semi": [ "error", "always" ] } };