From 4445d042081ae2ab8bea233b70cae46311f4a3a1 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 27 Jul 2024 22:16:53 +0200 Subject: [PATCH] chore: update gh action for eslint (#47) * chore: update dev deps * chore: pnpm update dev deps * chore: update deps; initial migrate to eslint flat config * chore: remove 'beta' from readme * 2.1.0 * chore: update gh action for eslint --- .github/workflows/eslint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 2eda83e..25f8fe3 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -28,8 +28,7 @@ jobs: - name: Run ESLint run: npx eslint . - --config .eslintrc.cjs - --ext .js,.mjs + --c eslint.config.js --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif continue-on-error: false