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