[ci] format

This commit is contained in:
matthewp 2022-08-25 20:32:45 +00:00 committed by fredkbot
parent 839097c84e
commit 9cff515318

View file

@ -1,11 +1,11 @@
import type * as hast from 'hast';
import type * as mdast from 'mdast';
import type { ILanguageRegistration, IThemeRegistration, Theme } from 'shiki';
import type {
Options as RemarkRehypeOptions,
all as Handlers,
one as Handler,
Options as RemarkRehypeOptions,
} from 'remark-rehype';
import type { ILanguageRegistration, IThemeRegistration, Theme } from 'shiki';
import type * as unified from 'unified';
import type { VFile } from 'vfile';