From e39f4c59f12e3bcc6277e46d01412b1f0bcc5570 Mon Sep 17 00:00:00 2001 From: fisker Date: Thu, 9 May 2024 11:09:06 +0800 Subject: [PATCH] Linting --- .npmpackagejsonlintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmpackagejsonlintrc.json b/.npmpackagejsonlintrc.json index fc1c26c606..32e4cd5c40 100644 --- a/.npmpackagejsonlintrc.json +++ b/.npmpackagejsonlintrc.json @@ -11,7 +11,8 @@ "error", { "exceptions": [ - "eslint-plugin-unicorn" + "eslint-plugin-unicorn", + "eslint-doc-generator" ] } ],