mirror of
				https://github.com/home-assistant/frontend.git
				synced 2025-10-31 06:29:43 +00:00 
			
		
		
		
	Update ts-eslint (#23723)
* Update ts-eslint * Remove comments * Remove unused ts-ignore * Add undefined generic type instead of unknown * Remove unused undefined type * Fix type issues * Use undefined instead of void for subscribed return type
This commit is contained in:
		| @@ -46,10 +46,11 @@ export class DialogEnterCode | ||||
|     await this.updateComplete; | ||||
|   } | ||||
|  | ||||
|   public closeDialog(): void { | ||||
|   public closeDialog() { | ||||
|     this._dialogParams = undefined; | ||||
|     this._showClearButton = false; | ||||
|     fireEvent(this, "dialog-closed", { dialog: this.localName }); | ||||
|     return true; | ||||
|   } | ||||
|  | ||||
|   private _submit(): void { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wendelin
					Wendelin