Update .lintstagedrc.js
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 8 Sep 2023 12:41:20 +0000 (14:41 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 12:41:20 +0000 (14:41 +0200)
.lintstagedrc.js

index ed9df14abdca715893d9d825deb72938a006c897..82f263d9a4ed980a145933744e0e47466939db78 100644 (file)
@@ -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'
   ],