diff --git a/tslint.json b/tslint.json index 88a2a1acf..ccb1a2a18 100644 --- a/tslint.json +++ b/tslint.json @@ -17,6 +17,6 @@ // need only for this project "no-non-null-assertion": false, "strict-type-predicates": false, - "no-unbound-method": [true, { "whitelist": ["expect"], "allow-typeof": true }] + "no-unbound-method": [true, {"ignore-static": true, "whitelist": ["expect"], "allow-typeof": true }] } }