diff --git a/package.json b/package.json index 32d523d..c3a5d62 100644 --- a/package.json +++ b/package.json @@ -77,9 +77,8 @@ "bugs": "https://github.com/StackOneHQ/stackone-ai-node/issues", "homepage": "https://github.com/StackOneHQ/stackone-ai-node#readme", "lint-staged": { - "*.{js,ts,jsx,tsx}": [ - "biome format --write", - "bun run typecheck" + "*": [ + "biome check --write --no-errors-on-unmatched" ] } }