X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=a9b248cd2ac2de2fbdad623b0d8fae757aa680c3;hb=7db630696d5b97d2535fbde0288f0c63d2e47762;hp=3ee7fd306c0b1bdc93b3c719e399e516aa0de255;hpb=c0fcd441040861f53974cccb693a9dd3d4a374ee;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'] }