From c964d24e8e96ae339cf8291ab52d4bad3ba44b17 Mon Sep 17 00:00:00 2001 From: cool Date: Sun, 18 Feb 2024 15:54:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A0=A1=E9=AA=8C=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 432726b..7dab201 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -20,6 +20,7 @@ "node/no-extraneous-import": "off", "no-empty": "off", "node/no-extraneous-require": "off", + "node/no-unpublished-import": "off", "eqeqeq": "off", "node/no-unsupported-features/node-builtins": "off", "@typescript-eslint/ban-types": "off",