style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									906eb36fec
								
							
						
					
					
						commit
						6017d9c54f
					
				
					 4 changed files with 12 additions and 7 deletions
				
			
		|  | @ -26,7 +26,7 @@ function initializeLogger(): Logger { | |||
| 
 | ||||
|     const consoleTransport = new transports.Console({ | ||||
|         level: getEnvVar(envVars.LogLevel), | ||||
|         format: format.combine(format.cli(), format.simple()) | ||||
|         format: format.combine(format.cli(), format.simple()), | ||||
|     }); | ||||
| 
 | ||||
|     if (getEnvVar(envVars.RunMode) === 'dev') { | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action