From b434710c59f4ad4e4f6eaa786173cb33043eb97c Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 8 Apr 2020 14:53:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E6=9C=80=E5=90=8E=E8=A1=8C?= =?UTF-8?q?=E9=80=97=E5=8F=B7=E7=9A=84eslint=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 18ec1e8..d455acd 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -42,7 +42,7 @@ module.exports = { 'camelcase': [0, { 'properties': 'always' }], - 'comma-dangle': [2, 'ignore'], + 'comma-dangle': [2, 'only-multiline'], 'comma-spacing': [2, { 'before': false, 'after': true