We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8f5ca commit 8ae4480Copy full SHA for 8ae4480
.claude/rules/pnpm-usage.md
@@ -19,8 +19,8 @@ This rule provides guidance on using pnpm in the StackOne SDK.
19
20
## Code Quality
21
22
-- `pnpm lint` - Run Biome linter
23
-- `pnpm format` - Format code with Biome
+- `pnpm lint` - Run oxfmt/oxlint/knip linter
+- `pnpm format` - Format code with oxfmt/oxlint/knip
24
25
## Command Execution
26
.oxfmtrc.jsonc
@@ -3,5 +3,5 @@
3
"useTabs": true,
4
"semi": true,
5
"singleQuote": true,
6
- "ignorePatterns": [".claude/settings.local.json"],
+ "ignorePatterns": [".claude/settings.local.json", "CHANGELOG.md"],
7
}
0 commit comments