Skip to content

Commit

Permalink
Update eslint-prettier-config.sh
Browse files Browse the repository at this point in the history
Pin eslint to version 7.2.0 to avoid this bug:
airbnb/javascript#2245
  • Loading branch information
kjoshi-jisc committed Jun 22, 2020
1 parent 3071c57 commit d88792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint-prettier-config.sh
Expand Up @@ -99,7 +99,7 @@ echo -e "${GREEN}Configuring your development environment... ${NC}"
echo
echo -e "1/5 ${LCYAN}ESLint & Prettier Installation... ${NC}"
echo
$pkg_cmd -D eslint prettier
$pkg_cmd -D eslint@7.2.0 prettier@2.0.5

echo
echo -e "2/5 ${YELLOW}Conforming to Airbnb's JavaScript Style Guide... ${NC}"
Expand Down

0 comments on commit d88792e

Please sign in to comment.