X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=a9b248cd2ac2de2fbdad623b0d8fae757aa680c3;hb=refs%2Ftags%2Fv2.6.32;hp=a247d74dd636806f0d1692053b2f87922424c93b;hpb=8ebe6c308dc1fc3202980126da043b2855d24780;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index a247d74d..a9b248cd 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -4,5 +4,6 @@ module.exports = { 'ts-standard --fix', 'eslint --cache --fix' ], - '**/*.{json,md,yml,yaml}': ['rome format --write'] + '!(.vscode/**)**/*.json': ['rome format --write'], + '**/*.{md,yml,yaml}': ['prettier --cache --write'] }