From 1cad22abcf224be60efca3f8cb07cb5d26703f0e Mon Sep 17 00:00:00 2001 From: David Houweling Date: Sat, 19 Oct 2024 21:50:02 +1100 Subject: [PATCH] fix eslint config path --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 086a8c6..03ddd43 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,6 +37,6 @@ jobs: auto_fix: true eslint: true eslint_auto_fix: true - eslint_args: "--max-warnings 0" + eslint_args: "-c eslint.config.mjs --max-warnings 0" prettier: true prettier_auto_fix: true