From 312d0c0d244192a22032d2ec20fee705725f9f14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 8 Sep 2023 14:41:28 +0200 Subject: [PATCH] Update .lintstagedrc.js --- .lintstagedrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 82f263d9..9c93d756 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -4,6 +4,6 @@ module.exports = { 'ts-standard --fix', 'eslint --cache --fix' ], - '!(.vscode/**)**/*.json': ['biome format --write --no-errors-on-unmatched'], + '!(.vscode/**)**/*.json': ['biome format --write'], '**/*.{md,yml,yaml}': ['prettier --cache --write'] } -- 2.34.1