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 | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 98d0431..6aac90f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,7 @@ module.exports = { + globals: { + JitsiMeetExternalAPI: true + }, root: true, env: { node: true @@ -9,7 +12,9 @@ ], rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', - 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' + 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', + 'semi':0, + '(comma-dangle':'off' }, parserOptions: { parser: 'babel-eslint' -- Gitblit v1.8.0