Merge dependabot/npm_and_yarn/examples/typescript/http-client-pool/types/node-20...
[poolifier.git] / .lintstagedrc.js
index 0c9df3c32f3927a106c8b0fad8d91f00503cd81a..5530f473f8011d99f6a950f331a18ac6ea3438b2 100644 (file)
@@ -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']
 }