UNPKG

micro-toolkit-event-bus-zeromq

Version:

The ØMQ implementation of event BUS based on ØMQ Clone Pattern and Clustered Hashmap Protocol.

13 lines (12 loc) 248 B
plugins: - node extends: - "eslint:recommended" - "plugin:node/recommended" rules: semi: [2, "never"] "node/exports-style": - "error" - "module.exports" "node/no-unpublished-bin": "error" "node/process-exit-as-throw": "error"