X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.js;h=5530f473f8011d99f6a950f331a18ac6ea3438b2;hb=6d05a26bd9cfc3319abf1929fc311a97bdaf97d3;hp=0c9df3c32f3927a106c8b0fad8d91f00503cd81a;hpb=da41f7cab502b537dc2585a63fc11c82f6dc3941;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'] }