X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=a9b248cd2ac2de2fbdad623b0d8fae757aa680c3;hb=323daa7f98fd16385379e4b6e8def0a9a3f140c8;hp=3ee7fd306c0b1bdc93b3c719e399e516aa0de255;hpb=de2e7182cca6b34b000a09bf6d0ddcff4757db3a;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 3ee7fd30..a9b248cd 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -4,5 +4,6 @@ module.exports = { 'ts-standard --fix', 'eslint --cache --fix' ], - '!(.vscode/**)**/*.{json,md,yml,yaml}': ['rome format --write'] + '!(.vscode/**)**/*.json': ['rome format --write'], + '**/*.{md,yml,yaml}': ['prettier --cache --write'] }