From 9437b875fb81363176957b2ad64b09b437330ff5 Mon Sep 17 00:00:00 2001 From: aadeyemiadl <147636785+aadeyemiadl@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:12:51 -0400 Subject: [PATCH] Update install-lint.sh --- install-lint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-lint.sh b/install-lint.sh index ebbee4d3..a7edf6d9 100644 --- a/install-lint.sh +++ b/install-lint.sh @@ -4,7 +4,7 @@ # Simple script to install and run ESlint echo "" echo "#====================================================#" - echo "# Installing and Configuring ESlint + echo "# Installing and Configuring ESlint" echo "#====================================================#" echo "" @@ -41,6 +41,6 @@ echo "" echo "#====================================================#" - echo "# NodeJS Linting Complete (Comments Above)" + echo "# NodeJS Linting Complete (Comments Above) " echo "#====================================================#" echo ""