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