[ci] format

This commit is contained in:
bholmesdev 2023-01-06 14:28:50 +00:00 committed by fredkbot
parent 93e633922c
commit 29acb07f64

View file

@ -24,9 +24,9 @@ import remarkUnwrap from './remark-unwrap.js';
import rehypeRaw from 'rehype-raw'; import rehypeRaw from 'rehype-raw';
import rehypeStringify from 'rehype-stringify'; import rehypeStringify from 'rehype-stringify';
import remarkGfm from 'remark-gfm'; import remarkGfm from 'remark-gfm';
import remarkSmartypants from 'remark-smartypants';
import markdown from 'remark-parse'; import markdown from 'remark-parse';
import markdownToHtml from 'remark-rehype'; import markdownToHtml from 'remark-rehype';
import remarkSmartypants from 'remark-smartypants';
import { unified } from 'unified'; import { unified } from 'unified';
import { VFile } from 'vfile'; import { VFile } from 'vfile';