Fixed eslint action

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

View File

@ -25,8 +25,4 @@ jobs:
run: npm install --ignore-scripts
- name: Run ESLint
uses: ninosaurus/eslint-check@v5
with:
eslint-config-path: "./.eslintrc.js"
custom-directory: "."
repo-token: ${{secrets.GITHUB_TOKEN}}
run: eslint . --ext .js,.jsx,.ts.,tsx