run prettier
This commit is contained in:
		@@ -5,6 +5,7 @@ title: Making your own plugins
 | 
			
		||||
This part of the documentation will assume you have some basic coding knowledge and will include code snippets that describe the interface of what Quartz plugins should look like.
 | 
			
		||||
 | 
			
		||||
## Transformers
 | 
			
		||||
 | 
			
		||||
```ts
 | 
			
		||||
export type QuartzTransformerPluginInstance = {
 | 
			
		||||
  name: string
 | 
			
		||||
@@ -17,4 +18,4 @@ export type QuartzTransformerPluginInstance = {
 | 
			
		||||
 | 
			
		||||
## Filters
 | 
			
		||||
 | 
			
		||||
## Emitters
 | 
			
		||||
## Emitters
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user