test: refine test naming
[poolifier.git] / .lintstagedrc.js
index 0c9df3c32f3927a106c8b0fad8d91f00503cd81a..d68031db0169073c84cd07b4da2898c137245955 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',
   ],
-  '!(.vscode/**)**/*.json': ['biome format --write'],
-  '**/*.{md,yml,yaml}': ['prettier --cache --write']
+  '**/*.json': ['biome format --write'],
+  '**/*.{md,yml,yaml}': ['prettier --cache --write'],
 }