From 6e2780fbd366a4e9b2b9c162e07f87d0cb6940e4 Mon Sep 17 00:00:00 2001 From: yuyinws Date: Sun, 11 Aug 2024 19:02:00 +0800 Subject: [PATCH] chore: eslint fix --- src/node/markdownPlugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node/markdownPlugin.ts b/src/node/markdownPlugin.ts index 5f7a2e9..69d9258 100644 --- a/src/node/markdownPlugin.ts +++ b/src/node/markdownPlugin.ts @@ -1,4 +1,3 @@ -/* eslint-disable ts/explicit-function-return-type */ import type MarkdownIt from 'markdown-it' import type { StateCore } from 'markdown-it/index.js'