Skip to content

Commit

Permalink
Update for the issue with Eslint v9
Browse files Browse the repository at this point in the history
Update for the issue with Eslint v9
  • Loading branch information
sashas777 authored Sep 26, 2024
1 parent 85c100e commit 9f91cc7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/js-tests
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ set -e
echo "==============================="
echo " ESLint TESTS"
echo "==============================="
npm install eslint --save-dev
npx eslint -c vendor/thesgroup/magento2-testing-framework/static/js/eslint/.eslintrc --ignore-pattern=vendor/** --no-error-on-unmatched-pattern .
npx [email protected] -c 'eslint -c vendor/thesgroup/magento2-testing-framework/static/js/eslint/.eslintrc --ignore-pattern=vendor/** --no-error-on-unmatched-pattern .' -y
rm -rf node_modules;
rm -rf package-lock.json
rm -rf package.json
rm -rf package.json

0 comments on commit 9f91cc7

Please sign in to comment.