build(deps): Bump github/combine-prs from 4.1.0 to 5.0.0
[benchmarks-js.git] / .lintstagedrc.js
index 1ee58bf4501793ff42cb86009baa8e89b31721cc..b31b961307b842034b5cd1b66ff5adba150d8fec 100644 (file)
@@ -1,8 +1,9 @@
 module.exports = {
-  '*.{js,jsx,mjs,cjs}': [
-    'prettier --write',
+  '*.{js,jsx,cjs,mjs}': [
+    'biome format --write',
     'standard --fix',
     'eslint --cache --fix'
   ],
-  '*.{json,md,yml,yaml}': ['prettier --write']
+  '*.json': ['biome format --write'],
+  '*.{md,yml,yaml}': ['prettier --cache --write']
 }