Files
Zos/Skills/@be/node_modules/@jibo/jetstream-client/tslint.json

22 lines
586 B
JSON
Raw Normal View History

{
"rules": {
"curly": true,
"triple-equals": true,
"semicolon": [true, "always"],
"no-var-keyword": true,
"no-unused-variable": true,
"no-unused-expression": true,
"no-unreachable": true,
"no-empty": true,
"jsdoc-format": true,
"no-duplicate-variable": true,
"no-duplicate-key": true,
"no-debugger": true,
"member-ordering": [
true,
"public-before-private",
"static-before-instance",
"variables-before-functions"
]
}
}