Skip to content

Commit 236499e

Browse files
committed
chore: update docs'n stuff
1 parent 058ab4a commit 236499e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.cursor/rules/sdk_development.mdc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ You are working on the Sentry JavaScript SDK, a critical production SDK used by
3434

3535
- `yarn lint` - Run ESLint and Prettier checks
3636
- `yarn fix` - Auto-fix linting and formatting issues
37+
- `yarn format:check` - Check file formatting only
38+
- `yarn format` - Auto-fix formatting issues
3739
- `yarn lint:es-compatibility` - Check ES compatibility
3840

3941
## Git Flow Branching Strategy

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
id: install_dependencies
337337

338338
- name: Check file formatting
339-
run: yarn lint:prettier
339+
run: yarn format:check
340340

341341
job_circular_dep_check:
342342
name: Circular Dependency Check

CLAUDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ You are working on the Sentry JavaScript SDK, a critical production SDK used by
3131

3232
### Linting and Formatting
3333

34-
- `yarn lint` - Run ESLint and Prettier checks
34+
- `yarn lint` - Run ESLint and Oxfmt checks
3535
- `yarn fix` - Auto-fix linting and formatting issues
36+
- `yarn format:check` - Check file formatting only
37+
- `yarn format` - Auto-fix formatting issues
3638
- `yarn lint:es-compatibility` - Check ES compatibility
3739

3840
## Git Flow Branching Strategy

0 commit comments

Comments
 (0)