build: fix lint-staged configuration
[benchmarks-js.git] / .lintstagedrc.js
index eddb147c5b41aeb5811423b139b685e8b952dd10..d0c795d385456319b9d875fd3ebbeb4978e618e6 100644 (file)
@@ -4,5 +4,6 @@ module.exports = {
     'standard --fix',
     'eslint --cache --fix'
   ],
-  '!(.vscode/**)*.{json,md,yml,yaml}': ['rome format --write']
+  '!(.vscode/**)*.json': ['rome format --write'],
+  '*.{md,yml,yaml}': ['prettier --cache --write']
 }