From abd2234d93188c7a395a30c61d8081731c215085 Mon Sep 17 00:00:00 2001 From: Matt Schuette Date: Tue, 9 Apr 2024 10:19:07 -0700 Subject: [PATCH] ESLint 9 fix --- .github/workflows/continuousIntegration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuousIntegration.yaml b/.github/workflows/continuousIntegration.yaml index 1475440..230c111 100644 --- a/.github/workflows/continuousIntegration.yaml +++ b/.github/workflows/continuousIntegration.yaml @@ -27,6 +27,8 @@ jobs: - name: Run ESLint run: eslint . + env: + ESLINT_USE_FLAT_CONFIG: false - name: Run npm install run: npm install