From 7f42888546415fdca83fc75506b6c7802254442b Mon Sep 17 00:00:00 2001 From: LouisLam Date: Sat, 31 Jul 2021 20:42:51 +0800 Subject: [PATCH] fix eslint for vue (https://github.com/louislam/uptime-kuma/pull/121#issuecomment-889729900) --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 9c31b29e..41ad54b8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -68,6 +68,6 @@ module.exports = { "array-bracket-newline": ["error", "consistent"], "eol-last": ["error", "always"], //'prefer-template': 'error', - "comma-dangle": ["warn", "always-multiline"], + "comma-dangle": ["warn", "only-multiline"], }, }