Files
DefinitelyTyped/types/winston/tslint.json
DABH d74f4d8ace Winston package: Typescript linting; minor cleanups/refactoring; add some missing exports (#15609)
* Typescript linting; minor cleanups/refactoring; add some missing exports

* Modify tslint.json to extend dtslint/dt.json rather than ../tslint.json
2017-04-19 14:15:10 -07:00

8 lines
119 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"no-misused-new": false
}
}