diff --git a/.claude/rules/pnpm-usage.md b/.claude/rules/pnpm-usage.md index cf8404b..66a5330 100644 --- a/.claude/rules/pnpm-usage.md +++ b/.claude/rules/pnpm-usage.md @@ -19,8 +19,8 @@ This rule provides guidance on using pnpm in the StackOne SDK. ## Code Quality -- `pnpm lint` - Run Biome linter -- `pnpm format` - Format code with Biome +- `pnpm lint` - Run oxfmt/oxlint/knip linter +- `pnpm format` - Format code with oxfmt/oxlint/knip ## Command Execution diff --git a/.oxfmtrc.jsonc b/.oxfmtrc.jsonc index 8219399..abe81ba 100644 --- a/.oxfmtrc.jsonc +++ b/.oxfmtrc.jsonc @@ -3,5 +3,5 @@ "useTabs": true, "semi": true, "singleQuote": true, - "ignorePatterns": [".claude/settings.local.json"], + "ignorePatterns": [".claude/settings.local.json", "CHANGELOG.md"], }