Skip to content

Commit

Permalink
Update eslint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 authored Sep 3, 2024
1 parent d87d180 commit 60b5395
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
npm install @microsoft/[email protected]
- name: Run ESLint
run: npx eslint .
run: |
cd client
npx eslint .
--config .eslintrc.js
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
Expand Down

1 comment on commit 60b5395

@vercel
Copy link

@vercel vercel bot commented on 60b5395 Sep 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.