From e96e19f38337819ec22279ba57899ae9a9fdee99 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Thu, 14 Jul 2022 19:52:00 +0000 Subject: [PATCH] Run `eslint --fix` in the directories --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index fae3e45..c84ad8b 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ -const name = "Jamie Doe"; +const name = 'Jamie Doe'; -//Test comment +// Test comment let test = 1;