netgear
Version:
Node module to interact with Netgear routers via SOAP
17 lines (16 loc) • 403 B
Plain Text
{
"env": {
"es6": true,
"node": true
},
"extends": "airbnb",
"rules": {
"indent": [2, "tab", { "SwitchCase": 1, "VariableDeclarator": 1 }],
"no-tabs": 0,
"linebreak-style": 0,
"strict": 0,
"padded-blocks": 0,
"no-underscore-dangle": 0,
"max-len": ["error", { "comments": 250, "code": 150 }]
}
}