Skip to content

Commit

Permalink
Add eslint jest plugin to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
truedat101 committed Sep 22, 2024
1 parent c1d88bd commit f745baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Install ESLint
run: |
npm install [email protected]
npm install eslint-plugin-jest@^28.8.3
npm install @microsoft/[email protected]
- name: Install Dependencies
Expand Down

0 comments on commit f745baa

Please sign in to comment.