Skip to content

Commit deff76f

Browse files
committed
fix(plugin-markdown-image): fix lint error
1 parent f70e511 commit deff76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/markdown/plugin-markdown-image/src/node/markdownImagePlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { figure } from '@mdit/plugin-figure'
22
import { imgLazyload } from '@mdit/plugin-img-lazyload'
33
import type { MarkdownItImgMarkOptions } from '@mdit/plugin-img-mark'
44
import { imgMark } from '@mdit/plugin-img-mark'
5-
import { legacyImgSize, imgSize } from '@mdit/plugin-img-size'
5+
import { imgSize, legacyImgSize } from '@mdit/plugin-img-size'
66
import type { Plugin } from 'vuepress/core'
77
import { isPlainObject } from 'vuepress/shared'
88
import type { MarkdownImagePluginOptions } from './options.js'

0 commit comments

Comments
 (0)