From 8d0889c41a952b0beda53639843fedbd023b8ebb Mon Sep 17 00:00:00 2001 From: Roberts Slisans Date: Thu, 22 Jun 2017 20:24:22 +0300 Subject: [PATCH] Excluded Object from banned types (as in mongoose) --- types/mongoose-simple-random/tslint.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/types/mongoose-simple-random/tslint.json b/types/mongoose-simple-random/tslint.json index 3db14f85ea..8438350251 100644 --- a/types/mongoose-simple-random/tslint.json +++ b/types/mongoose-simple-random/tslint.json @@ -1 +1,7 @@ -{ "extends": "dtslint/dt.json" } +{ + "extends": "dtslint/dt.json", + "rules": { + // This package uses the Function type, and it will take effort to fix. + "ban-types": false + } +} \ No newline at end of file