1 changed file
install_packages.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