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