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