onlinepbx-crm-adapter
Version:
Сервис интеграции Google Chrome плагина от онлайн АТС OnlinePBX с сервисовм МойСклад
22 lines (21 loc) • 525 B
Plain Text
{
"extends": "standard",
"env": {
"node": true,
"browser": true
},
"rules": {
"valid-jsdoc": ["warn"],
"max-len": ["error", 100],
"arrow-parens": 0,
"indent": ["error", 2, { "SwitchCase": 1 }],
"no-shadow": ["warn", {
"builtinGlobals": true, "hoist": "all", "allow": [
"cb", "done", "resolve", "reject", "name"
]
}],
"no-use-before-define": ["error", { "functions": true, "classes": true }],
"no-inner-declarations": [2, "both"],
"vars-on-top": 2
}
}