From 96a033a8582c4d3952d4899add745666e4110d3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 8 Sep 2023 14:41:20 +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 ed9df14a..82f263d9 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -1,6 +1,6 @@ module.exports = { '**/*.{ts,tsx,js,jsx,cjs,mjs}': [ - 'biome format --write --no-errors-on-unmatched', + 'biome format --write, 'ts-standard --fix', 'eslint --cache --fix' ], -- 2.34.1