Update .lintstagedrc.js
[poolifier.git] / .lintstagedrc.js
index a247d74dd636806f0d1692053b2f87922424c93b..9c93d756a01c5ddb3a121da7fff263d5235d0be9 100644 (file)
@@ -1,8 +1,9 @@
 module.exports = {
   '**/*.{ts,tsx,js,jsx,cjs,mjs}': [
-    'rome format --write',
+    'biome format --write,
     'ts-standard --fix',
     'eslint --cache --fix'
   ],
-  '**/*.{json,md,yml,yaml}': ['rome format --write']
+  '!(.vscode/**)**/*.json': ['biome format --write'],
+  '**/*.{md,yml,yaml}': ['prettier --cache --write']
 }