@jorsek/ezd-client
Version:
44 lines (43 loc) • 1.01 kB
JSON
{
"extends": [
"tslint:recommended"
],
"rules": {
"max-classes-per-file": false,
"arrow-parens": false,
"no-console": false,
"one-variable-per-declaration": false,
"object-literal-sort-keys": false,
"forin": false,
"variable-name": false,
"no-empty": false,
"max-line-length": [
true,
512
],
"no-floating-promises": true,
"await-promise": [
true,
"Bluebird"
],
"no-unused-variable": false,
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-module",
"check-rest-spread",
"check-type",
"check-typecast",
"check-type-operator",
"check-preblock"
]
},
"linterOptions": {
"exclude": [
"bin",
"node_modules/**/*.ts"
]
}
}