bitunloader
Version:
Unload number to a binary string array of bits, array of bools, object of bits, object of bools.
44 lines (43 loc) • 755 B
JSON
{
"env": {
"browser": true,
"node": true,
"es6": true,
"node": true,
"mocha": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"indent": [
"error",
"tab"
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
],
"curly": [
"warn",
"all"
],
"complexity": [
"warn",
10
]
}
}