fix lint no-fallthrough
This commit is contained in:
		
							parent
							
								
									f14d5886f2
								
							
						
					
					
						commit
						0b9c961707
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -116,8 +116,11 @@ function get() { | |||
| 		let base = parseInt(after.value); | ||||
| 		switch (unit.value) { | ||||
| 			case 'day': base *= 24; | ||||
| 				// fallthrough | ||||
| 			case 'hour': base *= 60; | ||||
| 				// fallthrough | ||||
| 			case 'minute': base *= 60; | ||||
| 				// fallthrough | ||||
| 			case 'second': return base *= 1000; | ||||
| 			default: return null; | ||||
| 		} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue