kata-cli
Version:
Kata AI Command Line Tools
23 lines • 604 B
JSON
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"member-ordering": [false],
"align": [false],
"object-literal-sort-keys": [false],
"new-parens": true,
"no-arg": true,
"no-bitwise": true,
"array-type": [false],
"trailing-comma": [false],
"ordered-imports": [false],
"no-trailing-whitespace": [false],
"no-conditional-assignment": true,
"no-consecutive-blank-lines": false,
"no-console": [false]
},
"rulesDirectory": []
}