From 87076db76aee08f2ceef0aafce79327cbb57730e Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:06:52 +0000 Subject: [PATCH] chore: knip ignore --- .github/knip.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/knip.ts b/.github/knip.ts index b3f8e17..c5e4622 100644 --- a/.github/knip.ts +++ b/.github/knip.ts @@ -16,6 +16,8 @@ const config: KnipConfig = { "@actions/core", "esbuild", "@ubiquity-os/plugin-sdk", + "markdown-it", + "@types/markdown-it" ], eslint: true, };