From 4e5a746c1b056e3dee181384f43c6dcc7a6ee446 Mon Sep 17 00:00:00 2001 From: Adrian de la Rosa Date: Fri, 8 May 2026 23:49:59 +0200 Subject: [PATCH] chore: align lint-staged config --- lint-staged.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-staged.config.mjs b/lint-staged.config.mjs index 052e9d2..2def2b7 100644 --- a/lint-staged.config.mjs +++ b/lint-staged.config.mjs @@ -1,5 +1,5 @@ export default { - '*.(css|js|json|jsx|md|mjs|mts|ts|tsx|yml|yaml)': ['prettier --write'], + '*': ['prettier --write --ignore-unknown'], '*.(js|jsx|mjs|mts|ts|tsx)': [ 'eslint --fix --max-warnings 0 --no-warn-ignored', ],