From 9a0c0448844743d4d167d77f9763cddc05909b70 Mon Sep 17 00:00:00 2001 From: Jared Donovan Date: Tue, 19 Jun 2018 07:45:50 +1000 Subject: [PATCH] Fixed the linting errors that I could. (#653) --- server/examples-gg-latest.js | 4 +++- server/views/mail.js | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/server/examples-gg-latest.js b/server/examples-gg-latest.js index f2fa5ff2..99432a2d 100644 --- a/server/examples-gg-latest.js +++ b/server/examples-gg-latest.js @@ -36,7 +36,9 @@ const defaultHTML = - + diff --git a/server/views/mail.js b/server/views/mail.js index a34d55d7..43aaf3cb 100644 --- a/server/views/mail.js +++ b/server/views/mail.js @@ -14,7 +14,8 @@ export const renderResetPassword = (data) => { noteText: 'If you did not request this, please ignore this email and your password will remain unchanged. Thanks for using the p5.js Web Editor!', // eslint-disable-line max-len meta: { keywords: 'p5.js, p5.js web editor, web editor, processing, code editor', - description: 'A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners.' + description: 'A web editor for p5.js, a JavaScript library with the goal' + + ' of making coding accessible to artists, designers, educators, and beginners.' } }; @@ -45,7 +46,8 @@ export const renderEmailConfirmation = (data) => { noteText: 'This link is only valid for the next 24 hours. Thanks for using the p5.js Web Editor!', meta: { keywords: 'p5.js, p5.js web editor, web editor, processing, code editor', - description: 'A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners.' + description: 'A web editor for p5.js, a JavaScript library with the goal' + + ' of making coding accessible to artists, designers, educators, and beginners.' } };