UNPKG

@flowfuse/device-agent

Version:

An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform

21 lines (20 loc) 397 B
{ "root": true, "env": { "browser": true, "commonjs": true, "es2021": true, "mocha": true }, "extends": [ "standard" ], "plugins": [ "eslint-plugin-html", "no-only-tests" ], "parserOptions": { "ecmaVersion": 13 }, "rules": { "indent": ["error", 4], "no-only-tests/no-only-tests": "error" } }