mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-14 17:23:40 +00:00
run prettier
This commit is contained in:
parent
2034b970b6
commit
7db2eda76c
101 changed files with 1810 additions and 1405 deletions
content/advanced
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue