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