@broid/kit
Version:
Bot framework supported all messaging plateforms and middlewares.
25 lines (24 loc) • 808 B
JSON
{
"extends": ["tslint-microsoft-contrib", "tslint:latest"],
"rulesDirectory": ["./node_modules/tslint-microsoft-contrib", "./node_modules/tslint-eslint-rules/dist/rules"],
"rules": {
"quotemark": [true, "single", "jsx-single"],
"missing-jsdoc": false,
"no-angle-bracket-type-assertion": true,
"array-type": false,
"prefer-type-cast": false,
"no-http-string": false,
"no-suspicious-comment": false,
"no-relative-imports": false,
"await-promise": false,
"no-floating-promises": false,
"no-for-in-array": false,
"no-unsafe-any": false,
"promise-function-async": false,
"restrict-plus-operands": false,
"strict-boolean-expressions": false,
"completed-docs": false,
"no-unnecessary-qualifier": false,
"no-void-expression": false
}
}