Skip to content

Commit

Permalink
Update eslint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
criss8X authored Mar 30, 2024
1 parent 7a49f57 commit b6fb577
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@ jobs:
uses: actions/checkout@v3

- name: Run ESLint
run: npx eslint .
--config .eslintrc.json
--ext .js,.jsx,.ts,.tsx
--output-file eslint-results.sarif
run: eslint --fix . --ext .ts,.tsx
continue-on-error: true

0 comments on commit b6fb577

Please sign in to comment.