We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23baa82 commit 0c9ee31Copy full SHA for 0c9ee31
script/npm-install.sh
@@ -62,5 +62,5 @@ if [ $(semver_compare $NVER 11) = -1 ]; then
62
npm install [email protected] stylelint@12 --save-dev
63
else
64
echo "Install Latest"
65
- npm install eslint stylelint --save-dev
+ npm install eslint@8.57 stylelint --save-dev
66
fi
0 commit comments