Skip to content

Commit 7a01fac

Browse files
committed
docs: update contributing references and formatting note
1 parent 913ec72 commit 7a01fac

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ Then run repository checks from the root:
6363
bun run pre-push
6464
```
6565

66+
## Formatting setup
67+
68+
The formatting scripts intentionally call `node ./node_modules/prettier/bin/prettier.cjs` to avoid PATH/bin shadowing from transitive tooling (see [expo/expo#42994](https://github.com/expo/expo/issues/42994)).
69+
6670
## Plugin testing
6771

6872
In addition to app/prebuild validation, config plugin regression tests are defined under:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ For a complete implementation, see the [example app](https://github.com/Kingstin
581581

582582
## Contributing
583583

584-
Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).
584+
Contributions are very welcome! Please refer to guidelines described in [`CONTRIBUTING.md`](./CONTRIBUTING.md).
585585

586586
### Repository development setup
587587

0 commit comments

Comments
 (0)