Update .lintstagedrc.js
[poolifier.git] / .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']
 }