OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/frontend/tslint_typechecks.json

17 lines
587 B

{
"rules": {
"await-promise": [true, "IPromise"],
"no-unnecessary-type-assertion": false,
"promise-function-async": false,
"no-for-in-array": true,
"no-unbound-method": [true, "ignore-static"],
"no-unsafe-any": false,
"no-void-expression": [false, "ignore-arrow-function-shorthand"],
"restrict-plus-operands": false,
"strict-type-predicates": false,
"prefer-readonly": false,
"no-boolean-literal-compare": true,
"no-unnecessary-qualifier": true,
"return-undefined": true
}
}