diff options
Diffstat (limited to 'README.md')
| -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 | ||
