Files
DefinitelyTyped/types/mongoose-simple-random/tslint.json
2017-06-22 20:24:22 +03:00

7 lines
165 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// This package uses the Function type, and it will take effort to fix.
"ban-types": false
}
}