Skip to content

Commit 9a0c044

Browse files
jareddonovancatarak
authored andcommitted
Fixed the linting errors that I could. (#653)
1 parent c814826 commit 9a0c044

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

server/examples-gg-latest.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ const defaultHTML =
3636
<!-- Chroma -->
3737
<script src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/1.3.6/chroma.min.js"></script>
3838
<!-- Jquery -->
39-
<script src="http://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
39+
<script src="http://code.jquery.com/jquery-3.3.1.min.js"
40+
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
41+
crossorigin="anonymous"></script>
4042
4143
<!-- sketch additions -->
4244

server/views/mail.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ export const renderResetPassword = (data) => {
1414
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
1515
meta: {
1616
keywords: 'p5.js, p5.js web editor, web editor, processing, code editor',
17-
description: 'A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners.'
17+
description: 'A web editor for p5.js, a JavaScript library with the goal'
18+
+ ' of making coding accessible to artists, designers, educators, and beginners.'
1819
}
1920
};
2021

@@ -45,7 +46,8 @@ export const renderEmailConfirmation = (data) => {
4546
noteText: 'This link is only valid for the next 24 hours. Thanks for using the p5.js Web Editor!',
4647
meta: {
4748
keywords: 'p5.js, p5.js web editor, web editor, processing, code editor',
48-
description: 'A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners.'
49+
description: 'A web editor for p5.js, a JavaScript library with the goal'
50+
+ ' of making coding accessible to artists, designers, educators, and beginners.'
4951
}
5052
};
5153

0 commit comments

Comments
 (0)