From 24b064e53ac122e45ebd36415f03d9ab1006a384 Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Fri, 28 Feb 2025 20:48:06 +0100 Subject: [PATCH] chore: map toegevoegd 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 77cc9568..aef8f090 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: "--config eslint.config.ts ./" prettier: true \ No newline at end of file