@swtc/rpc
Version:
swtc lib rpc
27 lines (26 loc) • 699 B
JSON
{
"defaultSeverity": "error",
"extends": ["tslint:recommended"],
"jsRules": {},
"rules": {
"curly": false,
"arrow-parens": [true, "ban-single-arg-parens"],
"max-classes-per-file": false,
"max-line-length": [true, 160],
"no-bitwise": false,
"no-unused-expression": false,
"object-literal-sort-keys": false,
"ordered-imports": [
true,
{
"import-sources-order": "any",
"named-imports-order": "any"
}
],
"quotemark": [true, "double", "avoid-escape", "jsx-double"],
"semicolon": false,
"trailing-comma": false,
"variable-name": [false, "check-format", "allow-leading-underscore"]
},
"rulesDirectory": []
}