UNPKG

zookeeper

Version:

apache zookeeper client (zookeeper async API v3.5.x - v3.8.x)

16 lines (15 loc) 278 B
{ "parserOptions": { "ecmaVersion": "latest" }, "env": { "node": true }, "extends": [ "airbnb-base" ], "rules": { "indent": ["error", 4], "no-console": ["error", { "allow": ["info", "warn", "error"] }] } }