djembe
Version:
A rhythm maker which emits any data with the given rhythm periodically
23 lines (22 loc) • 405 B
JSON
{
"env": {
"es6": true,
"node": true,
"jest/globals": true
},
"extends": [
"eslint:recommended",
"plugin:jest/recommended"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module"
},
"plugins": [
"jest"
]
}