{ "env": { "node": true, "es6": true }, "rules": { "no-unreachable": 1, "no-console": 0, "no-cond-assign": 0, "no-unused-vars": 1, "no-extra-semi": "warn", "semi": "warn", "no-empty": 0 }, "extends": "eslint:recommended", "globals": { "getCurrentApp": true, "getCurrentRuntime": true, "getCurrentXAR": true, "blog": true, "BX_LOG": true, "BX_DEBUG": true, "BX_TRACE": true, "BX_INFO": true, "BX_WARN": true, "BX_ERROR": true, "BX_FATAL": true, "BX_CTRL": true, "BX_ASSERT": true, "BX_CHECK": true, "BX_FILTER": true, "CallChain": true, "getCurrentCallChain": true, "setCurrentCallChain": true, "BX_GET_CURRENT_CALLCHAIN": true, "BX_SET_CURRENT_CALLCHAIN": true, "BX_ENTER_ASYNC_CALL": true, "BX_LEAVE_ASYNC_CALL": true } }