swtc-factory
Version:
swtc base lib factory
30 lines (29 loc) • 778 B
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"],
"no-bitwise": false,
"object-literal-sort-keys": false,
"quotemark": [true, "double", "avoid-escape", "jsx-double"],
"semicolon": false,
"trailing-comma": false,
"variable-name": [false, "check-format", "allow-leading-underscore"]
},
"rulesDirectory": []
}