diff --git a/lint-staged.config.mjs b/lint-staged.config.mjs index fafcf35e..322be348 100644 --- a/lint-staged.config.mjs +++ b/lint-staged.config.mjs @@ -1,3 +1,3 @@ export default { - '*': ['pnpm biome format --write'], + '*': ['pnpm biome format --no-errors-on-unmatched --write'], }