From e209ea2c0ae2bcf362b58563a25bb94526f695ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 7 Nov 2018 12:05:14 +0100 Subject: Bump eslint config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/models/rfcProps.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/models/rfcProps.js b/src/models/rfcProps.js index 127b65bf..8051c1a0 100644 --- a/src/models/rfcProps.js +++ b/src/models/rfcProps.js @@ -96,21 +96,21 @@ const properties = { icon: 'icon-calendar-dark', defaultValue: { value: new VCardTime().fromJSDate(new Date()) - }, + } }, anniversary: { readableName: t('contacts', 'Anniversary'), icon: 'icon-calendar-dark', defaultValue: { value: new VCardTime().fromJSDate(new Date()) - }, + } }, deathdate: { readableName: t('contacts', 'Date of death'), icon: 'icon-calendar-dark', defaultValue: { value: new VCardTime().fromJSDate(new Date()) - }, + } }, email: { multiple: true, -- cgit v1.2.3