DefinitelyTyped/types/convict/tslint.json
Suntharesan Mohan f296324f1a [convict] - Add generic type (#25154)
* [convict] - add generic type

* Add Typescript version
2018-04-26 15:37:29 -07:00

9 lines
179 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// ban-types needs to be disabled to support TypeScript <2.2
"ban-types": false,
"no-unnecessary-generics": false
}
}