swtc-lib
Version:
websocket access for jingtum blockchain
41 lines (40 loc) • 1.07 kB
JSON
{
"defaultSeverity": "error",
"extends": ["tslint:recommended"],
"jsRules": {
"curly": [true, "ignore-same-line"],
"no-bitwise": false,
"object-literal-sort-keys": false,
"quotemark": [
true,
"double",
"avoid-escape",
"avoid-template",
"jsx-double"
],
"semicolon": false,
"trailing-comma": false,
"variable-name": [false, "check-format", "allow-leading-underscore"]
},
"rules": {
"curly": [true, "ignore-same-line"],
"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": []
}