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

index 82f263d9a4ed980a145933744e0e47466939db78..9c93d756a01c5ddb3a121da7fff263d5235d0be9 100644 (file)
@@ -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']
 }