chore: map toegevoegd aan eslint args

This commit is contained in:
Timo De Meyst 2025-02-28 20:48:06 +01:00
parent 0a02ee9eb0
commit 24b064e53a

View file

@ -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