1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

chore: removes 3x unnecessary @ts-ignore comments (#1524)

This commit is contained in:
TJ 2019-10-18 23:42:17 -07:00 committed by Juan Picado @jotadeveloper
parent 35f816bf5c
commit a7d6a9c560

@ -75,12 +75,9 @@ function setup(logs, { logStart } = { logStart: true }) {
) )
); );
const rotateStream: any = { const rotateStream = {
// @ts-ignore
type: 'raw', type: 'raw',
// @ts-ignore
level, level,
// @ts-ignore
stream, stream,
}; };