Skip to content

Commit 9f91cc7

Browse files
authored
Update for the issue with Eslint v9
Update for the issue with Eslint v9
1 parent 85c100e commit 9f91cc7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bin/js-tests

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ set -e
33
echo "==============================="
44
echo " ESLint TESTS"
55
echo "==============================="
6-
npm install eslint --save-dev
7-
npx eslint -c vendor/thesgroup/magento2-testing-framework/static/js/eslint/.eslintrc --ignore-pattern=vendor/** --no-error-on-unmatched-pattern .
6+
npx --package=eslint@8.57.1 -c 'eslint -c vendor/thesgroup/magento2-testing-framework/static/js/eslint/.eslintrc --ignore-pattern=vendor/** --no-error-on-unmatched-pattern .' -y
87
rm -rf node_modules;
98
rm -rf package-lock.json
10-
rm -rf package.json
9+
rm -rf package.json

0 commit comments

Comments
 (0)