Fixed eslint workflow

This commit is contained in:
dangered wolf 2022-08-08 16:33:50 -04:00 committed by GitHub
parent 790bcdbd78
commit c5b0e15d69
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
- name: Run ESLint
run: npx eslint .
--config .eslintrc.yml
--config .eslintrc
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif