diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2020-07-14 15:24:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 15:24:17 -0400 |
commit | cde4dbb35132848ffece59ef9cfaccff32347124 (patch) | |
tree | cc7830968c6decde704c8cfb83c9185193dc698f /docs/tools.md | |
parent | 9eca71caa1674c31f9cc5d4e86c03f10b59e0a00 (diff) |
Use dprint for internal formatting (#6682)
Diffstat (limited to 'docs/tools.md')
-rw-r--r-- | docs/tools.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/tools.md b/docs/tools.md index 5307a6a89..76f54e6bc 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -3,9 +3,6 @@ Deno provides some built in tooling that is useful when working with JavaScript and TypeScript: -<!-- prettier-ignore-start --> -<!-- prettier incorrectly moves the coming soon links to new lines --> - - [bundler (`deno bundle`)](./tools/bundler.md) - [debugger (`--inspect, --inspect-brk`)](./tools/debugger.md) - [dependency inspector (`deno info`)](./tools/dependency_inspector.md) @@ -13,5 +10,3 @@ and TypeScript: - [formatter (`deno fmt`)](./tools/formatter.md) - [test runner (`deno test`)](./testing.md) - [linter (`deno lint`)](./tools/linter.md) - -<!-- prettier-ignore-end --> |