add eslint-plugin-mdx

This commit is contained in:
2022-01-14 10:25:58 -05:00
parent 64a91d67bf
commit 32a5eb9c61
5 changed files with 459 additions and 35 deletions
+1
View File
@@ -13,6 +13,7 @@ import rehypeExternalLinks from "rehype-external-links";
import rehypeSlug from "rehype-slug";
import rehypeAutolinkHeadings from "rehype-autolink-headings";
// note: 'common' only exports these languages: https://github.com/wooorm/refractor/blob/main/lib/common.js
// eslint-disable-next-line import/no-unresolved
import rehypePrism from "rehype-prism-plus/common";
import type { NoteMetaType, NoteType } from "../types";