From 471adb07fbdcb9e89ea1151de7869e4a1f092df8 Mon Sep 17 00:00:00 2001 From: Adrian de la Rosa Date: Fri, 8 May 2026 23:50:19 +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', ],