homebridge-myplace
Version:
Exec Plugin bringing Advanatge Air MyPlace system to Homekit
41 lines (40 loc) • 1.08 kB
JSON
{
"env": {
"browser": false,
"commonjs": false,
"node": true,
"mocha": true,
"es2021": true
},
"globals": {
"assert" : "writeable",
"expect" : "writeable",
"sinon" : "writeable",
"window" : "writeable",
"ACC_EOL" : "readonly",
"DEVICE_EOL" : "readonly",
"FORMAT_EOL" : "readonly",
"UNITS_EOL" : "readonly",
"PERMS_EOL" : "readonly",
"CMD5_ACC_TYPE_ENUM" : "readonly",
"CMD5_DEVICE_TYPE_ENUM" : "readonly",
"cleanStatesDir" : "readonly",
"fs" : "writeable",
"HomebridgeAPI" : "writeable",
"Logger" : "writeable",
"platformAccessory_1" : "writeable",
"document": "readable"
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
"no-fallthrough": ["error", { "commentPattern": "break[\\s\\w]*omitted"}],
"no-whitespace-before-property": ["error"],
"arrow-spacing": ["error"]
},
"ignorePatterns": [
"*.[0-9]*"
]
}