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 c1f1668 commit 2278d2d
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 @@ -32,15 +32,17 @@ jobs:

- name: Install ESLint
run: |
cd client
npm install --save-dev eslint-config-next --legacy-peer-deps
npm install @typescript-eslint/eslint-plugin --legacy-peer-deps
npm install [email protected] --legacy-peer-deps
npm install @microsoft/[email protected] --legacy-peer-deps
- name: Run ESLint
run: |
cd client
npx eslint .
--config client/.eslintrc.json
--config .eslintrc.json
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
Expand Down

1 comment on commit 2278d2d

@vercel
Copy link

@vercel vercel bot commented on 2278d2d 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.