Skip to content

Commit

Permalink
eslint yml patch
Browse files Browse the repository at this point in the history
  • Loading branch information
burtonjong authored Jan 22, 2025
1 parent 84f4c1e commit 2a6616d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Run ESLint
run: |
${{ steps.detect-package-manager.outputs.runner }} eslint .
--config .eslintrc.cjs
${{ steps.detect-package-manager.outputs.runner }} eslint . \
--config .eslintrc.cjs \
--ext .js,.jsx,.ts,.tsx
# --format @microsoft/eslint-formatter-sarif
# --output-file eslint-results.sarif
Expand Down

0 comments on commit 2a6616d

Please sign in to comment.