fix: Zet arrow-body-style naar as-needed
				
					
				
			Co-authored-by: Gerald Schmittinger <gerald.schmittinger@ugent.be>
This commit is contained in:
		
							parent
							
								
									a240e31d6e
								
							
						
					
					
						commit
						96d6507073
					
				
					 2 changed files with 4 additions and 18 deletions
				
			
		|  | @ -44,7 +44,7 @@ export default [ | |||
|             'no-use-before-define': 'error', | ||||
|             'no-useless-assignment': 'error', | ||||
| 
 | ||||
|             'arrow-body-style': ['warn', 'always'], | ||||
|             'arrow-body-style': ['warn', 'as-needed'], | ||||
|             'block-scoped-var': 'warn', | ||||
|             camelcase: 'warn', | ||||
|             'capitalized-comments': 'warn', | ||||
|  |  | |||
		Reference in a new issue