From 9cd7f6cabbf4c0971d85d968041ad4325a9669ec Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期二, 06 六月 2023 20:55:23 +0800 Subject: [PATCH] update 修改类型声明 --- .eslintrc.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 2b2e0d0..b6b10a6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -29,7 +29,8 @@ // 鍏抽棴绌虹被鍨嬫鏌� {} extendDefaults: true, types: { - '{}': false + '{}': false, + 'Function': false } } ] -- Gitblit v1.9.3