mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
See https://github.com/winstonjs/winston-mongodb/blob/master/lib/winston-mongodb.d.ts and https://github.com/winstonjs/winston-daily-rotate-file/blob/master/index.d.ts
9 lines
337 B
JSON
9 lines
337 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// This allows to be in line with winston transport types.
|
|
// See https://github.com/winstonjs/winston-mongodb/blob/master/lib/winston-mongodb.d.ts and https://github.com/winstonjs/winston-daily-rotate-file/blob/master/index.d.ts
|
|
"no-misused-new": false
|
|
}
|
|
}
|