UNPKG

thingsboard_api

Version:

Thingsboard REST API implementation

21 lines (20 loc) 397 B
{ "env": { "browser": true, "commonjs": true, "es2020": true }, "extends": [ "airbnb-base" ], "parserOptions": { "ecmaVersion": 11 }, "rules": { "no-restricted-syntax": 0, "guard-for-in": 0, "max-len":"off", "no-await-in-loop":"off", "consistent-return": "off" } }