Skip to content

Commit

Permalink
Update install-lint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aadeyemiadl authored Mar 12, 2024
1 parent 6eceaf6 commit d7901ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# Install eslint if not already intsalled
npm install --save-dev eslint
#sudo apt install eslint -g

chmod -R a+x node_modules

#chmod -R a+x node_modules
sudo rm -rf node_modules
# Initialize config file if not already done
npm init
npm init @eslint/config
Expand Down

0 comments on commit d7901ea

Please sign in to comment.