UNPKG

node-red-contrib-bitunloader

Version:

Unload numbers to a binary string, array of bits, array of bools, object of bits, or object of bools.

40 lines (39 loc) 755 B
{ "env": { "browser": true, "es6": true, "node": true, "mocha": true }, "extends": "eslint:recommended", "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "parserOptions": { "ecmaVersion": 2018, "sourceType": "module" }, "rules": { "indent": [ "error", "tab" ], "linebreak-style": [ "warn", "unix" ], "quotes": [ "warn", "single" ], "semi": [ "warn", "always" ], "complexity": [ "warn", 6 ] } }