UNPKG

bitmex-realtime-api

Version:

A library for interacting with BitMEX's websocket API.

15 lines (14 loc) 258 B
module.exports = { "env": { "commonjs": true, "node": true, "jest/globals": true }, "extends": "eslint:recommended", "parserOptions": { "ecmaVersion": 12 }, "rules": { }, "plugins": ["jest"] };