From 4c5799ec0ed9ea78c3798d533ac697a1f7a90bca Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Fri, 28 Feb 2025 20:50:07 +0100 Subject: [PATCH] debug: debug flag meegegeven aan eslint args --- .github/workflows/lint-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-action.yml b/.github/workflows/lint-action.yml index aef8f090..2f5df3a1 100644 --- a/.github/workflows/lint-action.yml +++ b/.github/workflows/lint-action.yml @@ -37,5 +37,5 @@ jobs: uses: wearerequired/lint-action@v2 with: eslint: true - eslint_args: "--config eslint.config.ts ./" + eslint_args: "--debug --config eslint.config.ts ./" prettier: true \ No newline at end of file