From a0963953f0b8d9b24c74e9d75549ebfdb625e5e9 Mon Sep 17 00:00:00 2001 From: Filipe Casal Date: Mon, 22 Dec 2025 17:39:32 +0000 Subject: [PATCH] fix: update eslint in CI --- .github/workflows/lint_and_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_format.yml b/.github/workflows/lint_and_format.yml index 88edfd6..dd109b6 100644 --- a/.github/workflows/lint_and_format.yml +++ b/.github/workflows/lint_and_format.yml @@ -23,7 +23,7 @@ jobs: run: npx prettier --check . - name: Run ESLint - run: npx eslint --ext ts --color -c .eslintrc.json src + run: npx eslint --ext ts --color -c .eslintrc.cjs src # GH's SARIF viewer does not support suppression directives so we get too many false positives # - name: SARIF