From 8f9af2cd4fd87ee70639bffb8c825c386d90aac7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 16 Nov 2024 14:04:37 +0100 Subject: [PATCH] chore: refine lint-staged configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .lintstagedrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintstagedrc.js b/.lintstagedrc.js index b54501d..720c26a 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -4,5 +4,5 @@ export default { 'eslint --cache --fix', ], '*.{md,yml,yaml}': ['prettier --cache --write'], - '*.json': ['biome format --write'], + '*.json': ['biome format --no-errors-on-unmatched --write'], } -- 2.34.1