From f4781d056d0880502e5f79f9932550fba017fbd6 Mon Sep 17 00:00:00 2001 From: Jared Donovan Date: Sat, 16 Jun 2018 23:07:16 +1000 Subject: [PATCH] Fixed the linting errors that I could. --- 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 f2fa5ff21e..99432a2d9c 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 a34d55d731..43aaf3cb8e 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.' } };