From a12559e8c816633977358fd21c60c621e5b96645 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期二, 13 六月 2023 15:20:16 +0800 Subject: [PATCH] 添加会议 --- .eslintrc.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 7a54065..6aac90f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,7 @@ module.exports = { + globals: { + JitsiMeetExternalAPI: true + }, root: true, env: { node: true -- Gitblit v1.8.0