mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 11:23:03 +00:00 
			
		
		
		
	Enable a few more tsconfig options (#35553)
Enable a few more useful options in tsconfig. `noImplicitReturns` had two cases which I've fixed. Also, partially sort the file.
This commit is contained in:
		@@ -10,7 +10,7 @@ export function initTableSort() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function tableSort(normSort: string, revSort: string, isDefault: string) {
 | 
			
		||||
  if (!normSort) return false;
 | 
			
		||||
  if (!normSort) return;
 | 
			
		||||
  if (!revSort) revSort = '';
 | 
			
		||||
 | 
			
		||||
  const url = new URL(window.location.href);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user