We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f4c1e commit 2a6616dCopy full SHA for 2a6616d
.github/workflows/nextjs.yml
@@ -54,8 +54,8 @@ jobs:
54
55
- name: Run ESLint
56
run: |
57
- ${{ steps.detect-package-manager.outputs.runner }} eslint .
58
- --config .eslintrc.cjs
+ ${{ steps.detect-package-manager.outputs.runner }} eslint . \
+ --config .eslintrc.cjs \
59
--ext .js,.jsx,.ts,.tsx
60
# --format @microsoft/eslint-formatter-sarif
61
# --output-file eslint-results.sarif
0 commit comments