From 2ffcb911955044f5b451144bef6e857c69363f04 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 12 六月 2023 15:08:07 +0800
Subject: [PATCH] 添加在线会议

---
 .eslintrc.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index 98d0431..7a54065 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -9,7 +9,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