X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=ed6da302cae1fd4d0fff01888a6224165c942df7;hb=660689f017615c233020793967822c31975e5aa0;hp=0c9df3c32f3927a106c8b0fad8d91f00503cd81a;hpb=2e27129f79dc4f1d8ece7b5b1dc0e79f23063ea8;p=poolifier.git diff --git a/.lintstagedrc.js b/.lintstagedrc.js index 0c9df3c3..ed6da302 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -4,6 +4,6 @@ module.exports = { 'ts-standard --fix', 'eslint --cache --fix' ], - '!(.vscode/**)**/*.json': ['biome format --write'], + '**/*.json': ['biome format --write'], '**/*.{md,yml,yaml}': ['prettier --cache --write'] }