build(deps-dev): apply updates
[poolifier.git] / .lintstagedrc.js
index 2d7cf819b6d412ba0b33d7d301a801adca5e7cc0..aca15ab770f665c9fa9de2ff15cf036112cbde45 100644 (file)
@@ -1,8 +1,8 @@
-module.exports = {
-  '**/*.{ts,tsx,js,jsx,mjs,cjs}': [
-    'prettier --cache --write',
-    'ts-standard --fix',
+export default {
+  '**/*.{ts,tsx,js,jsx,cjs,mjs}': [
+    'biome format --write',
     'eslint --cache --fix'
   ],
-  '**/*.{json,md,yml,yaml}': ['prettier --cache --write']
+  '**/*.json': ['biome format --write'],
+  '**/*.{md,yml,yaml}': ['prettier --cache --write']
 }