From: Jérôme Benoit Date: Sat, 16 Nov 2024 13:04:37 +0000 (+0100) Subject: chore: refine lint-staged configuration X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8f9af2cd4fd87ee70639bffb8c825c386d90aac7;p=benchmarks-js.git chore: refine lint-staged configuration Signed-off-by: Jérôme Benoit --- 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'], }