X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.lintstagedrc.js;h=d0c795d385456319b9d875fd3ebbeb4978e618e6;hb=8c4b7f684d104a7a5f4248848ec1375a865ec88d;hp=eddb147c5b41aeb5811423b139b685e8b952dd10;hpb=6f08178ea990841b8c3c642abcb3a3435768cad2;p=benchmarks-js.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index eddb147..d0c795d 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -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'] }