From 3abaf9edb6877c328402b94fa0bcb6a9e0bbe86d Mon Sep 17 00:00:00 2001 From: bokuweb Date: Sat, 9 Feb 2019 01:32:26 +0900 Subject: [PATCH] fix format command in contribution guide (#1712) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cf6a2968b9..8538a7897c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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`