diff options
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 --> |