Skip to content

Commit

Permalink
2514: Remove pre-commit from Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lunars97 committed Oct 29, 2023
1 parent 26030fa commit 291eacc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ If you are using a different IDE like Visual Studio Code the steps might [differ
- **Open either the [web](web) or [native](native) directory separately in IntelliJ (File > Open).**
- Follow the steps mentioned in the [web README](web/README.md) or the [native README](native/README.md).
- [optional]: Enable `Languages & Frameworks > JavaScript > Prettier > On Save` to enable prettier autoformatting.
- [optional]: Install our pre-commit hook for prettier autoformatting and automated updates of the CircleCI config:

> cd .git/hooks
> ln -s ../../.github/hooks/pre-commit pre-commit

_We are recommending to use either a Linux distribution or MacOS for development.
If you want to develop on Windows anyway, follow the steps [here](./docs/windows-setup.md)
Expand Down

0 comments on commit 291eacc

Please sign in to comment.