UNPKG

node-red-contrib-tak-registration

Version:

A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK

25 lines (21 loc) 291 B
{ "root": true, "extends": "@ljharb", "rules": { "complexity": 0, "id-length": 0, "new-cap": ["error", { "capIsNewExceptions": [ "GetIntrinsic", ], }], }, "overrides": [ { "files": "test/**", "rules": { "max-lines-per-function": "off", }, }, ], }