Use npx for eslint

This commit is contained in:
Alex Corn 2021-07-29 03:10:06 -04:00
parent 8c0994cec3
commit ca887c46ba
No known key found for this signature in database
GPG Key ID: E51989A3E7A27FDF

View File

@ -25,4 +25,4 @@ jobs:
run: npm install --ignore-scripts
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts.,tsx
run: npx eslint . --ext .js,.jsx,.ts.,tsx