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 2278d2d commit 7709075
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,19 @@ 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
npm install --legscy-peer-deps
npm install -D eslint-config-next --legacy-peer-deps
npm install -D @typescript-eslint/eslint-plugin --legacy-peer-deps
npm install -D [email protected] --legacy-peer-deps
npm install -D @microsoft/[email protected] --legacy-peer-deps
- name: Run ESLint
run: |
cd client
npx eslint .
--config .eslintrc.json
--ext .js,.jsx,.ts,.tsx
--ignore-pattern "future/*"
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
continue-on-error: true
Expand Down

1 comment on commit 7709075

@vercel
Copy link

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