mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-30 19:08:37 +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