@flowfuse/mqtt-schema-agent
Version:
Agent to collect MQTT topic Schema
21 lines (20 loc) • 375 B
Plain Text
{
"root": true,
"env": {
"browser": true,
"commonjs": true,
"es2021": true,
"mocha": true
},
"extends": [
"standard"
],
"plugins": [ "no-only-tests" ],
"parserOptions": {
"ecmaVersion": 13
},
"rules": {
"indent": ["error", 4],
"no-only-tests/no-only-tests": "error"
}
}