diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-01-18 05:09:44 +0900 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-17 15:09:44 -0500 |
| commit | f19622e7681b7753788137706e535f72c3ebb38e (patch) | |
| tree | 0cd5261230f895359ca479d2b2234a56f137e924 /.github/CONTRIBUTING.md | |
| parent | befc6b2e7650af09f81562cd306a6f5d3f46dc21 (diff) | |
Rewrite tools/format.py in deno (#1528)
Note: findFiles and findFilesWalk are borrowed from the previous
attempt of @pseudo-su (#1434)
Diffstat (limited to '.github/CONTRIBUTING.md')
| -rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c862484f9..e2965ac95 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -18,7 +18,7 @@ Docs are [here](https://github.com/denoland/deno/blob/master/Docs.md). Before submitting, please make sure the following is done: 1. Ensure `./tools/test.py` passes. -2. Format your code with `./tools/format.py`. +2. Format your code with `./tools/format.ts`. 3. Make sure `./tools/lint.py` passes. ## Changes to `third_party` |
