Update .lintstagedrc.js
[poolifier.git] / .lintstagedrc.js
index 9c93d756a01c5ddb3a121da7fff263d5235d0be9..0c9df3c32f3927a106c8b0fad8d91f00503cd81a 100644 (file)
@@ -1,6 +1,6 @@
 module.exports = {
   '**/*.{ts,tsx,js,jsx,cjs,mjs}': [
-    'biome format --write,
+    'biome format --write',
     'ts-standard --fix',
     'eslint --cache --fix'
   ],