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 85c100e commit 9f91cc7Copy full SHA for 9f91cc7
bin/js-tests
@@ -3,8 +3,7 @@ set -e
3
echo "==============================="
4
echo " ESLint TESTS"
5
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 .
+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
8
rm -rf node_modules;
9
rm -rf package-lock.json
10
-rm -rf package.json
+rm -rf package.json
0 commit comments