aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 1 insertions, 14 deletions
diff --git a/README.md b/README.md
index 7adb83a..bbeeda1 100644
--- a/README.md
+++ b/README.md
@@ -24,20 +24,7 @@ make run
24 make dev 24 make dev
25 ``` 25 ```
26 26
27This project uses [Prettier](https://prettier.io/) formatting and all pull requests must pass 27This 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.
28the automated lint checks prior to merging.
29
30Run the lint check with:
31
32```
33make fmt
34```
35
36Rewrite the files to resolve any style issues with:
37
38```
39make fmt.write
40```
41 28
42## Supported Languages 29## Supported Languages
43 30