Skip to content

Commit

Permalink
fix(remark-fff): πŸ› use plugin type
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Dec 18, 2023
1 parent bf87243 commit 46064ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/remark-fff/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Transformer } from 'unified'
import type { Plugin, Transformer } from 'unified'

import { strict, transform } from 'fff-flavored-frontmatter'

Expand All @@ -12,7 +12,7 @@ import * as autofill from './autofill'
* @returns FFF Flavored Frontmatter
* @public
*/
export const remarkFFF
export const remarkFFF: Plugin<[RemarkFFFOptions]>
= (
// eslint-disable-next-line unicorn/no-object-as-default-parameter
options: RemarkFFFOptions = {
Expand Down

0 comments on commit 46064ce

Please sign in to comment.