Skip to content

Commit 0c9ee31

Browse files
authored
fix the ESlint version at V8
1 parent 23baa82 commit 0c9ee31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/npm-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ if [ $(semver_compare $NVER 11) = -1 ]; then
6262
npm install [email protected] stylelint@12 --save-dev
6363
else
6464
echo "Install Latest"
65-
npm install eslint stylelint --save-dev
65+
npm install eslint@8.57 stylelint --save-dev
6666
fi

0 commit comments

Comments
 (0)