Skip to content

Commit

Permalink
fix the ESlint version at V8
Browse files Browse the repository at this point in the history
  • Loading branch information
stkec committed Apr 17, 2024
1 parent 23baa82 commit 0c9ee31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/npm-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ if [ $(semver_compare $NVER 11) = -1 ]; then
npm install eslint@7.4 stylelint@12 --save-dev
else
echo "Install Latest"
npm install eslint stylelint --save-dev
npm install eslint@8.57 stylelint --save-dev
fi

0 comments on commit 0c9ee31

Please sign in to comment.