changed to that it uses official eslint way

This commit is contained in:
darkicewolf50 2024-03-12 11:36:19 -06:00
parent 65615f6411
commit 5b49860575

View File

@ -42,5 +42,7 @@ jobs:
- name: checkout to repo
uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run ESLint
uses: stefanoeb/eslint-action@1.0.2
run: eslint . --ext .js,.jsx,.ts,.tsx