From 42b5ad23b0e976dd56873b47cde9c1d945929c56 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:57:58 +0000 Subject: [PATCH 1/2] fix(rule): biome -> oxlint --- .claude/rules/pnpm-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 6e0cf191f171eed011848bbef28b475dc138eb2f Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:00:28 +0000 Subject: [PATCH 2/2] chore(oxfmt): ignore changelog --- .oxfmtrc.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], }