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 @@
- +