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