mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-20 00:06:24 +08:00
refactor(lib): run prettier
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@ const LOG_LEVEL = 'verbose';
|
||||
export const Logger = createLogger({
|
||||
level: LOG_LEVEL,
|
||||
format: combine(colorize(), simple()),
|
||||
transports: [new transports.Console({ level: LOG_LEVEL })]
|
||||
transports: [new transports.Console({ level: LOG_LEVEL })],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user