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