Format code with standardjs and prettier
This commit fixes the style issues introduced in 1bf45ba
according to the output
from standardjs and prettier.
Details: https://deepsource.io/gh/ZynerOrg/xyter/transform/0e77e7e1-b401-4c59-8430-b16034d661e0/
This commit is contained in:
parent
1bf45ba20d
commit
017349c59a
1 changed files with 26 additions and 23 deletions
|
@ -22,9 +22,12 @@ return winston.createLogger({
|
||||||
format: "YYYY-MM-DD HH:MM:ss",
|
format: "YYYY-MM-DD HH:MM:ss",
|
||||||
}),
|
}),
|
||||||
align(),
|
align(),
|
||||||
printf((info) => `[${info.timestamp}] ${info.level}: ${info.message}`)
|
printf(
|
||||||
|
(info) => `[${info.timestamp}] ${info.level}: ${info.message}`
|
||||||
|
)
|
||||||
),
|
),
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
}}
|
},
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue