fix: Verhoog printWidth
Co-authored-by: Gerald Schmittinger <gerald.schmittinger@ugent.be>
This commit is contained in:
		
							parent
							
								
									7a0d17652c
								
							
						
					
					
						commit
						a240e31d6e
					
				
					 2 changed files with 15 additions and 51 deletions
				
			
		|  | @ -2,7 +2,7 @@ | |||
|  * @type {import("prettier").Options} | ||||
|  */ | ||||
| export default { | ||||
|     printWidth: 80, | ||||
|     printWidth: 150, | ||||
|     semi: true, | ||||
|     singleQuote: true, | ||||
|     trailingComma: 'es5', | ||||
|  |  | |||
		Reference in a new issue