Skip to content

Commit

Permalink
refactor(): remove older comment in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ks89 committed Jul 10, 2021
1 parent 0e9f58d commit 401ff0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ Check `CONTRIBUTING.md` in this repository.
To understand how to contribute to an open source project, [HERE](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github) you can find useful information.

When you create a pull request, please, format your code to be consistent with the existing code. I suggest to use [WebStorm](https://www.jetbrains.com/webstorm/) as IDE and when you commit don't use a third party software, but the official command line `git`.
In this way, [prettier](https://prettier.io/) will run using my configuration, and it will auto-format the code. If it will fail, add files with `git add .` again and retry.

Also, if you want to generate the `internal library documentation`, run `npm run docs` and open `./docs/typedoc/index.html`.
In this way, [prettier](https://prettier.io/) will run using my configuration, and it will auto-format the code. If it fails, add files with `git add .` again and retry.

<br>

Expand Down

0 comments on commit 401ff0c

Please sign in to comment.