zeebe-node
Version:
The Node.js client library for the Zeebe Workflow Automation Engine.
24 lines (23 loc) • 455 B
JSON
{
"defaultSeverity": "error",
"extends": ["tslint:latest", "tslint-config-prettier"],
"jsRules": {},
"rules": {
"interface-name": false,
"indent": [true, "tabs", 4],
"semicolon": false,
"quotemark": false,
"trailing-comma": false,
"arrow-parens": false,
"no-submodule-imports": false
},
"rulesDirectory": [],
"linterOptions": {
"exclude": [
"./node_modules/**/*",
"./dist/**/*",
"./example/**/*",
"./docs/**/*"
]
}
}