From f745baacb9e97c390242ace1477acb0fb8ee1e26 Mon Sep 17 00:00:00 2001 From: David J Kordsmeier Date: Sat, 21 Sep 2024 18:29:25 -0700 Subject: [PATCH] Add eslint jest plugin to workflow --- .github/workflows/eslint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 8d40c4e..7c7f9f9 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -36,6 +36,7 @@ jobs: - name: Install ESLint run: | npm install eslint@8.57.1 + npm install eslint-plugin-jest@^28.8.3 npm install @microsoft/eslint-formatter-sarif@2.1.7 - name: Install Dependencies