chore(lint): Add semicolon rule
This commit is contained in:
		
							parent
							
								
									64bbfed432
								
							
						
					
					
						commit
						c01210d4fe
					
				| 
						 | 
				
			
			@ -64,7 +64,8 @@
 | 
			
		|||
		"no-hardcoded-credentials": false,
 | 
			
		||||
		"no-nested-switch": false,
 | 
			
		||||
		"unified-signatures": false,
 | 
			
		||||
		"no-all-duplicated-branches": false
 | 
			
		||||
		"no-all-duplicated-branches": false,
 | 
			
		||||
		"semicolon": [true, "always"]
 | 
			
		||||
	},
 | 
			
		||||
	"rulesDirectory": []
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue