Skip to content

Commit 8ae4480

Browse files
authored
fix: ignore changelog from oxfmt (#232)
* fix(rule): biome -> oxlint * chore(oxfmt): ignore changelog
1 parent 0b8f5ca commit 8ae4480

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.claude/rules/pnpm-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This rule provides guidance on using pnpm in the StackOne SDK.
1919

2020
## Code Quality
2121

22-
- `pnpm lint` - Run Biome linter
23-
- `pnpm format` - Format code with Biome
22+
- `pnpm lint` - Run oxfmt/oxlint/knip linter
23+
- `pnpm format` - Format code with oxfmt/oxlint/knip
2424

2525
## Command Execution
2626

.oxfmtrc.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"useTabs": true,
44
"semi": true,
55
"singleQuote": true,
6-
"ignorePatterns": [".claude/settings.local.json"],
6+
"ignorePatterns": [".claude/settings.local.json", "CHANGELOG.md"],
77
}

0 commit comments

Comments
 (0)