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 fbdff4b commit 1618bde
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ jobs:

- name: Install ESLint
run: |
npm install @typescript-eslint/eslint-plugin
npm install [email protected]
npm install @microsoft/[email protected]
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: |
npx eslint .
--config client/.eslintrc.json
--ext .js,.jsx,.ts,.tsx
Expand Down

1 comment on commit 1618bde

@vercel
Copy link

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