chore: use `biome` instead of `rome`
[poolifier.git] / .lintstagedrc.js
index a9b248cd2ac2de2fbdad623b0d8fae757aa680c3..ed9df14abdca715893d9d825deb72938a006c897 100644 (file)
@@ -1,9 +1,9 @@
 module.exports = {
   '**/*.{ts,tsx,js,jsx,cjs,mjs}': [
-    'rome format --write',
+    'biome format --write --no-errors-on-unmatched',
     'ts-standard --fix',
     'eslint --cache --fix'
   ],
-  '!(.vscode/**)**/*.json': ['rome format --write'],
+  '!(.vscode/**)**/*.json': ['biome format --write --no-errors-on-unmatched'],
   '**/*.{md,yml,yaml}': ['prettier --cache --write']
 }