diff options
| author | Ahmed Tarek <ahmed.tokyo1@gmail.com> | 2021-07-29 20:16:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 11:16:28 -0700 |
| commit | 2fdf23aaecf29dd4c693a0018b0c664b044252ad (patch) | |
| tree | e44c788b4f6e357c68fb38a1c0d18b62bae1621c | |
| parent | 72fcd5f3ac1a772f79022925f34b768bb294a5a9 (diff) | |
:books: update docs with automated configs (#147)
| -rw-r--r-- | README.md | 15 |
1 files changed, 1 insertions, 14 deletions
| @@ -24,20 +24,7 @@ make run | |||
| 24 | make dev | 24 | make dev |
| 25 | ``` | 25 | ``` |
| 26 | 26 | ||
| 27 | This project uses [Prettier](https://prettier.io/) formatting and all pull requests must pass | 27 | This project uses [Prettier](https://prettier.io/) formatting. All pull requests must pass the automated lint checks before merging. Prettier format is run automatically as a pre-commit hook. |
| 28 | the automated lint checks prior to merging. | ||
| 29 | |||
| 30 | Run the lint check with: | ||
| 31 | |||
| 32 | ``` | ||
| 33 | make fmt | ||
| 34 | ``` | ||
| 35 | |||
| 36 | Rewrite the files to resolve any style issues with: | ||
| 37 | |||
| 38 | ``` | ||
| 39 | make fmt.write | ||
| 40 | ``` | ||
| 41 | 28 | ||
| 42 | ## Supported Languages | 29 | ## Supported Languages |
| 43 | 30 | ||
