node-red-contrib-blynk-iot
Version:
Node Red integration with new Blynk IoT Platform
34 lines (33 loc) • 760 B
JSON
{
"env": {
"browser": true,
"node": true,
"mocha":true,
"jquery": true
},
"globals": {
"RED": true
},
"extends": [
"airbnb-base"
],
"plugins": [
"progress",
"html",
"json"
],
"rules": {
"progress/activate": [1, {
"printEvery": 0,
"showSlowStats": true,
"maxSlowFiles":5,
"fullPath": false
}],
"prefer-destructuring": "off",
"no-plusplus": "off",
"no-global-require": "off",
"no-prototype-builtins": "off",
"no-multiple-empty-lines": "off",
"max-len": [2, {"code": 140, "ignoreUrls": true}]
}
}