feat: linter verbeteringen
This commit is contained in:
		
							parent
							
								
									cd86497b41
								
							
						
					
					
						commit
						4f67b1e9fe
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -18,9 +18,7 @@ | |||
|     const name = "Kurt Cobain"; | ||||
|     const initials = name | ||||
|         .split(" ") | ||||
|         .map((n) => { | ||||
|             return n[0]; | ||||
|         }) | ||||
|         .map((n) => n[0]) | ||||
|         .join(""); | ||||
| 
 | ||||
|     const languages = ref([ | ||||
|  |  | |||
		Reference in a new issue
	
	 Joyelle Ndagijimana
						Joyelle Ndagijimana