fbp-protocol-client
Version:
Client library for the FBP protocol
26 lines (25 loc) • 393 B
JSON
{
"extends": "airbnb-base",
"plugins": [
"chai",
"mocha"
],
"env": {
"node": true,
"mocha": true
},
"rules": {
"global-require": 0,
"prefer-destructuring": 0,
"no-underscore-dangle": 0,
"func-names": 0
},
"globals": {
"baseDir": false,
"chai": false,
"noflo": false,
"uuid": false,
"client": false,
"window": false
}
}