updated check_javascript_eslint.sh
ac0e138a
Hari Sekhon
committed
1 changed file
check_javascript_eslint.sh
/checks/check_javascript_eslint.sh+5
/checks/check_javascript_eslint.sh
Add comment 45
Add comment 46 start_time="$(start_timer)"
Add comment 47
Add comment 48 Plus  if ! type -P eslint &>/dev/null &&
Add comment 49 Plus   type -P npm; then
Add comment 50 Plus   npm install eslint
Add comment 51 Plus  fi
Add comment 52 Plus  
Add comment 48 53 if type -P eslint &>/dev/null; then
Add comment 49 54 type -P eslint
Add comment 50 55 eslint --version