From 6eceaf6c6b4a85c6240b85f0cce69feab214220f Mon Sep 17 00:00:00 2001 From: aadeyemiadl <147636785+aadeyemiadl@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:13:51 -0400 Subject: [PATCH] Update install-lint.sh --- install-lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-lint.sh b/install-lint.sh index a7edf6d9..c868be88 100644 --- a/install-lint.sh +++ b/install-lint.sh @@ -12,7 +12,7 @@ sudo apt-get install npm # Install eslint if not already intsalled npm install --save-dev eslint - sudo apt install eslint -g + #sudo apt install eslint -g chmod -R a+x node_modules