chore: refine lint-staged configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 16 Nov 2024 13:04:37 +0000 (14:04 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 16 Nov 2024 13:04:37 +0000 (14:04 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.lintstagedrc.js

index b54501dad56bc892856ddda1fbba607a8d0e09ec..720c26a41467a6890a1eebea9e78ae3fdd904bce 100644 (file)
@@ -4,5 +4,5 @@ export default {
     'eslint --cache --fix',
   ],
   '*.{md,yml,yaml}': ['prettier --cache --write'],
-  '*.json': ['biome format --write'],
+  '*.json': ['biome format --no-errors-on-unmatched --write'],
 }