1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

fix format command in contribution guide (#1712)

This commit is contained in:
bokuweb 2019-02-09 01:32:26 +09:00 committed by Ryan Dahl
parent ca397f6793
commit 3abaf9edb6

View file

@ -19,7 +19,7 @@ Before submitting, please make sure the following is done:
1. There are tests that cover the changes.
2. Ensure `./tools/test.py` passes.
3. Format your code with `./tools/format.ts`.
3. Format your code with `deno ./tools/format.ts --allow-run`.
4. Make sure `./tools/lint.py` passes.
## Changes to `third_party`