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