From 3a57e9339231429b5c8c68ca88012fa9c19c8dc6 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:19:16 -0400 Subject: [PATCH] Updated Linting GitHub action [skip ci] --- .github/workflows/eslint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 91a37c7..b573a15 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -29,7 +29,6 @@ jobs: - name: Run ESLint run: npx next lint --config .eslintrc.json - --ext .js,.jsx,.ts,.tsx --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif continue-on-error: true