mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Update JS dependencies and eslint config (#21388)
- Update all JS dependencies and playwright image - Add new eslint rules, enable a few more, fix issues - Regenerate SVGs - Tested Vue and Swagger Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		@@ -135,7 +135,7 @@ function updateStopwatchData(data) {
 | 
			
		||||
    updateStopwatchTime(seconds);
 | 
			
		||||
    btnEl.removeClass('hidden');
 | 
			
		||||
  }
 | 
			
		||||
  return !!data.length;
 | 
			
		||||
  return Boolean(data.length);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
let updateTimeIntervalId = null; // holds setInterval id when active
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user