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