Update .lintstagedrc.js
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 8 Sep 2023 12:49:03 +0000 (14:49 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 12:49:03 +0000 (14:49 +0200)
.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'
   ],