From 68eafbfba0801cd758362b2a1d9ed985b6e5cb1f Mon Sep 17 00:00:00 2001 From: wangzenghua <1048523306@qq.com> Date: Fri, 18 Apr 2025 02:55:54 +0100 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Biot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 2 +- src/views/iot/device/components/BugLamp/BlDetail.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 5269ffe..c9ab67e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -48,7 +48,7 @@ module.exports = { 'camelcase': [0, { 'properties': 'always' }], - 'comma-dangle': [0, 'always'], + 'comma-dangle': [1, 'off'], 'comma-spacing': [2, { 'before': false, 'after': true diff --git a/src/views/iot/device/components/BugLamp/BlDetail.vue b/src/views/iot/device/components/BugLamp/BlDetail.vue index 6094450..e60046a 100644 --- a/src/views/iot/device/components/BugLamp/BlDetail.vue +++ b/src/views/iot/device/components/BugLamp/BlDetail.vue @@ -53,7 +53,7 @@