wspromisify
Version:
Wraps your WebSockets into Promise-based class with full d.ts typings on client & server
25 lines • 574 B
JSON
{
"defaultSeverity": "error",
"jsRules": {},
"rules": {
"semicolon": false,
"whitespace": false,
"quotemark": [true, "single"],
"max-line-length": {
"options": [120]
},
"new-parens": true,
"no-arg": true,
"no-console": {
"severity": "warning",
"options": [
"debug",
"info",
"time",
"timeEnd",
"trace"
]
}
},
"rulesDirectory": []
}