Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eryue0220 committed Dec 21, 2024
1 parent 0692059 commit ad985f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/farm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { createFarmPlugin } from 'unplugin'
import { unpluginFactory } from './index'

const farmPlugin: ReturnType<typeof createFarmPlugin> = createFarmPlugin(unpluginFactory)
const farmPlugin: ReturnType<typeof createFarmPlugin> = createFarmPlugin(unpluginFactory)

/**
* Farm plugin
Expand Down

0 comments on commit ad985f7

Please sign in to comment.