Use Prettier for ESLint formatting TypeScript (#23631)
This commit is contained in:
		
					parent
					
						
							
								6aeb162927
							
						
					
				
			
			
				commit
				
					
						51b83ed195
					
				
			
		
					 31 changed files with 407 additions and 245 deletions
				
			
		|  | @ -10,7 +10,7 @@ if (!HTMLCanvasElement.prototype.toBlob) { | |||
|   const BASE64_MARKER = ';base64,'; | ||||
| 
 | ||||
|   Object.defineProperty(HTMLCanvasElement.prototype, 'toBlob', { | ||||
|     value(callback: BlobCallback, type = 'image/png', quality: any)  { | ||||
|     value(callback: BlobCallback, type = 'image/png', quality: any) { | ||||
|       const dataURL = this.toDataURL(type, quality); | ||||
|       let data; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue